Traditional Setup
100ms from End user to infrastructure.
180ms to pass the load balancer
150ms for Apache/Php/Java to start working on the request (out put hello world)
150ms for SQL to start working on a request
200ms to get the SQL request
100ms to write and send to user.
Total time 880ms to server text out of a database as HTML
GAE
100ms from End user to infrastructure.
35ms to start working
75ms to retrieve via GQL
100 MS to send to user
Total time 305MS

0 comments:
Post a Comment