在Django Debug工具栏中的“经过的时间”值中发生了什么事情?我假设CPU时间是其中的一部分,但是还发生了什么呢?你越直白,它就越有帮助!
Resource Value
User CPU time 110.000 msec
System CPU time 50.000 msec
Total CPU time 160.000 msec
Elapsed time 1855.731 msec
Context switches 74 voluntary, 80 involuntary仅供参考:我看过this,但还是不太明白到底是怎么回事。
发布于 2012-01-10 02:53:59
运行时间是完成请求所用的时间,包括服务器处理和html/css/js的客户端呈现。
https://stackoverflow.com/questions/8793553
复制相似问题