hello,
we’ve switched from our old blog to newspaper theme on monday, and it’s since then that we have a daily alert from our hosting service, and the websit was put offline twice.
first we thought it was a bandwidth issue, so we have started using a cdn. today same problem, with a message from the hosting helpdesk that “the website is overloading the disk” (and thus an invitation to upgrade to a sata server, more expensive of course).
we don’t understand what’s happening:
– the hosting plan is a normal one, not the cheapest, with a good company, suitable for our dimension
– we’ve made almost all the suggested pagespeed optimisation (still have to install tagdiv plugin), site is cached and compressed, with a 93/100 pingdom tool rate and 57-75/100 page speed
– there’s a cdn working
is this an issue with the template? or is it a problem of our hosting? or maybe we’ve mad some errors somewhere?
thank you if you can help us!
forgot to say that in these days we’re having a peak of traffic, but it’s still not “the new york times”: 700/800 session per day. numbers that a normal server could easily handle…
First thing to do is use plugins like WP Query Monitor and P3 (Plugin Performance Profiler) to see where your heavy hitters are. Post the results and we (i.e. official support and random users like me) can be of more help. 🙂
Luke
-
This reply was modified 11 years by
TheMediumUTM.
Hi,
Thanks TheMediumUTM!
@papilleclandestine I’ve checked your page source and found that somehow all theme’s css is loaded within each page which could cause issues.
My guess is that this is a plugin settings which reads theme’s css and loads in into the page.
First please make sure you deactivate all plugins leaving only Visual Composer plugin active, after this empty your cache and purge files and check again.
Also please make sure you use this page speed guide right and use the tagDiv Speed Booster plugin to move the css and js at the bottom of the page avoiding the page render blocking. We only recommend this to advanced users so if you don’t have any php knowledge you should get some to help you with this.
Hope this helps! Please let me know!
Thanks
thank you all boys 🙂
@themediumutm these are P3 results:
plugin: 24 (currently active)
Plugin Load Time 1,004 (sec. per visit)
Plugin Impact 65,8% (of page load time)
MySQL Queries 73
and WP query monitor:
Page generation time
9,1419
15,2% of 60s limit
Peak memory usage
95.159 kB
36,3% of 262.144 kB limit
Database query time
6,6556
Database queries
SELECT: 54
SHOW: 6
@lucian. i’ve deactived everything. you can take a look.
for the tagdiv speed plugin we’re slowly working on it, as we’re not so smart with coding. if you think this will resolve, we’ll ask for help and do it.
(btw, at least, yesterday we’ve upgradated to a more powerful hosting plan)
Hi,
Looks to me that it work fine now. You should also consider keeping disable the plugins you don’t need as seems like it has a considerable impact on your page load time: Plugin Impact 65,8% (of page load time)
Please let me know if you still have the overloading issue after this.
Thanks