Leverage browser caching Page load times can be significantly improved by asking visitors to save and reuse the files included in your website. Reduces page load times for repeat visitors Particularly effective on websites where users regularly re-visit the same…
Category:
Centos
-
-
CentosControl PanelCWPLinuxWordpress
How to enable GZIP compression on Linux Server running Apache
by Sandyby SandyGZIP compression is bundling (zipping) pages on a web server before the page is sent to the visitor. This saves bandwidth and therefore increases the loading speed of the page significantly. The visitors’ web browser then automatically unzips the pages.…
-
HTTP/2 will make our applications faster, simpler, and more robust — a rare combination — by allowing us to undo many of the HTTP/1.1 workarounds previously done within our applications and address these concerns within the transport layer itself. Even…
-
CentosLinuxMySQL
How to Reset and Recover MySQL or MariaDB Root Password on SystemD Linux
by Sandyby SandyThis article will come in handy. We will explain how to reset or recover forgottent MySQL or MariaDB root password in Linux. If you forgot root password for your MySQL database server running under Linux, there is still a way…