+ 1
How to optimize website assets??
1 Resposta
+ 5
My suggestions for your query Sagosh Kumar
Add an expires header
GZIP components
If possible then make fewer http requests.
Avoid css expression (if can)
Make js and CSS external.
Hope this helps.
Is that the answer you are looking for?
Thanks