Comment on Compression efficiency with shared dictionaries in ChromeparentComments−madeofpalk2yNot really.Compressing JavaScript already gives you tonnes of benefits, but syntax-aware compression (modify js) gives you more.Besides, this is a form of more efficient caching on that it only benefits subsequent visits.
Comments
Not really.
Compressing JavaScript already gives you tonnes of benefits, but syntax-aware compression (modify js) gives you more.
Besides, this is a form of more efficient caching on that it only benefits subsequent visits.