Issue (View Online)

Key: NXP-1207
Issue Type: Improvement Improvement
Status: Closed Closed
Priority: Minor Minor
Resolution: Fixed
Assignee: Jean-Marc Orliaguet
Reporter: Jean-Marc Orliaguet

Operations

View all
View comments
View history
Add on-the-fly _javascript_ compression to NXThemes resource servlet 
Updated: 19/06/07 16:17   Created: 18/06/07 18:10  

The following issue has been closed.

User: Jean-Marc Orliaguet
Date: 19/06/07 16:17
Comment:
fixed in:

http://svn.nuxeo.org/trac/nuxeo/changeset/20791
http://svn.nuxeo.org/trac/nuxeo/changeset/20817
http://svn.nuxeo.org/trac/nuxeo/changeset/20822

...

NXThemes resources are now also cached on the server.

the problem is that there are still a lot of resources (.js, .css, ..) that are being served for every page being displayed (MyFaces, custom libs) Most of the rendering time is wasted there.

Project: Nuxeo Enterprise Platform 5
Fix Versions: 5.1 RC

 Description   

currently _javascript_ resources served by NXThemes (/nxthemes-lib/) can be:

- gzip-compressed
- stored in the browser's cache
- concatenated (to fetch several .js files within a single HTTP connection)

but even with that there is a delay when loading pages especially when the size of _javascript_ resources is big. Indeed, smaller _javascript_ files are loaded and interpreted much faster.

Dojo's ShrinkSafe for instance achieves quite good results
http://dojotoolkit.org/docs/shrinksafe

This message was automatically generated by Atlassian JIRA Enterprise Edition, Version: 3.7.2-186 - Bug/feature request.
If you think it was sent incorrectly, contact one of this server's administrators.

_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to