Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

rapliandras's avatar

Reducing TTFB

What Laravel-specific changes should I consider to reduce TTFB?

0 likes
5 replies
dbe's avatar

...but my TTFB is 10.8 seconds. I really want to reduce it.

Snapey's avatar

Thats waaaaayy beyond being a ttfb consideration

thats a fault in your application or design.

What are you doing on the page?

hemant.caresort's avatar

i have got 5s TTFB...what you think i should do to reduce that?what are the possible ways that i should check

MikeHopley's avatar

First check whether it's an application or server issue.

You need a test page. This should be the simplest possible page -- no Laravel, just HTML:

<h1>Test page</h1>

If the test page is slow, it's a server issue. If not, it's an application issue.

5 likes

Please or to participate in this conversation.