PDA

View Full Version : ext-all.js size



logosguru
10 Aug 2007, 6:36 AM
I found that when I check ext-all.js loading size on extjs.com from firebug, it is 132KB.
But it is 481KB from my web server and I already checked that they are same file.

Does anybody know why?

rodiniz
10 Aug 2007, 6:37 AM
There are a lot of posts here explaing this...The library is Gziped

ecukit
12 Aug 2007, 6:03 AM
There are a lot of posts here explaing this...The library is Gziped

could u please give us more details? logosguru didn't realize his web server is gzip enabled -or- ext-all.js will enable gzip automatically without any user configuration?

tryanDLS
12 Aug 2007, 5:06 PM
As he said, there have been many discussions of this - search for gzip. Try googling it - it's not an Ext-specific issue.