【发布时间】:2017-08-11 11:37:20
【问题描述】:
CodeIgniter Profile Class 将显示基准测试结果,查询您 已运行,并且页面底部有 $_POST 数据。这 信息在开发过程中可能很有用,以帮助 调试和优化。
Laravel 中有什么东西等于 CodeIgniter 中的$this->output->enable_profiler(TRUE); 吗?
【问题讨论】:
标签: laravel codeigniter profiling
CodeIgniter Profile Class 将显示基准测试结果,查询您 已运行,并且页面底部有 $_POST 数据。这 信息在开发过程中可能很有用,以帮助 调试和优化。
Laravel 中有什么东西等于 CodeIgniter 中的$this->output->enable_profiler(TRUE); 吗?
【问题讨论】:
标签: laravel codeigniter profiling
不,没有这样的内置功能。您必须为此使用一些外部包,例如:
【讨论】: