gpt4 book ai didi

Django 性能瓶颈

转载 作者:行者123 更新时间:2023-12-02 03:10:43 24 4
gpt4 key购买 nike

我的 django 网页获取所有数据库查询需要 45,41 毫秒(根据 django 调试工具栏),但服务器返回初始 html 页面需要 300-350 毫秒(当我查看这个数字时,我关闭了 django 调试工具栏)。瓶颈可能在哪里?

我想问题可能出在 django 模板上。他们有那么慢吗?

附注必须注意它不是真正的网络服务器,而是开发服务器(只是使用“python manage.py runserver”运行应用程序)

最佳答案

Django 的运行服务器速度很慢,不应该用于基准测试。

Django runserver Command: Django’s runserver is only a primitive server and shouldn’t be used for production purposes since it isn’t optimized for speed or designed with security in mind. Instead it allows rapid development which includes automatically reloading your models, views, and urls when you make changes.

使用 Nginx 或 Apache 运行 mod_wsgi。

关于Django 性能瓶颈,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10817352/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com