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

Improve distributed caching #6517

Closed
RomanovM opened this issue Jan 9, 2023 · 2 comments
Closed

Improve distributed caching #6517

RomanovM opened this issue Jan 9, 2023 · 2 comments

Comments

@RomanovM
Copy link
Contributor

RomanovM commented Jan 9, 2023

nopCommerce version: develop

I tried dynamodb and it has datasize limitation, I tried Redis and for 200 jmeter hit the site become unresponsive, I tried mongodb and it was a performance issue with 200-250 jmeter hit, I tried sqlserve and homepage load took 2-3min.

By doing some r&d I understood that the less the data size will be the more it will be faster. But the architecture simply does not align with it.

Again query caching without distributed cache is really a blocker for proper load distribution and auto-scaling.

Source: https://www.nopcommerce.com/boards/topic/95837/distributed-cache

See also: #5593

Let's find a way to improve the current approach with caching.

@skoshelev
Copy link
Contributor

see this PR

@skoshelev
Copy link
Contributor

Closed #6517 by this commit

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

No branches or pull requests

3 participants