Skip to content

Slow loading time #11

@ayurmedia

Description

@ayurmedia

Caching is forced to be off by default in ext.js.
There should be an option in admin-interface to turn on caching if you are in production-server and don't change ext-components.
Loading times improve a lot with this change.

suggestion:

  • add "disableCaching: false",

app.js:

Ext.Loader.setConfig({
enabled: true,
disableCaching: false,
paths: {
Ext: '.',
'Ext.ux': 'resources/ux'
}
});
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions