How do I debug when GAE works slow in local development but works fine when uploaded to Google? -


I have run locally under Windows 7 I have tried both Python 2.5 and Python 2.7.2. It seems to stall very locally I am using certification and databases. At local level, I get very inconsistent results. I upload the app to the server and it works. Occasionally when I am on a database page, I will refresh it repeatedly 10 times and keep browsing the browser 3 times.

I am using the latest GAE 1.5.3. (I was on the same issue with the old 1.4.x version too.)

Try any idea or what to see?

You may want to switch to SQLLite for your local datastore; Using the high replication datastore simulation flag will give you a good idea that high replication datastore What will the app configuring to use in the production, you can do Suing Get the wind down:

  dev_appserver.py --high_replication   

Please check the following for full documentation

Hope That helps!

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -