Google News
logo
HTML5 - Interview Questions
How to optimize website assets?
We need to understand some basic optimization rules, in order to optimize website assets. Initially, we should decrease the download size and make fewer http requests.
 
To optimize website assets we can follow the below techniques :
 
* File compression
* File concatenation
* CDN Hosting
* Offloading assets
* Re-organizing
* Refining code
Advertisement