Website takes too long to respond / load

Thanks a lot for the feedback. I’ll be sure to check those requirements soon. If it works I’ll let you know and I’ll mark the thread as solved.
Best regards :slight_smile:

1 Like

Latency can affect the performance of a site, but websites aren’t that sensitive to latency. So anywhere in Europe, and probably US East, you’re going to be fine for latency.

Are all page loads slow or just the first one? Because I see you’re using WordPress, and with WordPress the WP Cron scheduler is usually the thing that makes the first page slow. This is because WordPress uses that first request to perform various background tasks.

For the most part, this is just how WordPress works, and optimizing caching, CDNs and stuff is at best not going to change anything and at worst make things slower.

But all in all, “my website is slow” can be true for some very different issues with very different reasons and solutions.

1 Like

Thank you for the fast reply Admin.

Actually I’ve only experienced it on the Home and Login page, but I believe that it happens on all of them. Still, after the first load I can easily navigate between pages without any delay. But if I leave the site for a couple of minutes then it delays again on that first load.

From what I understand the problem has something to do with the establishment between user and server. After that is accomplished the navigation is smooth.

However I messed up with WordPress update and the website is giving me an critical error, so I’ll just reset it and build it again, and then I come back here to give feedback.

Best regards.


Remember that the servers block pings, so that ping request will always fail.

2 Likes

Sorry to be the one to say this but, minimize*

2 Likes

What u mean by minimizing it all?

YT_Xaos was correcting my spelling.

By “Minimize”, I meant “Reduce”

3 Likes

This sounds like it could still be the WordPress background scheduler.

There is one thing you could try: what if you don’t visit your website for some time and then open the WordPress readme file at http://creepycruz-labz.rf.gd/readme.html, and then open a regular page? If the readme is slow too, it’s a server connection/warmup issue. If that’s fast and the subsequent page is slow, it’s definitely the WordPress site itself that’s the problem.

1 Like

try using a cdn like aws cloudfront or statically.io if using wordpress

1 Like

I will give that one a try. Thank you for the help :slight_smile:

Hello again. I managed to make a clean wordpress install with the same theme and only edited the main page with some img and text. It has some delay again on the first load. Could anyone reply your loading times? Thanks in advantage.

All sites on infinityfree (and other hosting providers on free byetcluster servers) are long to respond on first load.

I think, that it’s depends on byetcluster servers. For example, when you work on site - it’s not “sleeping”. When you doesn’t work on it - it will be auto switch to “sleeping” mode, all services and scripts on site are stopped and wait, when user request it.

1 Like

Thanks. It appears to be much faster on this fresh install, but I get your point and maybe there was no problem at all. Only the services going idle.

1 Like

Thanks everyone for your attention.
I really appreciate it <3

2 Likes

using a cdn or upgrading is a more better option to improve loading times!

The delay on the first load is not because of the servers, but because of all the background tasks that WordPress runs on the first load.

Thats how all servers work, right?

That shouldn’t be the case. Fortunately, it’s easy to verify whether this is a WordPress issue or a hosting issue:

1 Like

This may help: Redirect Loop - ERR_TOO_MANY_REDIRECTS - Hosting Support - InfinityFree Forum. Also your site is working fine, but not redirecting from http to https. There is still a misconfiguration with your ssl certificate. Read this for more info: How to force all traffic to HTTPS - HTTPS and SSL - Docs - InfinityFree Forum

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.