daylerees / anbu

Anbu profiler for the Laravel PHP Framework.
308 stars 24 forks source link

Very slow on load any page from laravel projetct #6

Closed faytzel closed 10 years ago

faytzel commented 10 years ago

Hello. When i enabled Anbu the page request delayed 50 seconds approximately. But when i disabled Anbu delayed less than 1 second approximately.

Note: The "storage" field on "anbu" table weighs about 10 kb approximately.

Freyskeyd commented 10 years ago

Too many log? Log database query?

faytzel commented 10 years ago

I found the problem, the package Rocketeer (http://rocketeer.autopergamene.eu) becomes very slow petitions, when I remove Rocketeer Service Provider in app/config/app.php the http requests running normally in the project.

In Anbu Container Bindings: container___anbu

daylerees commented 10 years ago

That's the container debug module. It resolves things in the container to test their resolution time. Not sure why that one takes so long, but I'm considering making that module optional (for other reasons).

daylerees commented 10 years ago

With the container section removed for now, an update should stop this.

faytzel commented 10 years ago

I understand. Now everything works fine. Very thanks :)