akolpakov / django-unused-media

Remove unused media files from Django project
MIT License
124 stars 24 forks source link

Speed up used media collection #15

Closed ziima closed 6 years ago

ziima commented 6 years ago

Loading used media is slow in large databases. Loading only the media itself, not the whole objects improves the performance.