My Soft Parade: CommentsBlog commentsxeboy: WebAlchemy accelerates Django in 100 times- May 22, 2008 HTTP1.1 200 OK Date: Thu, 22 May 2008 14:05:25 GMT Server: Apache2.2.8 (Win32) DAV2 mod_python3.3.1 Python2.5.2 mod_ssl2.2.8 OpenSSL0.9.8g mod_autoindex_color PHP5.2.5 Vary: Cookie Content-Type: texthtml; charset=utf-8 WebAlchemy: saved X-Transfer-Encoding: chunked Content-length: 13095 I am keeping get this kind of head message. And I am using TrivialPublisher not mod_rewrite to deal with .htaccess file. It seems work that it generate a static file.http://www.mysoftparade.com/blog/webalchemy-django-apache/#c122 Milos: Django ORM performance patch- May 15, 2008 Hi, your patch is great, I've had similar problem with my app, my database is a special spatial database where each table has some kind of spatial column, quite large.. I'm using geodjango, which has its own patched version of _get_sql_clause, so the additional patch is needed like this: --- query.py 2008-05-15 20:59:07.421875000 +0200 +++ query.py.orig 2008-05-15 20:50:34.875000000 +0200 -7,7 +7,6 from django.contrib.gis.db.models.fields import GeometryField, PointField ...http://www.mysoftparade.com/blog/django_orm_performance_patch/#c121 |