playframework - Identify why Google app engine is slow -


i developed application client uses play framework 1.x , runs on gae. app works great, crazy slow. takes around 30 seconds load simple page runs faster - no code change whatsoever.

are there way identify why it's running slow? tried contact support couldnt find telephone number or email. there no response on official google group.

how approach problem? customer angry because of slow loading time, switching other provider last option @ moment.

use gae appstats profile remote procedure calls. of rpcs slow (google cloud storage, google cloud sql, ...), if can reduce amount of rpcs or can use caching datastructures, use them -> application faster. can see appstats parts slow , if need attention :) .

for example, i've created google cloud storage cache application , decreased execution time 2 minutes under 30 seconds. rpcs bottleneck in gae.


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -