Best way to profile/optimize a website on Google App Engine

后端 未结 4 1001
囚心锁ツ
囚心锁ツ 2020-12-23 15:35

I\'m currently trying to optimize my website, which is run on the Google App Engine. It\'s not an easy task, because I\'m not using any powerful tool.

Does anyone ha

4条回答
  •  太阳男子
    2020-12-23 15:56

    App Engine Mini Profiler is a new, drop-in app engine performance tool that gives both API call perf information (via Appstats) and standard profiling data for all function calls (via cProfiler)

    https://github.com/kamens/gae_mini_profiler

提交回复
热议问题