You are here
Home > Tricks > Improve Website Performance Part-2

Improve Website Performance Part-2

Hello Friends, In the previous post I was talking about Leverage browser caching issue in your website and explained you the solution. Today I am going to share another method which you should do to improve your website performance and decrease website load time which is Compression of resources which again you can do with the help of .htaccess file.

You can enable Compression with the help of .htaccess file and here is the code which you have to write in .htaccess to enable compression.

If above code does not work then another code which may work for you are:-

Enable Compression on Apache Server

Enable Compression on NGINX Server

 

References

https://developers.google.com/speed/docs/insights/EnableCompression
https://varvy.com/pagespeed/enable-compression.html

 

Thanks please share if you like

Rajesh Kumar Sahanee
I am a passionate Java Developer and I like Computer Programming. I love to do some interesting experiments and listening music in my free time.
https://www.zatackcoder.com

Comments

zatackcoder
Top

  Â