-
Bug
-
Resolution: Unresolved
-
Critical
-
None
Hi,
I'm experiencing massive slowdown with Jenkins in its web interface.
I've had a quick look and it seems to be related to ICU's usage for formatting date and time.
Here's a Firefox profile:
https://share.firefox.dev/47mWWnJ
We are currently using Jenkins version 2.427
Cheers,
Alex
[JENKINS-72308] Massive slowdown with Firefox due to usage of locale and time formatting (js) when using Pipeline Stage View Plugin
Description |
Original:
Hi,
I'm experiencing massive slowdown with Jenkins in its web interface. I've had a quick look and it seems to be related to ICU's usage for formatting date and time. Here's a Firefox profile: [https://profiler.firefox.com/public/50xssfjvw3p09ndr0bg6z1m6vsadg82pseet50r/calltree/?globalTrackOrder=01&thread=2&v=10] We are currently using Jenkins version 2.427 Cheers, Alex |
New:
Hi,
I'm experiencing massive slowdown with Jenkins in its web interface. I've had a quick look and it seems to be related to ICU's usage for formatting date and time. Here's a Firefox profile: https://share.firefox.dev/47mWWnJ We are currently using Jenkins version 2.427 Cheers, Alex |
Attachment | New: Screenshot from 2023-11-10 09-55-45.png [ 61460 ] |
Maybe the problem is that the js code creates a formatter each time it needs one.
If so, one solution could be to have a single global formatter that you can re-use.