High Database Query Count Generated by TagDiv Plugins – Performance Impact

Posted in: Newspaper
Post count: 23

Dear TagDiv Support Team,

I am writing to inquire about the high number of database queries, specifically duplicate queries, generated by your plugins tag div composer, cloud library (We have disable tag div standard pack for these problem).

Through recent performance debugging and analysis of our query logs, we have identified that a significant portion of our site’s database load originates from these plugins. This excessive query count is directly impacting our website’s overall performance and database responsiveness, leading to slowdowns and potential issues with critical background processes, including WordPress cron jobs (which sometimes fail to save their event lists due to database contention).

Could you please provide guidance or suggest methods for reducing the number of database queries generated by your plugins? We are looking for best practices or configurations that can help optimize query usage and improve performance without compromising essential theme functionalities.

Thank you for your time and assistance.

Antonio Ungaro
http://www.sport24h.it

Post count: 35449

Hello,

To reduce the queries you can check the fallow.
Check if you are using ajax pagination, mega menu many blocks (the theme is making a query for each block in part and if you are using mega menu each element as mega menu makes queries, also ajax pagination make quires to database), also make sure that you use lazyload for images.
Other type of settings that can reduce the numbers of queries: use a good cache plugin, use object cache (redis), and use flex block cache – https://forum.tagdiv.com/use-flex-blocks-cache-option/
In addition, it’s a good idea to identify what’s consuming your server resources. Tools like Query Monitor and Code Profiler can help you pinpoint high CPU or resource usage caused by plugins, themes, or database queries.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.