Showing 1 - 4 of 4 items. (Page 1 of 1)


Link2008 Jun 26

mallipeddi's django-yslow at master — GitHub

A very nice Django app following the YSlow recommended best practices for optimizing your website. It includes Django management utilities to minimize and concatenate CSS/JS, version it for cache busting, and upload to S3 and set appropriate expiry and content-encoding headers.

Link2008 Jan 17

Deploying Compacted Javascript with Django

A Django management command plugin to concatenate and minify Javascript files to reduce HTTP requests and file size. I love how it ties into Django and the DEBUG state.

Link2008 Jan 08

DOS ain't so bad after all ~ Authentic Boredom

Nice insight, but I love how web interfaces can add keyboard shortcuts. For example, I never miss my Mutt email client when Gmail has great support for keyboarding.

Link2007 Dec 17

Django snippets: caching parsed templates

A wrapper around django.template.loader.get_template that caches parsed template for a bit of an optimization. Nifty.