Reduce JS file on NextJs for Seo #38152
Replies: 1 comment
-
Let's see if I understand this. There's a site, seobility (?), which is saying that you have too many JS files?
That's certainly debatable, and sort of reinforces my reasoning about why some of these SEO tools are not to be followed blindly. I went to their own homepage, opened the console and run Surely, less JS to download, parse, and execute equals faster pages, but it also equals less features, and interactivity. If your page is pretty much static, one could write in pure HTML and stash all styles into one giant CSS file, but then the amount of features to deliver, let alone engagement, would be severely compromised, I think. Also less files, usually means, larger files, when the thesis is that we had too many to begin with, which is still problematic, and arguably, worse in certain conditions. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
i use Next Js and Bootstrap for design my website , after i export and upload on website i checked my website on seoability website i give this error 11Js file
what is the way for reduce my js file to 3 js file
thanks
Beta Was this translation helpful? Give feedback.
All reactions