-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Poor page loading performance with plugin enabled #458
Comments
I'd be surprised if dark theme is doing very much. All it does is add an endpoint for a CSS file |
I agree, but I flip that switch (enable/disable) with the current plugins in my list and page loading is garbage or great. Must be one of my other plugins that doesn't like dark theme. Not sure which yet. |
https://plugins.jenkins.io/monitoring might help you find out which plugin is causing this |
Thank you @zbynek |
hello @kerrhome did you find the reason why this happens ? I have similarly problem, I have 5 jenkins instances and only one with dark theme has this problem. |
I also have the same issue. Requests to |
I'm sorry, I have not had time to investigate further. I just disabled it
for now. Using browser plugin for dark mode.
…On Fri, Mar 1, 2024, 2:56 AM peteraghnovanta ***@***.***> wrote:
hello @kerrhome <https://github.com/kerrhome> did you find the reason why
this happens ? I have similarly problem, I have 5 jenkins instances and
only one with dark theme has this problem.
—
Reply to this email directly, view it on GitHub
<#458 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGM7YK2VZW2T4BGFIUEYVTYWAYCTAVCNFSM6AAAAABCVEQTNOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZSGY4TKMRRGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
can you get a thread dump please while the page is stuck loading: |
When the real jenkins url in browser is mismatch with configured |
@cuiliang that sounds like a wrong revere proxy setting, the |
@zbynek I am moving jenkins to another server using backup-restore method, when still not have proxy setup, access jenkins using http://localhost:8080, will have this problem. |
No information on how to reproduce so closing |
Jenkins and plugins versions report
Environment
My docker-compose.yml:
Jenkins setup:
What Operating System are you using (both controller, and any agents involved in the problem)?
Host is MacBook M2 Max w/ 32G RAM. Docker Desktop. Latest LTS image (see above). macOS Sonoma 14.2.1. No agents.
Reproduction steps
Install Dark Theme with the existing plugins, reboot, page load performance drops dramatically.
Expected Results
Normal navigation performance.
Actual Results
60+ seconds, sometimes 120+, to load a page. Navigating through Jenkins is really just unusable.
Anything else?
I did start up a fresh Jenkins instance with no data and it's running beautifully. Fast and smooth. I added Dark Theme plugin and it still was smooth. It appears that this is a conflict perhaps with some other plugin.
Also, on my sandbox system I tried disabling just the Dark Theme plugin, leaving the Theme Manager plugin enabled, and the performance was normal/good.
Are you interested in contributing a fix?
I will continue testing, as I can, by disabling individual plugins to see if I can find the conflicting plugin(s).
The text was updated successfully, but these errors were encountered: