-
-
Notifications
You must be signed in to change notification settings - Fork 44
jsp: half of the build time is cache files #1012
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
Comments
This is tricky. Unless the code changes, the old versions are stable (but not the dev version). |
ok, so it could skip the dev version, and then hash on all of the code. Maybe not worth it. |
The caching isn't even working, because in the JSP's console I see
that might be causing some runtime issues! |
That is the time spent loading the cache. Generating the cache from the data files is more like 20 s for each version of Unicode. |
1⁄2 of the time is spent in Regenerate the property cache files
@eggrobin can this be cached safely?
The text was updated successfully, but these errors were encountered: