perftools / xhgui

Web interface for XHProf profiling data can store data in MongoDB or PDO database
1.65k stars 342 forks source link

Error on callgraph for profile on symfony based project #430

Open kamilwalas opened 2 years ago

kamilwalas commented 2 years ago

Hi,

I really like this project but i cannot get to render callgraph at any profile. My project is based on symfony so there is a lot of files. After about 2 minutes i get in console

dagre-d3.js:3371 Uncaught RangeError: Maximum call stack size exceeded
    at Object.exports.min (dagre-d3.js:3371)
    at run (dagre-d3.js:2141)
    at dagre-d3.js:3462
    at run (dagre-d3.js:1469)
    at Object.run (dagre-d3.js:3462)
    at runLayout (dagre-d3.js:266)
    at Renderer.run (dagre-d3.js:200)
    at Object.Xhgui.callgraph (callgraph.js:98)
    at Object.success (callgraph?id=616e70f0d6d1313b647d2f12:175)
    at fire (jquery.js:974)

Even profile of simple command as php bin/console gives empty page image

I really appreciate any help

hotrush commented 2 years ago

I don't get any error in console, but callgraph just doesn't load to me...