Use client side browser caching to speed up your site or blog.
So there are several tutorials I will be writing that have to do with optimizing your website or blog. The first one we will cover is simple and easy. Hopefully you have easy access to your “.htaccess” file so we can modify it. Depending on your web host you might be accessing it via FTP, or SSH (secure shell). I highly recommend making a backup of your .htaccess file before editing it so if something goes dangerously wrong you can put it back to the way it was.
We are going to leverage the client’s web browser to cache the files from our website so once they load the page and surf to other pages the load times will be much faster than the first visit to the first page. Often times there are graphics, fonts, video and other files that load on every page. Well, why not let the client cache them and load from memory?







