My website is loading slowly, what can I do?

Linode Staff

Hello,

My website doesn't respond sometimes, and other times it works but it loads very slowly. What can I do to improve the response time?

1 Reply

Hi there,

So if your website is loading slowly that typically indicates that you need to make some internal configuration changes to improve the response time. What those changes are depends on your internal configuration, but you can use this tool to isolate some of the problem areas:

https://tools.pingdom.com/

A good place to start would be to check your currently running processes and your memory.
Running the following commands will do that:

top
free -m

Finally, another good step would be to follow these guides for tuning Apache and MySQL:

https://www.linode.com/docs/web-servers/apache-tips-and-tricks/tuning-your-apache-server
https://www.linode.com/docs/databases/mysql/how-to-optimize-mysql-performance-using-mysqltuner

The configuration of your website is unique so it is difficult for us to isolate what is causing your site to load slowly without access, but if you run through the above resources you should be able to clean some things up and improve your response time.

Regards,
Brittany
Trust & Safety Team

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