wamp tmp文件夹在localhost中运行magento时需要一些GB的空间,
这样一些文件在Wamp/tmp文件夹中创建,而我使用magento
cachegrind.out.1367384833
cachegrind.out.1367384834
cachegrind.out.1367384835
文件包含这样的代码
版本:1个
创建者:xdebug 2.2.0
cmd:C:\ wamp\www\magento\index.php
部分:1个
位置:行
像这样它在每个文件中包含一些80k行
如何解决这个问题?
提前致谢
我有一个奇怪的问题.我已经设置了XDebug来分析我们正在处理的PHP应用程序.我相信一切都设置正确但我运行时没有输出.我的配置如下所示:
zend_extension="/usr/local/lib/php/extensions/no-debug-non-zts-20060613/xdebug.so
[XDebug]
xdebug.profiler_append = 1
xdebug.profiler_enable = 0 (I've tried this both on and off)
xdebug.profiler_enable_trigger = 1
xdebug.profiler_output_dir = "/debug/xdebug/profiler_output_dir"
xdebug.profiler_output_name = "cachegrind.out.%p"
Run Code Online (Sandbox Code Playgroud)
所有phpinfo()设置都应该匹配.输出目录的权限现在设置为777,所以我可以测试它.我也试过使用public_html下的目录,但没有运气.我用来启动探查器的URL是:
http://example.com/my_page.php?XDEBUG_PROFILE
-or-
http://example.com/my_page.php?XDEBUG_PROFILE=1
Run Code Online (Sandbox Code Playgroud)
两者都不起作用.任何帮助将不胜感激!!这个应用程序有5-6秒的页面加载时间,我无法通过代码跟踪它.