I just want to use the landing page, the script is too heavy
I just want to use the landing page, the script is too heavy, the file size is also very large so it's very slow to access the website. effect on seo, for the following script what should I delete to speed up my website so that it is quickly deleted.
plugins/global/plugins.bundle.js
scripts.bundle.js
plugins/global/plugins.bundle.css
css/style.bundle.css
and this is my website:
https://wifi-indihome.id
Replies (1)
Hi,
You can minimize the plugins.bundle.js by removing unused plugins as explained in this video tutorial.
Also you can disable the extended button variants by changing the related variable in src/sass/components/_variables.scss
:
$btn-extended-variants: false;
Moving forward you can remove some "Custom components" sass files from src/sass/components/components.scss
And recompile the assets with gulp or webpack.
Also you can use assets gzip compression as explained here.
Regards