Hi,
I am seeing similar slowness issue. I have Jenkins v1.567. The slowness is
cross the board but it is especially slow when trying to open config system
or config job pages. I caught some thread dump and noticed
org.kohsuke.stapler.compression.CompressionFilter.doFilter shows up in all
of th
Thanks for the advice.
1) scrolling to the end while config is loading: it gets to the end (the
last post-build step which is editable email notification) very quickly. so
it seems it's busy doing something else
2) examining the threadDump while loading the config is hung at the bottom:
nothin
You probably have a plugin whose job config parts have a really long load time
for some reason.
While the job config page is loading, open http://(yourjenkins)/threadDump in
another window. Search for "Handling GET /job/(jobname)/configure". This will
tell you, what part of the code, and often,
I should add that the CPU is railed all the time and that I use Jenkins
1.509.2. There is nothing else on that host but Jenkins. We have about 50
jobs, and thousands of results (and hundreds/thousands of JUnit xml files
per build). Have I exceeded Jenkins capacity? How do I discover what
Jenkin
Everything in Jenkins is reasonably fast, but loading job configuration
pages is frustratingly slow (minutes). Using Firefox, hosted on linux.
Started happening a few months ago. I don't get it since Jenkins should
only be loading the config.xml for the job... what else does it do that
takes so