Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faster loading during development #79

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

gsidler
Copy link
Contributor

@gsidler gsidler commented Jan 30, 2015

Introduced new load mode 'dynamic-extensible'. With this mode, the extensible framework is loaded dynamically (class by class) while the ext/js is loaded from the archive file. Compared to the fully dynamic mode is is much faster.

Furthermore, changed loading of CSS files in debug and dynamic modes. In these modes, CSS files are now loaded individually, not the concatenated file. This is more useful during development.

Thirdly, set Ext.Loader property disableCaching to false for all the examples. For most examples it was false already, for a few not. It is confusing if caching is disabled for some examples and for some not. Furthermore, if caching is disabled, debugging with Firebug becomes really painful because it cannot remember bread points.


This change is Reviewable

…tensible framework is loaded dynamically (class by class) while the ext/js is loaded from the archive file. Compared to the fully dynamic mode is is *much* faster. Furthermore, fixed loading of CSS files in debug and dynamic modes. In these modes, CSS files are now loaded individually, not the concatenated file.
… For most examples it was false already, for a few not. It is confusing if caching is disabled for some examples and for some not. Furthermore, if caching is disabled, debugging with Firebug becomes really painful.
@gsidler gsidler force-pushed the faster-loading-during-development branch from 68b3b23 to ffb3c83 Compare March 10, 2015 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant