Server Requirements for Woodmart
-
Hi Woodmart team, I would like to check on these settings I saw in my wordpress dashboard
Recently, I’ve been facing heavy 503 errors on my website, & have been told by web hosting side that the wp-cron jobs is choking up the site
I saw these settings in the woodmart theme & wondering if these could be part of the reason why there are constant cron jobs
I also attached a screenshot of what the web hosting shared to me, hope that you could provide some opinions as to why there are so many cron jobs
Thank you so much
Attachments:
You must be
logged in to view attached files.
Hi and thanks for the details.
WP‑Cron is a WordPress core mechanism and doesn’t depend on the theme. You will see these scheduled requests with any theme. If your host reports many cron events, they are most likely coming from WordPress core and plugins.
Recommended server/PHP limits for smooth operation:
– memory_limit: 256M
– post_max_size: 64M
– upload_max_filesize: 64M
– max_execution_time: 180
– max_input_vars: 10000
Kind Regards