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
..
admin
feat(references): add volume unique images and source/edition single tag system
3 weeks ago
fixtures
refactor models for translations
9 months ago
management
fix(transmitters): update transmitters names with script and also update api responses with status in them
2 weeks ago
migrations
feat(hadis): add file field to BookVolume model and serializers
3 weeks ago
models
feat(watermark): add automatic responsive watermarking on image uploads
3 weeks ago
serializers
perf(hadis): optimize sync api, eliminate N+1 queries, add redis caching and gzip
2 weeks ago
templates/ admin
develop dovoodi
2 years ago
views
perf(hadis): optimize sync api, eliminate N+1 queries, add redis caching and gzip
2 weeks ago
__init__.py
develop dovoodi
2 years ago
apps.py
fixed referene image script
9 months ago
doc.py
develop dovoodi
2 years ago
docs.py
hadiths statuses updated
4 weeks ago
serializers.py
develop dovoodi
2 years ago
signals.py
signals for clearing cache after delete/save instances.
9 months ago
sitemaps.py
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
tests.py
hadis tests added
9 months ago
urls.py
perf(hadis): optimize sync api, eliminate N+1 queries, add redis caching and gzip
2 weeks ago
views_admin.py
feat(hadis): add bulk delete endpoint for admin hadis reference images
3 weeks ago