silexphp / Silex-WebProfiler

MIT License
210 stars 61 forks source link

Profiler ajax call returning 35k lines of html #93

Closed kfholbrook closed 7 years ago

kfholbrook commented 8 years ago

The profiler's ajax call takes about 30 secs to complete, when it completes it returns a 500 error and about 35k lines of html. The html consist of one page of the project over and over again, 150 times. No matter where I navigate in this project I get the same response from the profiler with the same html.

I've cleared the twig cache and profiler cache and get the same result. I'm happy to post any code that would help.

ek9 commented 7 years ago

Hi,

could you provide your composer.json and web/index.php (or other relevant app bootstrap files) so we can reproduce this?

fabpot commented 7 years ago

Closing as there is no feedback.