django-cachalot
Query Cacher
A Django ORM query caching system to improve performance by storing and invalidating cached queries.
No effort, no worry, maximum performance.
1k stars
25 watching
150 forks
Language: Python
last commit: 4 months ago
Linked from 2 awesome lists
cachedjangoperformancepython
Related projects:
Repository | Description | Stars |
---|---|---|
| An ORM cache with automatic granular event-driven invalidation and features to optimize Django application performance | 2,136 |
| Automatically caches and invalidates Django model data in real-time | 876 |
| A caching backend for Django web applications using Redis as the storage layer. | 1,039 |
| A Django extension that improves ORM performance by caching objects in memory | 19 |
| A caching trait for Eloquent models in Laravel that stores query results for a specified time period. | 1,121 |
| An extension for Flask that simplifies the use of caching in web applications. | 894 |
| Caches and optimizes expensive function calls in Django applications. | 120 |
| A package to cache slow database queries using in-memory or Redis storage | 140 |
| A CLI-based tool that allows users to query local or remote files with natural language queries using an LLM and a database engine. | 240 |
| Helps identify slow Django applications by analyzing and visualizing database queries | 140 |
| Prints DB query counts in Django's runserver console output. | 394 |
| A query language and API that provides an alternative to Django's ORM | 77 |
| A high performance proxy designed to improve MySQL and other database backends' performance by caching and optimizing queries. | 25 |
| A Python implementation of an in-memory key-value store optimized for high-performance caching and fast data retrieval. | 91 |
| Provides a DSL for building dynamic queries with minimal configuration and easy to use filter functions | 106 |