All the javascript served by the toscawidgets is being delivered to the browser with nocache in the HTTP headers. I have been trying to see how to get the header changed to allow caching.
I found in the tosca widgets middle ware a reference to toscawidgets.resources_expire but have failed to find how to set this value or it fails to change the header. I am using the AdminController REST interface to access the user database tables and this lack of caching causes quite a performance hit. Should the toscawidgets middleware be allowing caching of the javascript or should I be enabling another piece of middleware to enable caching. Or is there another suggested method - other than serving these static files using apache etc. Static files served from the public directory are allowing caching and even get not changed responses. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

