1.

How do you optimize a website's assets & reduce page load time?

Answer»

Follow these steps to optimize assets and also reduce the page load TIME of any WEBSITE:

  • Properly naming all assets.
  • Using a content delivery network (CDN) for MEDIA files.
  • Hosting assets on DIFFERENT domains while also reducing DNS lookups
  • Using a cookie-free domain to place assets and splitting them among domains
  • Using CSS SPRITES for Images.
  • Disabling etags.
  • Minimizing the use of JS in code.
  • Minimizing inline CSS and using internal and external style sheets.


Discussion

No Comment Found