tokkonopapa / WP-Super-Preload

This plugin helps to keep whole pages of your site always being cached in the fresh based on the sitemap.xml and your own settings.
7 stars 1 forks source link

503 #2

Open jou11 opened 6 years ago

jou11 commented 6 years ago

When i start the Preload i this result : <HTML> <HEAD> <TITLE>503 Service Temporarily Unavailable</TITLE> </HEAD> <BODY> <H1>Service Temporarily Unavailable</H1> The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.<P> <HR> <ADDRESS> Web Server at feuerwehr-schaan.li </ADDRESS> </BODY> </HTML> <!-- - Unfortunately, Microsoft has added a clever new - "feature" to Internet Explorer. If the text of - an error's message is "too small", specifically - less than 512 bytes, Internet Explorer returns - its own error message. You can turn that off, - but it's pretty tricky to find switch called - "smart error messages". That means, of course, - that short error messages are censored by default. - IIS always returns error messages that are long - enough to make Internet Explorer happy. The - workaround is pretty simple: pad the error - message with a big comment like this to push it - over the five hundred and twelve bytes minimum. - Of course, that's exactly what you're reading - right now. -->

Does my host have any restrictions?

tokkonopapa commented 6 years ago

Hi,

I think that 503 error typically means the overload of your server.

And this plugin will fetch 10 pages every 100msec by default. So I think you have to decrease the "Number of request per split" and "Number of parallel requests" to reduce the server's load.

And also consider to increase "Interval between parallel requests".

By the way, I don't use this plugin now because it depends on WP Cron system that is not suitable for planned load distribution. It depend on someone's access.

Instead of this plugin, I now use Preload by Cron. It uses the server's cron system because it is definitely planned to be executable.

Please consider it. Thanks.

jou11 commented 6 years ago

Thanks for replaying i changed 1 page every 5000msec no luck. But i think use your suggested script.