Switching the order of block elements with CSS
CSS: #blockContainer { display: -webkit-box; display: -moz-box; display: box; -webkit-box-orient: vertical; -moz-box-orient: vertical; box-orient: vertical; } …
CSS: #blockContainer { display: -webkit-box; display: -moz-box; display: box; -webkit-box-orient: vertical; -moz-box-orient: vertical; box-orient: vertical; } …
Just add this to the child functions.php and the jobs a good ‘un. remove_action( ‘wp_head’, ‘print_emoji_detection_script’, …
An online checker for gzip output from servers: http://www.gidnetwork.com/tools/ And for those file permissions to make …
Notes: Leverage browser caching Firstly, make sure you have the mod_expires module enabled in your httpd.conf …
Notes: enable gzip compression by adding instructions in your .htaccess This works by adding compression to …
enable gzip compression by adding instructions in your .htaccess Read more →