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

Cache Middleware added to caracal.js #174

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gbengaoluwadahunsi
Copy link

Summary
I have implemented a new middleware in the application to enhance the server-side caching mechanism. This middleware will optimize response times and reduce server load by caching frequently accessed data.

Motivation
The motivation behind this enhancement is to improve the overall performance and scalability of the application. By implementing server-side caching, we aim to reduce the response time for requests, enhance the user experience, and minimize server resource utilization.

Testing
The new middleware has been thoroughly tested in various scenarios to ensure its effectiveness and compatibility with the existing application architecture. Testing involved simulating different load conditions and monitoring the caching behavior to validate its performance benefits.

@gbengaoluwadahunsi
Copy link
Author

gbengaoluwadahunsi commented Mar 26, 2024

Hello @birm ,

I have added a middleware for caching via the server-side rendering, I proceed to use Redis or service workers for the client-side caching.

Let me know what you think about that, thanks.

@gbengaoluwadahunsi gbengaoluwadahunsi changed the title Cache Maddleware added to caracal.js Cache Middleware added to caracal.js Mar 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant