0
votes

error I get:

Minify JavaScript
Compacting JavaScript code can save many bytes of data and speed up downloading, parsing, and execution time.
Minify JavaScript for the following resources to reduce their size by 254B (22% reduction).

one

My file

two

My JavaScript file is minified (as you see in second image) but i still get error to Minify it! what could be possibly wrong?

1

1 Answers

0
votes

JUST Simply Defer or aysnc the javascript file like this

<script src="demo_defer.js" defer></script>

all you should be good to go.