Hi,

My app is very fast and smooth when run locally, no lag at all. But
when I deploy it on server it gets really slow. Response times are few
times of the acceptable ones. Pages load in 20-80ms locally, but
average in production is about 500-800ms. Acceptable time would be
around 100ms for most operations. I have appstats on my app, but I
cannot really get what is causing the problem.

I check details in appstats and I see 3 things:
datastore_v3.Get    11ms (8ms api)
RPC Total     11ms (8ms api)
Grand Total 525ms (8ms cpu+api)

There are details only about datastore_v3.Get, which is not a thing
causing all that lag.

How can I determine what is the cause of all that?

I am using 1.5.3 SDK, HR datastore and Apache Wicket framework.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to