-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 a cache layer for preventing larger no of read request to the server #490
Comments
There's a cache layer. Look at where Redis is used. But not that extensive though. |
@poeti8 yes you are right.
Please correct me if I am wrong. |
That's correct, many of them are not cached. |
So Should I proceed ahead to fix this @poeti8 ? |
@Rupeshiya Sure! |
@poeti8 This (#269 (comment)) is blocking me to proceed. |
@Rupeshiya Can't you use a temp mail host service like https://ethereal.email/? |
Present scenario:
As of now no cache layer is there, on get/link request the link is directly fetched from db
Expected scenario:
As the Kutt is the read heavy platform so it's better to make a cache layer and check the cache layer for the data requested by the client side before sending the request to the server which will reduce the server load
@poeti8 Please let me know your thoughts
The text was updated successfully, but these errors were encountered: