Skip to:
The webserver is using 100% CPU all the time. Profiling shows that this is mostly related to collecting data needed for Openfire plugin update checks.
There is a cache being used there, but apparently, it is not being used correctly.
CPU graph. On the left, utilization prior to my change. On the right hand after the change.
Seems fixed by my commit. CPU usage is notably reduced.
The webserver is using 100% CPU all the time. Profiling shows that this is mostly related to collecting data needed for Openfire plugin update checks.
There is a cache being used there, but apparently, it is not being used correctly.