Hi.

My environment: MyFaces 1.1.3 + Tomahawk 1.1.2 + Facelet 1.0.4 + javax.faces.STATE_SAVING_METHOD =client

I'm testing StreamingAddResource as told in Wiki to get some performance improvements.

Everything worked ok after modifying jsp files and web.xml configuration. Except that time to time I saw "SEVERE: Unparsable lastModified : @lastModified@ " in tomcat log files (same as http://issues.apache.org/jira/browse/TOMAHAWK-15).

Since configuration I run multiple load test for complex page (menus, tree2, tabs, hibernate db requests etc), but I couldn't measure any changes in performance compared to earlier configuration without StreamingAddResources.

Could it be so that due to "SEVERE: Unparsable lastModified : @lastModified@ " no caching is happening and so no performance increasing either? Or could it be something else in my test environment - like the fact that tested page is quite huge and average response time is around two seconds?

Yes, @lastModified@ prevents resources from caching. I usually set something 
like:

lastModified=2006-01-01 00:00:00 +0000

manually.

Bye.
/lexi

Reply via email to