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

Speed up UnicodeJsps/properties.jsp (properties page) #953

Open
macchiati opened this issue Oct 21, 2024 · 0 comments
Open

Speed up UnicodeJsps/properties.jsp (properties page) #953

macchiati opened this issue Oct 21, 2024 · 0 comments

Comments

@macchiati
Copy link
Member

The property index has gotten very slow. I'm not sure why, but maybe the move away from using ICU properties on the backend.

The UI has always been a hack; it shows the property values, but hides the long ones. You have to click on
Show Values and it takes a while to open up.

I suspect that this is because the page is rebuilt on the server side with each access. But that is a waste, because the whole page could be static, never hitting the server at all. So one way to speed it up is to just build a static page once.

It would rebuild any time the UnicodeJsps starts up after the code is rebuilt.
It would have a little bit of javascript that would show/hide values, eg with a "twisty".

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

1 participant