queries to MySQL base

Posted in: Newsmag
Post count: 21

I’ve had a problem for a few days with numbers of queries to MySQL base – they have grown significantly. For example now when all plugins are disabled numbers of queries is ~300 per/sek (I used UsageDD for counting).
I really don’t know where I can start looking for reason of this problem.

Post count: 21

Now I see that majority of queries are generated by parent theme 251/345. Is it normal situation?

PS. I uploaded my question to wrong category, my theme is Newspaper not Newsmag. Sorry.

  • This reply was modified 7 years by Tuudi.
Post count: 23312

Hello Tuudi,

Please notice that the number of database queries should not vary only if you made some pages changes and only if you have added more elements on pages, like blocks. For these queries, the theme uses wp_query and it does not have any custom library for database access. We recommend using a caching plugin to avoid loading these tasks every time. Our recommended and tested caching plugin is WP Super Cache.

Thanks for your understanding!

Post count: 21

Hi Catalin,

Thanks for you answer. Problem is solved right now. My previous plugin Fastest Cache generated various of queries into database. That’s weird because I using this plugin since 2 years. WP Super Cache fixed a problem. Thanks!

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