Question - List the various techniques for optimizing website assets.
Answer -
To optimize website assets, one needs to decrease:
- The download size, and
- The total number of HTTP requests that are made
Following techniques can be used for optimizing website assets:
- CDN hosting
- File compression
- File concatenation
- Offloading assets
- Re-organizing
- Refining code