Website does't load sometime.

My website at Linode doesn't load sometime. It keeps loading but doesn't open upto 10 minutes sometime.

Website: https://play.droidfeats.com

Screenshot: https://imgur.com/a/jxwB8I4

Getting a bad experience with Linode. I have many sites on Digital Ocean too, but never faced such experience. First time tried Linode, and I am disappointed.

2 Replies

There are a few potential causes for a website to load slowly. Since you mentioned that the website takes a significant amount of time to load, I'd suggest taking a look at your site configuration. A Pingdom speed test for your domain shows a few potential areas that could be causing your site to run more slowly, such as number of HTTP requests and cookies. There are also some suggestions in the following Linode Community Questions posts that you may find helpful during the troubleshooting process:

If some visitors to your website are experiencing a slower load time than others, there may be a network issue at play. You can run MTR reports to and from your Linode from a computer that's having trouble loading the site to help determine if this is the case:

From your computer
mtr -wrbzc 100 <linodeIP>

From your Linode
mtr -wrbzc 100 <computerIP>

Finally, another potential cause for a slow Linode or website is contention on the host, which can result in CPU steal and worse performance. You can determine whether your Linode may be experiencing CPU steal by running the command iostat 1 10. Steal percentages over 10-15% are considered excessive in a shared CPU environment. If you'd like to investigate this possibility, we ask that you reach out in a Support ticket so that we can take a closer look at your Linode.

Thank you for the quick response. I will look after the optimisation settings again. If not fixed, I will open the support ticket.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct