clue / docker-webgrind

Webgrind docker image, a Xdebug profiling web frontend
18 stars 6 forks source link

Call graph not rendering. #1

Open davidjeddy opened 7 years ago

davidjeddy commented 7 years ago

Command used to start service: docker run -d -p 8181:80 -v /Users/david/Projects/sourcetoad/m3/m3_api/tests/xdebug_profiler:/tmp clue/webgrind

Results in successful display of profiling data: screen shot 2017-08-02 at 4 45 44 pm

However, attempting to view the call graph from said data set results in a blank display: screen shot 2017-08-02 at 4 46 37 pm

Any ideas

PS: thank you for packaging this as an image. Makes implementation much easier.

clue commented 7 years ago

Thanks for letting me know!

This image is actually a bit dated and could probably use an update, considering its upstream repo has received quite a few changes in the meantime: https://github.com/jokkedk/webgrind

This bug should probably be reported upstream instead, but given how this image needs an update first, it may also already be fixed there.

davidjeddy commented 7 years ago

I'd be willing throw in a couple hours to assist; do you accept PRs?

clue commented 7 years ago

I'd be willing throw in a couple hours to assist; do you accept PRs?

Absolutely! Go for it :-)

MrGKanev commented 5 years ago

@clue any updates here? Have you found a fix for it or help is still wanted?

mmckeon commented 5 years ago

I had the same issue in that callgraph wasn't rendering. So I added the dependency to the image. Small sample size for me but it seemed to work. Pull request #2 created. First time doing this so hope all is ok!

davidjeddy commented 12 months ago

Sution provided. Thank you.