Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在后台使用 mysql 数据库重新“安装”了 yii。
如果我想从应用程序获取数据库连接:
$connection = Yii::app()->db;
这需要大约 1 秒钟。
有什么技巧可以加快速度吗?
调试以查找连接到数据库中使用的时间。
使用WebGrind对其进行测试。
我已经测试过我的情况大约需要 10 毫秒。