Search for: Log In Free Support [Resolved] unwanted queries in wp-options table Home › Forums › Support › unwanted queries in wp-options table This topic has 3 replies, 2 voices, and was last updated 1 year, 7 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts June 30, 2019 at 11:39 pm #945701 sg Hi, it seems there is unwanted query : SELECT option_value FROM rs7_options WHERE option_name = ‘generate_package_woocommerce’ LIMIT 1 require(‘wp-blog-header.php’), require_once(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), include_once(‘/plugins/gp-premium/gp-premium.php’), generatepress_is_module_active, get_option #6 (0.3 ms ) Not sure if there is more of this. what i can do to prevent this ? Thanks. July 1, 2019 at 8:54 am #946218 TomLead Developer Lead Developer Hi there, That’s checking to see whether the WooCommerce module is active. Each module goes through a check like this, but get_option() calls are cached, and these are especially tiny requests that make nearly zero difference performance-wise. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development July 1, 2019 at 3:17 pm #946520 sg Thank you for the update. yes, it was 0.3ms. I have not activated my cache yet, ill test it then. i thought if it is safe to delete the table π July 1, 2019 at 6:38 pm #946591 TomLead Developer Lead Developer It’s necessary, but I wouldn’t worry about it when it comes to performance π Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In