Skis / Toys / Fun

Appeal to greatness not guilt

Skis / Toys / Fun

Zend Framework vs. Django Performance

April 24th, 2009

This is not a scientific nor rigorious test…  But, here’s some interesting data for people to chew on.  I’ve got a production site built using the Zend Framework and a beta site built using django.  What’s interesting is the “Time spent downloading a page” graphs from Google Webmaster Tools.
The Zend Framwork Graph — average speed [...]

Tags:   · ·

Frameworks and sessions

February 23rd, 2009

I hate sessions, they’re evil.
PHP is the worst offender since it’s built into the language and you end up with effective scalability limitations and turds in your temp file system. django isn’t much better since all of the cool admin functionality is built using the contrib.auth module which depends on sessions as well. [...]

Tags:   · ·