-
-
Notifications
You must be signed in to change notification settings - Fork 436
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
Add runtime cache to zend locale data #917
Comments
tmotyl
added a commit
that referenced
this issue
Apr 4, 2020
tmotyl
added a commit
that referenced
this issue
Apr 6, 2020
colinmollenhour
pushed a commit
that referenced
this issue
Apr 21, 2020
edannenberg
pushed a commit
to edannenberg/magento-lts
that referenced
this issue
Aug 20, 2020
edannenberg
pushed a commit
to edannenberg/magento-lts
that referenced
this issue
Aug 24, 2020
randallelliott714
added a commit
to randallelliott714/magento
that referenced
this issue
Oct 18, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This modified version of Zend_Locale_Data (based on version from Magento CE 1.6.2.0) uses a local cache in addition to the shared cache to prevent repeated cache requests for the same data. This can save literally hundreds of cache requests per page depending on how heavily the page uses Zend_Locale (dates and currency).
https://gist.github.com/colinmollenhour/2715828
The text was updated successfully, but these errors were encountered: