Thankyou in advance :)
I am developing a website in laravel. My website is Optimized,
But it's Loading time is 13s
I Optimize my website by doing some steps and achieved 81 % score in google pageSpeedInsight
- Use Google Fonts (Previously loading from the server)
- Bootstrap (include bootstrap using CDN)
- minified javascript
- minified CSS
- compress images (reduced the images size without compromising quality )
- convert images into Base64 (to reduce the request)
The Bottleneck is my Loading time which is 13s
Following Reason might be the issue
The big issue are images so when the landing page is rendered it almost requested 50+ images
. But even reduced the number of requests it's loading time is 13s
Question
What will the roadmap to achieving the 4s load time of the website?
How can I achieve this 4s load time of the website
Thank you very much for helping me out I been searching this out for a very long time
I appreciate your help
