Hi guys, I'm new to this place, but I was advised to get help from her when I need it. I'm wondering about my website if there is any way to make it as fast as it should be since I checked it in Google insights & it seems that it needs some work on it. https://stylehayat.com It keeps telling that in order to have a better score you may need to minify Css & Javascript but I have no idea how to fix them Many thanks in advance, Cheers Alex
I don't have time to check your site out this morning, but there are many css / js "minifiers" online. For example (to minify your css files): https://cssminifier.com/ Make sure you back up the files you try to minify in case something goes wrong. A minifier removes unnecessary characters and white spaces from the source code making it smaller. A smaller code = faster loading. The only time it really helps if your css / js codes are extremely large.