My website is very slow

Phreaddee

Super Moderator
Staff member
Remove the slider from the page completely.
optimise images to a smaller file size.
stop relying on JS to do all the heavy lifting
 

zuan1

New Member
Here are some tips for reduce your load times:
  1. Consider implementing a content delivery network
  2. Implement new image formats to reduce the size of your images
  3. Cache, cache, cache
  4. Evaluate your plugins
  5. Combine images into CSS sprites
  6. Enable HTTP keep-alive response headers
  7. Enable compression.
 

hariandro95

New Member
Yes this is common problem in websites with irregular content..Firstly check your html code and css codes are written seperately..If you add more style attributes inside html it will make your page loading slow..and compress the media files using in your site.. Then Use navigations to avoid whole content on the same page ..it also make your page slower..
If you found this comment is useful just reply,Thankyou..
 

alexson

New Member
You can properly optimize your website large image and remove the slide image from it. You can solve all issues related to css and jss file that slow your website.
 
Top