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, which plugin, it's processing. 
Reload a few times if necessary to get more samples.

Alternatively, while the job config page is loading, keep pressing the End key 
to try to determine what part of the config page is at the very end of the page 
(this will look really broken, because no JavaScript is running yet to hide 
parts of the form). If there's no change for a while, the part at the very or 
(or the part that will be drawn next) is the culprit. This has worked for me in 
the past (using Firefox).

On 28.01.2014, at 15:10, bl0ck3r <martin.danjo...@gmail.com> wrote:

> 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 long?
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to