5 ms·
Any good material/resource for optimizing django? If you know any.. Learning it for a while now...
by diehell 16y ago
Any good material/resource for optimizing django?
If you know any..
Learning it for a while now...
- metamemetics 16y agohttp://docs.djangoproject.com/en/dev/topics/cache/ http://docs.djangoproject.com/en/dev/topics/cache/ and check ur pages to make sure ORM isnt making ridiculous querys edit: also use PNGCrush on ur PNGs if you made them with Adobe: http://sourceforge.net/projects/pmt/files/ http://sourceforge.net/projects/pmt/files/
- diehell 16y agoThank You, good Sir.
- pistoriusp 16y agohttp://djangoadvent.com/1.2/scaling-django/ http://djangoadvent.com/1.2/scaling-django/