Reply To: Performance problems

#10035349
Support
Keymaster

Hello,

Inspecting your website I saw there are somethings you can improve:

– The first thing is compress and minify all CSS and JS files. Tthis is probably the easiest way: http://www.okler.net/forums/topic/minify-php-how-to-combine-minify-and-cache-javascript-and-css-files-on-demand/

– You can also check what elements are being used on each page and the needed CSS and JS scripts. For example, if you have a page without any carousel, you can remove the owl.carousel CSS and JS scripts.

– Consider to use a CDN to serve your files. Probably the best option is CloudFlare, that also has the option to cache your files. This will increase a lot your website performance.
https://support.cloudflare.com/hc/en-us/articles/201720164-Creating-a-Cloudflare-account-and-adding-a-website

– Check your images size. For example if you have a 1000×1000 image inside a container with 300×300, consider to resize the image to 300×300.

It works the same way for all HTML templates. All files come uncompressed to make it easy to edit and customize, and then when you finish your website you can make the improvements.

We hope this helps!

Please try that and let us know if you need further assistance.

Kind Regards,

Rodrigo.