[Solved] How to make my website load faster built with laravel vue js [closed]


Well I just visit your side, You can do one thing in that. I have noticed there are many CSS and JS files used in your site. But many of them in their actual version.

You can minify all CSS and JS file’s code with Laravel’s Mix Feature
This will convert the whole code in single line so It won’t take much load

10

solved How to make my website load faster built with laravel vue js [closed]