PHP memory usage & speed problems
-
Hi,
We’ve been trying to track down PHP memory problems on our site, so I started looking at our plugins.
According to Query Monitor normal page load on our site is 82 000KB and takes 1,72s — if I turn Simple Blog Stats off it drops down to 41K and 0,72s. I noticed this as Query Monitor was reporting that the query sbs_word_count_all()
wp-content/plugins/simple-blog-stats/simple-blog-stats.php:294 was very slow.I was using SBS to display [sbs_posts], [sbs_approved], and [sbs_word_count_all] in the footer.
I’d love to keep using this plugin but at the moment it seems it’s putting a lot of strain on the database.
Can you let me know if this is normal and intended usage or a bug? I’m using the 20180508 version of the plugin.
Many thanks,
Adam
- The topic ‘PHP memory usage & speed problems’ is closed to new replies.