On Thu, May 22, 2008 at 12:14 PM, cm_gui <[EMAIL PROTECTED]> wrote: > Python is slow. Almost all of the web applications written in > Python are slow. Zope/Plone is slow, sloow, so very slooow. Even > Google Apps is not faster. Neither is Youtube. > Facebook and Wikipedia (Mediawiki), written in PHP, are so much faster > than Python. > Okay, they probably use caching or some code compilation -- but Google > Apps and those Zope sites probably also use caching. > > I've yet to see a web application written in Python which is really > fast.
Really fast, or fast enough? Because "fast enough" is all that really matters. I don't notice any difference in HTML load time between your various examples, what's slower is downloading all of the thumbnails or doing AJAX calls. -- http://mail.python.org/mailman/listinfo/python-list