I got the follow notification from my web host
“We would like to inform you that your account XXXXXXXX has consumed 90% of the monthly quota of 800000 program and script executions. Please note that once you hit 100% of the allowed monthly executions, your web service will be limited for the calendar month. The web service limit means you might be having problems accessing your website.”
I started having this issue when i starting using the Newspaper Theme (Which is Awesomely Beautiful).
Please i urgently need your help to reduce the resource usage.
Thanks
Mark
Basically turn stuff off unless absolutely necessary.
If you have 10 modules on your home page, use 6.
Turn off related posts, turn off trending ticker, turn off ‘more to read’, turn off ‘most popular 7 days’ option.
You might try that — and this might help in the process
https://wordpress.org/plugins/query-monitor/
learning curve involved in anything, so you’ll have to play with this.
I don’t work here, so can’t give you a step 1,2,3 as every site is different.
Hi,
Basically you need to trim down the block ajax options meaning the blocks pagination and ajax filters, this should have an impact. Remove pagination and ajax filters from blocks on pages and in sidebars
– https://www.screencast.com/t/dJiJC0KA7lWD
Deactivate Related articles on posts as suggested, and Latest articles on pages
– https://www.screencast.com/t/8GOc6mmqTp
– https://www.screencast.com/t/YSAB199r
Also make sure you do not use too many different types of blocks on pages. Plugins can also make requests. Deactivate all plugins except theme plugins and monitor the situation.
Maybe you should consider upgrading the hosting plan, if your website traffic is increasing, the you should not cut back on more complex features.
These are the theme server requirements, and some hosting requirement suggestions
– https://forum.tagdiv.com/requirements-for-newspaper/
Thanks
Hello Simion, thanks for your response. All you have said i did yesterday but the results are still the same.
I am using Siteground Web hosting with a GoGeek Account. I wasn’t having this problem until i brought the installed the them.
This site http://www.betawin.net has a good traffic so i am not really concerned about the amount of execution on it.
But this site http://www.georgeezblog.com has barely 900 page view per day, yet it has more executions that the previous site.
My total allowed execution per month is 800,000 executions, i have never exceeded this before.
But so far this month http://www.georgeezblog.com have had 80444 executions.
Please i really need you to look into this issue for me.
Thanks
Mark
You can try do disable XMLRPC as that is often used as an attack vector from people trying to do pingbacks or comments via injections.
Disable pingbacks from the WP admin panel; then disable XMLRPC using line added to functions.php
add_filter('xmlrpc_enabled', '__return_false');
Also consider adding other tools like disabling password reset function, use security plugins like “limit login attempts” to stop bots pummeling your logins.
Add the hack to theme to disable images in the search box, or disable search in the header, and use simple classic search in sidebar.
Checking the error logs for site also useful, check post pages with F12 console to see what is loading and from where.
But, pretty much as I stated, you’ll need to determine WHAT is causing all the queries to go crazy.