Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Google App Engine performance tuning
(
small-improvements.com
)
1 point
by
shutton
on April 20, 2012
|
hide
|
past
|
favorite
|
1 comment
shutton
on April 20, 2012
[–]
Some interesting real world performance tuning examples.
Basically use db.get() over queries and pre-warm the cache at every opportunity.
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Basically use db.get() over queries and pre-warm the cache at every opportunity.