History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: NXP-937
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Jean-Marc Orliaguet
Reporter: Jean-Marc Orliaguet
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Nuxeo Enterprise Platform

browser caching of web resources

Created: 01/05/07 21:03   Updated: 15/05/07 19:33
Component/s: None
Affects Version/s: None
Fix Version/s: 5.1 M3

Time Tracking:
Not Specified

Resolution Date: 15/05/07 19:33
Require Callback: No
Participants: Eric Barroca and Jean-Marc Orliaguet
Date of First Response: 15/05/07 01:17
Tags:


 Description  « Hide

after experimenting with LiveHTTPHeaders firefox plugins here some improvements to make pages load faster:

- add a parameter in nxthemes to control the caching of dynamic styles in the browser (+ make sure that style uids are preserved after a simple server restart, to avoid having to force a page reload).

- /nuxeo/a4j.res/org.ajax4jsf.framework.ajax.AjaxScript.faces
 is a 37K static javascript file that is downloaded at each request. (see if it can be cached)


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Eric Barroca - 15/05/07 01:17
Could you give a status on this? Do you think it's important for the 5.1? (it looks like :-)

Jean-Marc Orliaguet - 15/05/07 09:36
I've modified the uid generator in nxthemes core to generate more predictable series.

I was thinking of turning the cache on, and add a parameter in the <application> extension for setting the cache lifetime.

for /nuxeo/a4j.res/org.ajax4jsf.framework.ajax.AjaxScript.faces I don't know how to do it, this should probably be done on the server side or in apache.