welcome to my space
- meteor shower
- quit askin stupid qu
- manual or af
- i shall return
- sony world photograp
- if you look in local
- need your guys advic
- have you ever photog
- miley cyrus photo
- new possible member
- art gallery
- some advice please
- fraud transactions a
-
Archives
-
Categories
-
Search
-
Meta
-
Credits
12 March, 2010 |
ext-all.js very heavy (492KB), it spends much time for loading itself.
I have a page in a internal frame of an application web. This page is loaded many times from diferent links ubicated in a lateral frame. The problem is that each time this page is loaded, it loads the ext-all.js file which has a weight of 492KB, delaying always the loading of the page; however this file is saved in catch , each time the page must read this heavy file.
Someone has a solution to this problema? thanks.
I wrote a code like this:
but, it didn't solve my problem.
I have also used the js builder, but it doesn't resolve my problem.
some new ideas?
Have you tried the following:
1. Configure your HTTP server so it sends headers with caching info.
2. Configure your HTTP server so it gzips files (this one really helps!).
3. Remove the ExtJS parts you don't need (use JS Builder).
If this is you're problem, then its not down to ExtJS but the way you have created your application - running ExtJS elements via and IFrame is a bad idea and will cause page loads like you experience.
http://ui20.gamespot.com/1523/image002_4.gif
=D>
The SVN builder can be found here (http://extjs.com/forum/showthread.php?t=15191).
If this is you're problem, then its not down to ExtJS but the way you have created your application - running ExtJS elements via and IFrame is a bad idea and will cause page loads like you experience.
#If you have any other info about this subject , Please add it free.# |