Duplicate Database Queries
-
Hi Benjamin
Does the team know about how the All In One Event Calendar creates duplicate queries:
Potential Troublemakers:
Ai1ec_View_Event_Taxonomy->get_event_category_colors
3 calls
Ai1ec_View_Event_Taxonomy->get_categories_html
3 calls
Ai1ec_View_Calendar_Taxonomy->_get_html_for_taxonomy
1 callQuery:
SELECT terms_taxonomy.taxonomy
FROM wp_terms AS terms
INNER JOIN wp_term_taxonomy AS terms_taxonomy USING(term_id)
WHERE terms.term_id = 16
LIMIT 1Callers:
Ai1ec_Dbi->get_row
7 calls
The topic ‘Duplicate Database Queries’ is closed to new replies.