Reputation: 5637
I am using JMeter for my application performance testing. I use New Relic for monitoring. JBoss is the app server.
Sometimes I get below items listed as the slowest component in NewRelic. I do not get any other info.
Does anyone have any idea what needs to be done in this case?
com.sun.faces.lifecycle.RestoreViewPhase
com.sun.faces.lifecycle.UpdateModelValuesPhase
com.sun.faces.lifecycle.ProcessValidationsPhas
Please leave a comment if you need more info.
Upvotes: 0
Views: 58
Reputation: 501
You need to have good monitoring and analysis around this:
Start with following:
This should give you better idea about the bottlenecks.
Upvotes: 1