Details
Description
During profiling I noticed that org.apache.myfaces.view.facelets.impl.DefaultFaceletFactory.getFacelet(URL) takes some time even in PROJECT_STAGE=Production. Problem is in DefaultFaceletFactory.needsToBeRefreshed(DefaultFacelet) - it returns true (sometimes) even in production. It can be easily solved with javax.faces.FACELETS_REFRESH_PERIOD=-1 but considering PROJECT_STAGE value in this situation is more user friedly.
Attachments
Attachments
Issue Links
- is duplicated by
-
MYFACES-2780 MyFaces performance improvements for production
- Closed