javaee / mojarra

PLEASE NOTE: This project has moved to Eclipse Foundation and will be archived under the JavaEE GitHub Organization. After Feb. 1, 2021, the new location will be github.com/javaee/mojarra. Mojarra - Oracle's implementation of the JavaServer Faces specification
https://github.com/eclipse-ee4j/mojarra
Other
164 stars 58 forks source link

RestoreDynamicActions performance degradation. #4326

Open ferusm opened 6 years ago

ferusm commented 6 years ago

I have that problem when page periodically send ajax request to server. Setup: Wildfly 11 Mojarra 2.2.16 Primefaces 5.3 Progress Bar periodically updates its value with an interval of 1000 (1 s)

ic5k1

wafa-ogh commented 4 years ago

Please, what is the tool used to analyze performance ? I'm facing the same issue on Mojarra 2.3.9.SP06 Using a phase listener, the RESTORE_VIEW phase has taken most of the request handling time

2020-09-18 12:16:20,313 INFO [JsfRequestLifecycleListener] (default task-31) START PHASE RESTORE_VIEW 1 2020-09-18 12:16:43,336 INFO [JsfRequestLifecycleListener] (default task-31) END PHASE RESTORE_VIEW 1 2020-09-18 12:16:43,344 INFO [JsfRequestLifecycleListener] (default task-31) START PHASE APPLY_REQUEST_VALUES 2 2020-09-18 12:16:43,398 INFO [JsfRequestLifecycleListener] (default task-31) END PHASE APPLY_REQUEST_VALUES 2 2020-09-18 12:16:43,400 INFO [JsfRequestLifecycleListener] (default task-31) START PHASE PROCESS_VALIDATIONS 3 2020-09-18 12:16:43,429 INFO [JsfRequestLifecycleListener] (default task-31) END PHASE PROCESS_VALIDATIONS 3 2020-09-18 12:16:43,432 INFO [JsfRequestLifecycleListener] (default task-31) START PHASE UPDATE_MODEL_VALUES 4 2020-09-18 12:16:43,460 INFO [JsfRequestLifecycleListener] (default task-31) END PHASE UPDATE_MODEL_VALUES 4 2020-09-18 12:16:43,460 INFO [JsfRequestLifecycleListener] (default task-31) START PHASE INVOKE_APPLICATION 5 2020-09-18 12:16:43,460 INFO [JsfRequestLifecycleListener] (default task-31) END PHASE INVOKE_APPLICATION 5 2020-09-18 12:16:43,460 INFO [JsfRequestLifecycleListener] (default task-31) START PHASE RENDER_RESPONSE 6 2020-09-18 12:16:45,030 INFO [JsfRequestLifecycleListener] (default task-31) END PHASE RENDER_RESPONSE 6