try using a profiler. in my case, i'm able to determine that web service & using stringio use lots of cpu. you may need to remove some things like for example not using both web service call and saving of information on a session backed memcache.
On Jan 8, 1:49 pm, Ray Malone <[email protected]> wrote: > Hi I get a message on my script that my average cpu is over 1300. > However, when I review the details I can't see any cpu time used or > any High CPU requests used. Second of all my script is not all that > complicated and only makes 8 datastore api calls per request. I'm not > sure where to look to tune it. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
