guys, need a little help. I am using Laravel with Vapor.
Need to reduce the TTFB, what should I keep an eye on?
Back
•
- 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
•