django-debug-toolbar 中的"elapsed time"是什么?



Django调试工具栏中的"运行时间"值发生了什么变化?我认为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

仅供参考:我已经看到了,但仍然不知道发生了什么。

经过的时间是完成请求所花费的时间,包括服务器处理和客户端对html/css/js 的渲染

最新更新