Sorry if my English is bad, English is not my native language
I have a website that uses the extjs library. Exactly I just need a grid, ajax, and tree component.
My project is used at the national level, and to avoid problems due to the low bandwidth in some regions, I have to make it as easy as possible.
When I use the developer tools in chrome, my site is too heavy. Especially when loading ext-all.js. Downloading takes 3.9 minutes (@ 512 kbps) (even when I delete my own images and css from the website).
Is there any way to compress it? Or just load the tree, grid and ajax components?
I was googling .. and I got it
<script type="text/javascript" src="js/ext-all.js?compression=gzip"></script>
but it didnβt help much.
javascript extjs
Egy Mohammad Erdin Feb 20 '11 at 7:12 2011-02-20 07:12
source share