Skip to content
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

Open
clivewalkden opened this issue Oct 20, 2016 · 5 comments
Open

Page Load time is always 0.00s #93

clivewalkden opened this issue Oct 20, 2016 · 5 comments

Comments

@clivewalkden
Copy link

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

image

@ghost
Copy link

ghost commented Oct 26, 2016

Same problem for me.

@clivewalkden
Copy link
Author

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?

@madalinoprea
Copy link
Owner

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.

@ghost
Copy link

ghost commented Oct 26, 2016

Thanks, that sorted my issue. It was xdebug indeed.

@devzorg
Copy link

devzorg commented Feb 13, 2017

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants