you can load your entire database at plugin_init() into variables, disconnect from mysql, then use the variables across your plugin, and yeah, it will improve some performance because the plugin isn't requesting mysql data every time and also the mysql doesn't require CPU power every time (affects server if it's on the same machine)... but it's a slight performance increase tough... but good also
__________________