{"id":13532118,"url":"https://github.com/coderedcorp/wagtail-cache","last_synced_at":"2025-04-05T22:04:40.581Z","repository":{"id":33720461,"uuid":"160899916","full_name":"coderedcorp/wagtail-cache","owner":"coderedcorp","description":"A simple page cache for Wagtail based on the Django cache middleware.","archived":false,"fork":false,"pushed_at":"2024-08-21T22:05:40.000Z","size":139,"stargazers_count":88,"open_issues_count":14,"forks_count":30,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-29T21:05:47.234Z","etag":null,"topics":["cache","caching","django","wagtail"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coderedcorp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-08T03:23:12.000Z","updated_at":"2024-12-16T21:59:36.000Z","dependencies_parsed_at":"2023-12-01T21:25:38.278Z","dependency_job_id":"e2029d72-847d-42e8-a40f-b4fe0c8fdb1b","html_url":"https://github.com/coderedcorp/wagtail-cache","commit_stats":{"total_commits":61,"total_committers":12,"mean_commits":5.083333333333333,"dds":"0.21311475409836067","last_synced_commit":"206caaffebc7009d0365f3cfddd8ce08f25908b4"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderedcorp%2Fwagtail-cache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderedcorp%2Fwagtail-cache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderedcorp%2Fwagtail-cache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderedcorp%2Fwagtail-cache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderedcorp","download_url":"https://codeload.github.com/coderedcorp/wagtail-cache/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247406085,"owners_count":20933803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cache","caching","django","wagtail"],"created_at":"2024-08-01T07:01:08.323Z","updated_at":"2025-04-05T22:04:40.549Z","avatar_url":"https://github.com/coderedcorp.png","language":"Python","funding_links":[],"categories":["Apps"],"sub_categories":["Misc"],"readme":"Wagtail Cache\n=============\n\nA fast and simple page cache for Wagtail, inspired by the Django cache\nmiddleware.\n\n[Documentation](https://docs.coderedcorp.com/wagtail-cache/) |\n[Source code on GitHub](https://github.com/coderedcorp/wagtail-cache) |\n[PyPI](https://pypi.org/project/wagtail-cache/)\n\n\nStatus\n------\n\n|                        |                      |\n|------------------------|----------------------|\n| Python Package         | [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/wagtail-cache)](https://pypi.org/project/wagtail-cache/) [![PyPI - Wheel](https://img.shields.io/pypi/wheel/wagtail-cache)](https://pypi.org/project/wagtail-cache/) [![PyPI - Downloads](https://img.shields.io/pypi/dm/wagtail-cache)](https://pypi.org/project/wagtail-cache/) [![PyPI](https://img.shields.io/pypi/v/wagtail-cache)](https://pypi.org/project/wagtail-cache/) |\n| Build                  | [![Build Status](https://dev.azure.com/coderedcorp/cr-github/_apis/build/status/wagtail-cache?branchName=main)](https://dev.azure.com/coderedcorp/cr-github/_build/latest?definitionId=9\u0026branchName=main) [![Azure DevOps tests (branch)](https://img.shields.io/azure-devops/tests/coderedcorp/cr-github/9/main)](https://dev.azure.com/coderedcorp/cr-github/_build/latest?definitionId=9\u0026branchName=main) [![Azure DevOps coverage (branch)](https://img.shields.io/azure-devops/coverage/coderedcorp/cr-github/9/main)](https://dev.azure.com/coderedcorp/cr-github/_build/latest?definitionId=9\u0026branchName=main) |\n\n\nQuick Start\n-----------\n\nFollow the [Installation Guide](https://docs.coderedcorp.com/wagtail-cache/stable/getting_started/install.html)\n\n\nWhy Wagtail Cache?\n------------------\n\nDjango has a robust cache middleware that already has the functionality\nneeded to cache web pages effectively. But turning the cache middleware\non will blindly cache every request and does not work well with a Wagtail site.\n\nWagtail Cache provides a middleware, decorator, and mixin that works well with\nWagtail pages, Django views, or even manually on any request/response to\nefficiently cache and serve from cache.\n\nThe end result is ultra-fast page serving that requires zero database hits\nto serve cached pages. Other solutions such as template caching still require\ndatabase hits for Wagtail to serve a page.\n\nWagtail Cache also does not require any additional infrastructure such as Redis,\nMemcached, proxies, etc. It can work directly off the filesystem, or using any\nof Django's built-in cache backends.\n\n\nContributing\n------------\n\nFollow the [contributing guide](https://docs.coderedcorp.com/wagtail-cache/stable/contributing.html)\n\n\nAttribution\n-----------\n\nIcon file \"wagtailcache-bolt.svg\":\n\n* Was sourced from the Fork Awesome project at\n   https://github.com/ForkAwesome/Fork-Awesome.\n\n* Is licensed under the Creative Commons Attribution 3.0 Unported license,\n   a copy of which is available at https://creativecommons.org/licenses/by/3.0/\n\n* Has been modified from the original sources.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderedcorp%2Fwagtail-cache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderedcorp%2Fwagtail-cache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderedcorp%2Fwagtail-cache/lists"}