Google Pagespeed Analysis

Friends, I have a question. I’m asking because I don’t know. I’m scanning my site on PageSpeed and it lists many items that need fixing. One of them is “Remove render-blocking JavaScript,” and it has given me about ten addresses. Now, should I go to these addresses and delete the files it mentions? Or do I need to do something else with these files?

Removing it from there does not mean deleting the file. It is an error that occurs when JavaScript files are located in the top section of the page. If you move these files to the bottom of the site, that is, the area we call the FOOTER, the problem will be solved.

Additionally, using as few files as possible and combining all files into a single JS and CSS file will benefit you. For example, to collect your CSS files in a single location, you can create a file named custom.css and import all other CSS files into it.

I got an error there. How do I move it to the Footer area? Should I import it into the Footer file, for example?

You need to take the JS files found in the Header area and put them in the FOOTER area before the tag. Depending on the system you are using, these codes might be included automatically. This will require software intervention.

I understand. I

If you are using WordPress, you can try this plugin;