cjkcms-cache 2.3.2

Creator: codyrutscher

Last updated:

Add to Cart

Description:

cjkcmscache 2.3.2

Wagtail (CJKCMS) Cache
Project forked from [https://github.com/coderedcorp/wagtail-cache](Wagtail Cache) to add support for Wagtail 6.
Original project is still at Wagtail 5 compatibility, making it unusable with https://github.com/cjkpl/wagtail-cjkcms.git.
Package name is left without change (wagtailcache), so it can be used as drop-in replacement for original package.
===========
A fast and simple page cache for Wagtail, inspired by the Django cache
middleware.
Documentation |
Source code on GitHub |
PyPI
Status









Python Package



Build




Quick Start
Follow the Installation Guide
Why Wagtail Cache?
Django has a robust cache middleware that already has the functionality
needed to cache web pages effectively. But turning the cache middleware
on will blindly cache every request and does not work well with a Wagtail site.
Wagtail Cache provides a middleware, decorator, and mixin that works well with
Wagtail pages, Django views, or even manually on any request/response to
efficiently cache and serve from cache.
The end result is ultra-fast page serving that requires zero database hits
to serve cached pages. Other solutions such as template caching still require
database hits for Wagtail to serve a page.
Wagtail Cache also does not require any additional infrastructure such as Redis,
Memcached, proxies, etc. It can work directly off the filesystem, or using any
of Django's built-in cache backends.
Contributing
Follow the contributing guide
Attribution
Icon file "wagtailcache-bolt.svg":


Was sourced from the Fork Awesome project at
https://github.com/ForkAwesome/Fork-Awesome.


Is licensed under the Creative Commons Attribution 3.0 Unported license,
a copy of which is available at https://creativecommons.org/licenses/by/3.0/


Has been modified from the original sources.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.