-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Page Load time is always 0.00s #93
Comments
Same problem for me. |
Looks like the page load time is based of xdebug_time_index function which i don't have running on my environment. Am i correct @madalinoprea? |
Hi @clivewalkden , You're perfectly right. https://github.com/madalinoprea/magneto-debug/blob/master/code/Debug/Helper/Data.php#L313 is responsible to get time spent in current request. This code was written long time ago and I forgot about it. If you're interested in that metric than you should definitely install xdebug. An option would be to find a fallback implementation that can offer a decent estimate. |
Thanks, that sorted my issue. It was xdebug indeed. |
Fixed fine with xdebug. But still shows 0 sec on profiler and shows Not rendered for all blocks on frontend (Magento v1.9.3.2) |
I've been using this plugin a while and since using it I've never had the page load time show anything other than 0.00s
The text was updated successfully, but these errors were encountered: