CSS Tweaks, Hacking WordPress, Optimize WordPress, WordPress Tweaks
Source: Step by Step – How to Combine CSS Stylesheets Into 1 File in WordPress • SpeedRak.com : SpeedRak.com
Hacking WordPress, Optimize WordPress, WordPress Tweaks
Source: How to Move JavaScripts to the Footer in WordPress – a Quick Fix • SpeedRak.com : SpeedRak.com
CSS Tweaks, Optimize WordPress, WordPress Tweaks
If you don’t want to get fonts from the other sites you can host them locally on yours WordPress installation. In order to achieve that you need to follow just this simple steps described below. Find font that you like the most. In most cases the fonts are in...
.htacces tweaks, Optimize WordPress, WordPress Tweaks
To add far future expires header to you WordPress site simply add this code to the .htaccess file <IfModule mod_expires.c> ExpiresActive on ExpiresDefault “access plus 1 month” ExpiresByType image/gif “access plus 1 month” ExpiresByType...
Optimize WordPress, SSL serificats, WordPress Tweaks
The great way to check is you page SSL secured Source: Why No Padlock? – Why is my SSL web page insecure? Find the culprit! What Is an SSL Certificate and Why You Should Care
Optimize WordPress, WordPress Tweaks
The example of the code in example in autoptimize/autoptimize_helper.php: add_filter(‘autoptimize_filter_noptimize’,’my_ao_noptimize’,10,0); function my_ao_noptimize() { if...