-
Notifications
You must be signed in to change notification settings - Fork 1
Implement product prices caching #27
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
@Babahan-0906 any idea if this is about caching product detail prices? |
I think we're already caching both the product prices and product detail prices in sessionStorage. as far as I recall, I opened this pr from TODO LIST.txt that we had back in december, and from what i understood, this PR was opened to explore general caching improvements. and when caching should be manual sessionstorage based caching (like this one) or third-party caching. Please let me know if I’m missing anything here! |
Ah yes I just confirmed both prices get cached in session storage. I guess then this issue can be closed. We can open a new one if there is need for further caching |
The text was updated successfully, but these errors were encountered: