aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authormjfernez <mjf@mjfer.net>2022-02-25 17:36:01 -0500
committermjfernez <mjf@mjfer.net>2022-02-25 17:36:01 -0500
commit5589754533aab9b7edbdc41cc13c2cd189aa3c26 (patch)
tree8e8b6ace47e4233eb807d8f0eec7ea7ad3dab73f /README.md
parent43e114b82500476fa81754bf099ad25ee945201e (diff)
downloadezcms-5589754533aab9b7edbdc41cc13c2cd189aa3c26.tar.gz
Remove flask caching and unused imports
This removes Flask caching since it seems I'm dumb and can't implement it correctly and it seems to serve pretty much no purpose anyway. Caching can always be handled by the server in front This commit also removes some unused imports that were leftover after moving functionality to different files (like view_functions) Flask compress might be useless too since nginx can also gzip. But I can actually observe the change... is there any problem with double gzipping?
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/README.md b/README.md
index e376da9..bd3f1e6 100644
--- a/README.md
+++ b/README.md
@@ -189,12 +189,6 @@ or for files run under 'site'
`home.html`
-You can also make use of the Flask-Caching module to optimize your
-site's perfomance. There are many options available and to be honest, I don't know much about them, but a simple cache of 5 minutes is provided by default. You'll want to read the
- [Flask-Caching
-docs](https://flask-caching.readthedocs.io/en/latest/index.html)
- before experimenting.
-
### Other Tips
There are a few special directories linked that are needed to