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

Add cache #18

Merged
merged 7 commits into from
Apr 10, 2020
Merged

Add cache #18

merged 7 commits into from
Apr 10, 2020

Conversation

zshafiqu
Copy link
Owner

Add's caching to the routes on the website for 5 minutes at a time, that way if someone is on the site, they get a seamless experience when going to pages they've already visited. Utilized Flask Caching, and did some handling to bypass caching on POST requests in order to avoid errors.

@zshafiqu zshafiqu added the enhancement New feature or request label Apr 10, 2020
@zshafiqu zshafiqu self-assigned this Apr 10, 2020
@zshafiqu zshafiqu linked an issue Apr 10, 2020 that may be closed by this pull request
@zshafiqu zshafiqu merged commit 5dc0c1b into master Apr 10, 2020
@zshafiqu zshafiqu deleted the add-cache branch April 11, 2020 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Caching Capabilities
1 participant