How to make your webpage faster ?
When you visit the webpage on your browser, Open Developer Tools of your browser.
If yes, then move the CSS Files above the JavaScript in the Folder Structure.
- In the Developer Tools -> Network Tab ->
Point 1: Check which resources are taking long time
- Then, In the Developer Tools -> Sources Tab ->
Point 2: Check, if JavaScript is before the CSS file in the Folder Structure
If yes, then move the CSS Files above the JavaScript in the Folder Structure.
- Then, In the Developer Tools -> Sources Tab ->
Point 3: To render JavaScript file render faster, Add - async to <Script> tag.