1.

How would you optimize a website's assets resources?

Answer»

Website’s assets resources are IMAGES, STYLES, scripts, and also external media.

To optimize these assets you can opt following ways-

  • Make all assets lightweight so that it's easy to download
  • The use of a Content Delivery Network (CDN) helps to optimize assets
  • While HOSTING assets on different domains make sure to REDUCE DNS lookups.
  • Use of CSS Sprites.
  • Disable etags.


Discussion

No Comment Found