Sage 10 slow

Hi @nmmm,

I haven’t heard of Laravel or Sage performing badly without some kind of misconfiguration or bad practice involved. Blade compilation is typically very fast.

How have you identified that Blade compilation is the source of the bottleneck? Is any more information available?

LAPS is a good start, and here’s a great thread with some further profiling techniques to try out.

My gut feeling is that if Blade compilation is slow, there’s probably logic in your templates that is the real cause of the bottleneck. If the solutions linked above don’t provide much clarity, I’d run a full XDebug profile and analyse via a callgrind utility.

3 Likes