When turning on JRebel for my JSF project, CPU usage gets too high on each requests & drops down when request has been served. I did looked though the profiler but it was not caused due to my project classes itself.
Prettyfaces
seems to be the real culprit here..
See this snapshot:
& this
See this snapshot:
But why this high CPU usage by Prettyfaces happens only when Jrebel is on, what is causing this ? Where is the problem actually ?