You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mohsen Taba
d1094a4725
perf(hadis): optimize sync api, eliminate N+1 queries, add redis caching and gzip
- Eliminate N+1 queries in hadis serializers by using in-memory prefetch cache instead of .first() and .order_by()
- Add select_related for hadis and category in HadisSyncView prefetches
- Apply cached_view (Redis 2h + Accept-Language) to HadisSyncView and public hadis endpoints
- Enable GZipMiddleware in Django settings to compress large API responses
2 weeks ago
..
middleware
SEO : seo tools and normalizations added for code base and Article, Hadis (optimized to prefetch transmitters, references, and book authors), Library (Books), Podcast, and Video apps.
2 months ago
settings
perf(hadis): optimize sync api, eliminate N+1 queries, add redis caching and gzip
2 weeks ago
__init__.py
init project first commit
2 years ago
asgi.py
init project first commit
2 years ago
celery.py
init project first commit
2 years ago
debug_authentication.py
admin panel fieldsets fixed.
9 months ago
enhanced_auth_middleware.py
Refactor admin access redirection logic in middleware
7 months ago
language_code_middleware.py
init project first commit
2 years ago
redis_config.py
init project first commit
2 years ago
test_auth_middleware.py
docs: add repo information and update transaction admin
1 year ago
urls.py
dovodi settings apis updated
2 months ago
urls_dovoodi.py
Add domain-specific URL configurations and middleware for Dovoodi and Imam Javad</message>
7 months ago
urls_imamjavad.py
Add domain-specific URL configurations and middleware for Dovoodi and Imam Javad</message>
7 months ago
wsgi.py
init project first commit
2 years ago