I ran my site in Google’s pagespeed to see how it’s doing and I found these main issues recommendations.
Reduce initial server response time: Keep the server response time for the main document short because all other requests depend on it.
2: Avoid an excessive DOM size:
3: Serve static assets with an efficient cache policy
How do we go about this?