How to get 90+ google page speed with SwiftPremium.

Swift Premium beats Google in page speed scoreA fast and responsive site can make a lot of difference to the user experience. Also with Google considering page speed as one of the metric in ranking pages, website optimization can no longer be ignored. Yeah, I hear you, you already know that, that’s why you are using the fastest loading WordPress theme SwiftPremium.

SwiftPremium by default gives you 80+ page speed score, with a few tweaks you can push it to 90+. Lets see what those tweaks are

1. Get a proper web hosting package from reputed sellers. When you have good hosting your pages are served fast. We recommend HostGator for shared hosting, and LiquidWeb for VPS / Dedicated servers.

2. Mercilessly remove all the unwanted plugins,  use only plugins be reputed developers.

3. Remove ad and tracking scripts from cheap ad networks and analytic sites.

4. Add plugins Wp-minfy and Smush.it. wp minfy will compress your css, javascript codes, and Smush.it plugin will compress and optimize your images.

5. Install a caching plugin and configure it correctly, we recommend  w3 Total Cache and WP Super Cache.

Wp-minfy, Smush.it and any of the above two caching plugins is a must.

6. Setup a CDN ( Content Delivery Network ), CDN will catch-all your statics files like, images, css, javascripts so that the number http requests to your server are reduced and thus redcuing the load on server. You can try SpeedyMirror a free CDN offering 50GB free bandwidth till you are ready to paid CDN.

Finally add the following code at the end of .htaccess file in your blog root. This code will compress your pages and set the expiration time for static files to a large value, so that they are cached on your reader’s browser. If you have regular visitors to your blog, they will notice a great improvement in your blog speed.

Caution, make these changes only after you have tweaked the site deign to your liking.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<code>### BEGIN .htaccess
# Protect the htaccess file
&lt;Files .htaccess&gt;
Order Allow,Deny
Deny from all
&lt;/Files&gt;
# Protect wpconfig.php
&lt;Files wp-config.php&gt;
Order Allow,Deny
Deny from all
&lt;/Files&gt;
# Disable directory browsing
Options All -Indexes
# BEGIN COMPRESSION AND CACHING
&lt;IfModule mod_deflate.c&gt;
# Enable compression
AddOutputFilterByType DEFLATE text/css text/javascript application/x-javascript text/html text/plain text/xml image/x-icon
&lt;IfModule mod_setenvif.c&gt;
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html
&lt;/IfModule&gt;
&lt;IfModule mod_headers.c&gt;
# Make sure proxies deliver correct content
Header append Vary User-Agent env=!dont-vary
# Ensure proxies deliver compressed content correctly
Header append Vary Accept-Encoding
&lt;/IfModule&gt;
&lt;/IfModule&gt;
&lt;IfModule mod_headers.c&gt;
# No ETags, No Pragma
Header unset Pragma
Header unset ETag
# Default cache time to 1 year (31536000 sec)
Header set Cache-Control "max-age=31536000, public, must-revalidate"
&lt;/IfModule&gt;
# No ETags
FileETag none
# CACHE SETTINGS (mod_expires)
&lt;IfModule mod_expires.c&gt;
# Turn on Expires
ExpiresActive On
# set default to "access plus 1 year"
ExpiresDefault A31536000
# html - "modification plus 1 hour"
ExpiresByType text/html M3600
# css and JavaScript - "modification plus 6 weeks"
ExpiresByType text/css M3628800
ExpiresByType text/javascript M3628800
ExpiresByType application/x-javascript M3628800
&lt;/IfModule&gt;
# No cache for php-files
&lt;FilesMatch "\.(php)$"&gt;
&lt;IfModule mod_expires.c&gt;
ExpiresActive Off
&lt;/IfModule&gt;
&lt;IfModule mod_headers.c&gt;
Header set Cache-Control "private, no-cache, no-store, proxy-revalidate, no-transform"
&lt;/IfModule&gt;
&lt;/FilesMatch&gt;
# END CACHING
# W3 Total Cache are here (automatically included by the plugin):
# WordPress Default Rules are here (at the end of the file):
### END .htaccess</code>

Above .htaccess rules are taken from Zemalf.com, visit their site for more details

SwiftPremium beats Google in page speed score
SwiftPremium beats Google in page speed score

If you want the optimization to be done by experts, you can hire us for 49$

* If you don’t get 90+ Google page speed score, your payment will be refunded.

24 thoughts on “How to get 90+ google page speed with SwiftPremium.

  1. Thanks for this post. Bookmarked it for future reference.

    I’ll try out Swift Premium today on one of my heavy traffic sites

  2. Where do i add that .htaccess file in my wordpress ? Should i paste that whole .htaccess file as it is or i had to make some changes ? Should i use both cache plugins, total cache and super cache , as i am using super cache plugins, i think installing both might will effect on blog.

  3. A very nice theme for SEO, and I have check the load time and it is excellent.

    My only concern is how easy, or hard, is it to add AdSense modules?

    And one more question can the side bar be moved to the left with only posts and ads in the center and the left?

    And how difficult will it be to place a banner in the header?

    I checked out several of the sites using this theme and did not see any of these items.

    Would I have to make major modifications to the coding to be able to do these things?

    Thanks for your time. I know that these are multiple questions but I really like the fact that this loads fast. I also know that the more advertising that I add will slow down the loading time but I do want some in critical placement on the theme.

    Thanks again

  4. Thanks Satish bro. I am working for the customization of free version on localhost. Once I get my design I will make it live on

  5. Edward – me too :)
    Thanks Satish!

  6. Changing to swift theme allows my website to load in 3 seconds! A big change from the 30 seconds it used to take when I was using a different theme.

    Have tried adding the above code to .htaccess but this causes an internal error.

  7. dailyTUT now using other themes :)

    please check it now. ..

    you should edit the theme showcases on your homepage :D

  8. Great stuff but when I added the code to my .htaccess I got an internal error so I have to delete it again. Nevertheless, I think my site is so much quicker now.
    Thanks Satish.

  9. Hi Satish,

    My site loads quite slow and I’m sure this is because javascripts load during the page load hence a visible slow loading page. Page speed and ySlow also shows me that some things needs to be optimised. I use statcounter as my tracking service (good?) and that also has an impact on the speed.
    I’d like to use your theme for my site and hire you to optimise the WP installation to achieve a greater speed, how can I do that?

  10. If I dont use yore theme, the price is still 49$ for optimize my site?
    Thanks :)

  11. i have a problem that after the post,the previous and next button are on the wrong side..
    on the right side it should be next post whereas on the left side it should be previous post..
    but in the theme it is vice versa..how to fix this ??
    and also it shows author bio is coming shortly,where to change this author’s bio ??

  12. if i use other theme, can i hire you to optimize google page speed ?

  13. what is the current version of Swiftpremium and when 1.0 will be released??

  14. The last step: switch your DNS provider to CloudFlare. This adds another CDN-like service on top of whatever remains unoptimized on your site after the above tweaks, speeding everything up even more, plus some extra goodies such as blocking known bad IPs from accessing your site, so you don’t need to use another plugin to get these features. I did this on all the blogs I administer, using only the free CloudFlare service, and they managed to enter that green area in Google Webmaster Tools’ Site Performance page. Besides, W3 Total Cache recently added support for CloudFlare API, so both work quite nicely together. VERY worth the effort, specially given the price.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title="" rel=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>