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.
当我?XDEBUG_PROFILE在脚本的 URL 中使用时,我在 webgrind 中得到以下信息:
?XDEBUG_PROFILE
它似乎检测到了缓存研磨文件,但没有显示数据。
但是,如果我关闭xdebug.profiler_enable_trigger并启用xdebug.profiler_enable它就可以正常工作。
xdebug.profiler_enable_trigger
xdebug.profiler_enable
我真的想要?XDEBUG_PROFILE按需使用的功能,而不是一直在分析。
任何人都知道如何解决它?