⚡ Are you using Next.js? You can use the following strategies to increase its performance:
🔹 Dynamically load client-side code
🔹 Defer loading non-essential scripts until the page is idle
🔹 Optimise images with the Image component
🔹 Choose the right rendering mode