Skip to content
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

All configuration page is unresponsive #1796

Open
tqvarnst opened this issue Sep 25, 2023 · 6 comments
Open

All configuration page is unresponsive #1796

tqvarnst opened this issue Sep 25, 2023 · 6 comments

Comments

@tqvarnst
Copy link

tqvarnst commented Sep 25, 2023

Describe the bug
When I go to the all configuration options page https://quarkus.io/guides/all-config it takes a really long time for the search field to become available and Chrome says the page is unresponsive. See the attached video (coming soon)

Which pages
https://quarkus.io/guides/all-config

I'm on Mac OS using Version 116.0.5845.187 (Official Build) (x86_64) of Chrome

@tqvarnst
Copy link
Author

Screen.Recording.2023-09-25.at.13.24.55.mov

@maxandersen
Copy link
Member

I can confirm Chrome has a hard time on https://quarkus.io/guides/all-config.

I had same issue in past but hadn't noticed it for a while because I use firefox and here I can the days type in text in search almost instantly (maybe 1-3s delay).

@FroMage or @ia3andy didn't you do some updates recently to this page to fix something similar to this or do i remember wrong?

@FroMage
Copy link
Member

FroMage commented Sep 26, 2023

Not recently no, years ago I added support for shadow DOM to make filtering much faster. I guess either the option count increased.

@FroMage
Copy link
Member

FroMage commented Sep 26, 2023

Just checked on Chrome on Linux, and it's still 1-2s delay, so not something I can improve.

Can someone with a Mac use the Chrome profiling tools to figure out what it's stuck on?

@tqvarnst
Copy link
Author

@FroMage, I can do it if you can send details of what profiling tool you want me to use and how to use it. 😉

@FroMage
Copy link
Member

FroMage commented Sep 28, 2023

Ctrl-Shit-I (to open the inspector), Go to Performance tab, and click Record (or Ctrl-E):

This is what happens when I type panache in the search field:

Screenshot from 2023-09-28 11-52-55

100ms search and update, not bad.

You can also start recording and reload, there's an option for that (or Ctrl-Shift-E):

Screenshot from 2023-09-28 11-58-00

Next week I'll have access to a Mac, I can try it then. Not sure a remote debug session will help us much :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants