A blog about one guys quest to learn Python, Django and Google App Engine.
Feed: http://appengineguy.com/atom.xml

måndag 18 augusti 2008

Serving static files with Django and AWS - going fast on a budget

Found this little gem linked from TechCrunch today.

Serving static files with Django and AWS - going fast on a budget

Speed matters. When Google tried adding 20 additional results to their search pages, traffic dropped by 20%. The reason? Page generation took an extra .5 seconds. This article will show how Eventseer utilizes an often overlooked way of improving the responsiveness of a web application: Pre-generating and serving static files instead of dynamic pages.

2 kommentarer:

Anonym sa...

Hi! You have a Great blog!!
How about exchanging Links?!
Visit my Blog & if u like it,pls add it to your Blogroll and I too will put a Link for your Site on my Blog!!


www.garunkumar.blogspot.com

Unknown sa...

For native Django on appEngine have a loot a at the appEnginePatch project.

There is a ready made sample. Download
http://app-engine-patch.googlecode.com/files/app-engine-patch-sample-1.0.zip
and try its auth, registration and admin capabilities or visit the app engine patch discussion group
http://groups.google.com/group/app-engine-patch?hl=de

Konrad