Back

guys, need a little help. I am using Laravel with Vapor.
Need to reduce the TTFB, what should I keep an eye on?

1

224

  • No matching results...
  • Searching...

/ 1000

- use cdn
- complies your js and css and remove unused chunk
- if database query in page use livewire components of that part and lazyload
- use google page speed to detect bottleneck

1

156