Hello
We are trying to optimize webpage speed and using the query monitor plugin.
For some reason its pointing the finger at weeblramp
Googling WP_Term_Query->get_terms() tells me that using object cache can help solve this which we already have but not sure if weeblramp handles things differently
Here is the slow response warning we get on every page
any recommendations on how we can fix or improve this issue?
Cheers
We are trying to optimize webpage speed and using the query monitor plugin.
For some reason its pointing the finger at weeblramp
Googling WP_Term_Query->get_terms() tells me that using object cache can help solve this which we already have but not sure if weeblramp handles things differently
Here is the slow response warning we get on every page
SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id ORDER BY t.name ASC WP_Term_Query->get_terms() Plugin: weeblramp 3503 0.1109 SELECT t.term_id, tt.parent, tt.count, tt.taxonomy FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id ORDER BY t.name ASC WP_Term_Query->get_terms() wp-includes/class-wp-term-query.php:727 WP_Term_Query->query() wp-includes/class-wp-term-query.php:297 get_terms() wp-includes/taxonomy.php:1225 WblWordpress_Compat::get_terms() wp-content/plugins/weeblramp/vendor/weeblr/wblib/packages/wordpress/compat.php:32 WeeblrampHelper_Terms->__construct() wp-content/plugins/weeblramp/helper/terms.php:40 WblFactory->buildObject() wp-content/plugins/weeblramp/vendor/weeblr/wblib/packages/factory.php:165 WeeblrampFactory->buildObject() wp-content/plugins/weeblramp/factory.php:97 WblFactory->getObject() wp-content/plugins/weeblramp/vendor/weeblr/wblib/packages/factory.php:107 WblFactory::getA() wp-content/plugins/weeblramp/vendor/weeblr/wblib/packages/factory.php:46 WeeblrampClass_Route->setRewriteRules() wp-content/plugins/weeblramp/class/route.php:781 WeeblrampHelper_Boot::init() wp-content/plugins/weeblramp/helper/boot.php:286 do_action('init') wp-includes/plugin.php:484 Plugin: weeblramp 3503 0.0598
any recommendations on how we can fix or improve this issue?
Cheers