How can I decrease the load time of my website?

Status
Not open for further replies.

Jason Adams

New Member
Right now the load time of my website is fine but I want to reduce it further. Can anyone help me with this?
 
Last edited by a moderator:

mneylon

Administrator
Staff member
What have you tried so far?
How have you tested it?
 

Ravina

New Member
You can optimize your site by-
  1. Minimize HTTP requests.
  2. Minify and combine files.
  3. Use asynchronous loading for CSS and JavaScript files.
  4. Defer JavaScript loading.
  5. Minimize time to first byte.
  6. Reduce server response time.
  7. Choose the right hosting option for your needs.
  8. Run a compression audit.
 

mneylon

Administrator
Staff member
You can optimize your site by-
  1. Minimize HTTP requests.
  2. Minify and combine files.
  3. Use asynchronous loading for CSS and JavaScript files.
  4. Defer JavaScript loading.
  5. Minimize time to first byte.
  6. Reduce server response time.
  7. Choose the right hosting option for your needs.
  8. Run a compression audit.
How exactly?
This seems to just be a list that you've copied and pasted in from somewhere else. Unless you're going to expand on it I don't see what value it adds
 
Status
Not open for further replies.
Top