3👍
✅
It was static media slowing me down so I now serve them via apache. Problem solved.
Making Django development server faster at serving static media
1👍
Had no problems with Django on OSX and made several projects with it.
As tiagoboldt suggested you might want to check the code for bottle necks. The debug toolbar helps to analyze query performance.
Also there’s some good advice at http://jacobian.org/writing/django-performance-tips/
👤cvk
Source:stackexchange.com