Best 2 Know

The Ultimate Blogging Resource

  • Advertising
  • WebHosting
  • Contact Us
  • Blogger
    • Blogger Templates
    • Blogger Tutorials
  • Browser
    • Firefox
    • Google Chrome
  • Google
  • Internet
    • Facebook
    • Twitter
  • Thesis
  • Windows
  • WordPress
    • WordPress Themes
    • WordPress Plugins
  • More
    • Linux
    • Review
    • Solutions
    • Announcements

WordPress Optimization

Today i m going to tell you about WordPress Optimization , Nowadays with the Craze of SEO (search Engine Optimization) People also want that their site to be Optimized , Optimization means

improving a system to reduce runtime, bandwidth, memory requirements, or other property of a system

What is WordPress Optimization

WordPress Optimization refers to reduce in bandwidth and run the website in least Server requirements and provide a faster loading websites, which loads at a great speed to provide easy to navigate the website and their are many more benefits listed below

Why it is necessary to do WordPress Optimization

WordPress Optimization Results in many Good things , if you optimize your wordpress site :

  1. The Site Becomes Extremely Fast
  2. Most of the Visitors Stay on the Site and Visits more pages then Average because of your Loading speed
  3. Site get indexed more nicely , and then the statistics of your site are good then what they are
  4. Increases your SEO
  5. More Bots and Spiders Crawls your site and Many More

Now lets start WordPress Optimization :

1. Knowing What is the Problem :

First of all we should know why our site is loading Slowly , This Helps us great in WordPress Optimization , As nowadays the web pages consist of lots of images , CSS , Java Script and many More Multimedia Stuff  which affects bandwidth, so for that we need to keep it optimized .

If you want to keep to Optimize then first of all get this things :

  1. Firefox Browser
  2. Firebug ( An Firefox Addon )
  3. Page Speed ( Addon by Google ) or YSLOW ( Addon by Yahoo )

Now Run Page Speed and Check which all factors make your site load slowly. Page speed gives your site performance rating from 0-100 in that try to get rating around 80.

Try to keep your Page size around 100kb or less.

2. Checking out the Plugins :

Plugins are the functionality which make your wordpress blog go zoom, but their are some plugins that make your blog Load too much slowly as they are not properly Optimized for the performance , So here’s a simple trick to find out which plugin is the one affecting your site

  1. Login to your WordPress Admin Panel
  2. Go To Plugins and disable all of them
  3. Then Enable Plugins one by One until you find the Faulty Plugin

Then Find an alternative to your Faulty plugins and remove the faulty one. it helps you greatly in WordPress Optimization

3. Changing Faulty Theme :

If you found that their is no problem in your plugins then try verifying about your theme has theme consist of many multimedia things and Java Scripts , CSS and Images they may slow down your site , So to verify change your theme to something else or Default WordPress Theme.

As suggest default wordpress theme Twenty Ten is nice and is mostly optimized for performance. So you can switch to default theme and check if your theme have any problem.

4. Optimize Database :

All the Data of your wordpress blog are stored in Database and every time the website loads it takes the data from the database  , for that reason your database should be optimized and repair at least once a month. So to that theirs one plugin by Lester chan and this indirectly helps in WordPress Optimization

WP-DBManager is a plugin by Lester Chan that manages your database and you can scheduled your database optimization and Repair.

Other wise you have to use your Phpmyadmin to do Optimization and Repair

5. Using Cache :

In WordPress Optimization Cache also holds a great importance. Cache is a component that transparently stores data so that future requests for that data can be served faster. The data that is stored within a cache might be values that have been computed earlier or duplicates of original values that are stored elsewhere. If requested data is contained in the cache (cache hit), this request can be served by simply reading the cache, which is comparably faster. Otherwise (cache miss), the data has to be recomputed or fetched from its original storage location, which is comparably slower. Hence, the more requests can be served from the cache the faster the overall system performance is.

You can use some Plugins for cache like W3 Total Cache is Really Rocking nowadays. it will help you a Lots that Guaranteed 100% .

6. Adding Header Expiry :

Expire headers tell the browser how long it should keep the content in cache which is efficient for WordPress Optimization. Most of the images on your site never change and it is good idea to keep them cached locally.

Add this to .htaccess of your site

<FilesMatch "\.(ico|jpg|jpeg|png|gif|js|css|swf)$">
ExpiresActive on
ExpiresDefault "access plus 30 days"
Header unset ETag
FileETag None
</FilesMatch>

<FilesMatch "\.(ico|jpg|jpeg|png|gif|js|css|swf)$"> ExpiresActive on ExpiresDefault "access plus 30 days" Header unset ETag FileETag None </FilesMatch>

or

Header unset Pragma
FileETag None
Header unset ETag
 
# 1 YEAR
 
Header set Cache-Control "public"
Header set Expires "Thu, 15 Apr 2010 20:00:00 GMT"
Header unset Last-Modified
 
# 2 HOURS
 
Header set Cache-Control "max-age=7200, must-revalidate"
 
# CACHED FOREVER
# MOD_REWRITE TO RENAME EVERY CHANGE
 
Header set Cache-Control "public"
Header set Expires "Thu, 15 Apr 2010 20:00:00 GMT"
Header unset Last-Modified

Header unset Pragma FileETag None Header unset ETag# 1 YEARHeader set Cache-Control "public" Header set Expires "Thu, 15 Apr 2010 20:00:00 GMT" Header unset Last-Modified# 2 HOURSHeader set Cache-Control "max-age=7200, must-revalidate"# CACHED FOREVER # MOD_REWRITE TO RENAME EVERY CHANGEHeader set Cache-Control "public" Header set Expires "Thu, 15 Apr 2010 20:00:00 GMT" Header unset Last-Modified

7. Use Multiple Sub domains :

When ever a site loads the browser uses only 2 – 3 parallel downloads per domain . So if you use more domains to download the content of your site like Java Script , CSS , images and etc. you will get more parallel downloads and then your site will load more quicker.

you can do this by using w3 total cache plugins also , In w3 total cache plugin go to CDN (Content Delivery Network) and complete the settings and you will experience a great change

Conclusion :

Experience a Faster wordpress blog that loads with in blink of the eyes , if you work hard on WordPress optimization you can make your blog load faster then google and thats possible.

If you like then do share it please and also Subscribe to get more WordPress Optimization tips.

Subscribe via Email

Share this:

  • Twitter
  • Facebook
  • Pocket
  • Print
  • WhatsApp
  • Email

Related

November 7, 2010 Ritesh Sanap WordPress Addon, bandwidth, blog, Browser, Control, CSS, Database, firebug, firefox addon, Google, Header, Java, loading speed, memory requirements, Optimization, optimization results, Optimize, page speed, plugin, search engine optimization, SEO, system optimization, wordpress, Wordpress Optimization

Comments

  1. Ivan Kristianto says

    January 27, 2011 at 8:30 am

    Nice article Ritesh,
    I wrote almost the same article but in different point of views. Maybe you want to take a look at mine: http://bit.ly/hltP0q

    Reply
    • Ritesh Sanap says

      January 27, 2011 at 9:54 pm

      Thanks ,

      I have also took look into your Content and it is very nice now i m thinking to implement all the tips you gave

      Reply
  2. Kunal says

    May 26, 2011 at 9:58 pm

    Very Nicely explained and Legit post ….Like It..

    I’m applying on my site too :)

    Reply
    • Ritesh Sanap says

      May 30, 2011 at 6:22 pm

      Thank you Kunal ,
      I m happy that you liked it.

      Reply

Leave a Reply Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Post navigation

Previous Previous post: How to Digg Post Automatically
Next Next post: No Contrast Blogger Template

Currently Trending

  • How to download Specific parts of YouTube videos
  • How to Make Your Own Avatar
  • You might also like this Widget for blogger or Related post widget
  • How to Delete Feedbacks from JetPack Contact Form
  • List Of All 255 Keyboard All Alt Key Codes
  • 100+ Best Online Games - Who Else Wants to Play ?
  • How to Change the Welcome/Login Screen in Windows XP ?
  • Windows Vista CD key
  • Add/Remove page/Post View Counter Widget For Blogger
  • h4x0r ( Hacker ) - Blogger Template

Get Latest post in your Inbox

Random Posts

Add/Remove page/Post View Counter Widget For Blogger

May 8, 2010 By Ritesh Sanap 17 Comments

Adsense Revenue Sharing widget for blogger

May 13, 2010 By Ritesh Sanap 5 Comments

Happy Birthday

July 6, 2010 By Ritesh Sanap Leave a Comment

ALL Run Command’s

January 16, 2008 By Ritesh Sanap Leave a Comment

Blogger’s New "Reactions" Feature – How to add to customized blog templates

August 16, 2008 By Ritesh Sanap 1 Comment

WordPress

HTTP2 Server Push for W3 Total Cache Minify plugin

August 17, 2016 By Ritesh Sanap 5 Comments

How to Disable Emojis in WordPress

January 6, 2016 By Ritesh Sanap Leave a Comment

JetPack Related posts and Sharing not working with NGINX

November 10, 2015 By Ritesh Sanap Leave a Comment

Simply Pure – WordPress Theme

November 2, 2014 By Ritesh Sanap 2 Comments

Advanced What should we Write about next? – WordPress Plugin

July 28, 2014 By Ritesh Sanap Leave a Comment

How to Disable Self Pingback or TrackBack

January 16, 2014 By Ritesh Sanap Leave a Comment

BlueStrap – WordPress Theme

January 1, 2014 By Ritesh Sanap 15 Comments

How to Create Multiple Excerpts in WordPress

December 24, 2013 By Ritesh Sanap Leave a Comment

How to Disable Auto Update in WordPress

November 21, 2013 By Ritesh Sanap Leave a Comment

How to Delete Feedbacks from JetPack Contact Form

November 19, 2013 By Ritesh Sanap 9 Comments

Recent Posts

  • HTTP2 Server Push for W3 Total Cache Minify plugin
  • How to show hidden files and folders in Mac OS X
  • How to Disable Emojis in WordPress
  • Canva – Online Photo Editor
  • JetPack Related posts and Sharing not working with NGINX

Archives

Recommends

  • DigitalOcean – Cloud Hosting
  • Dropbox – Cloud Storage
  • Elegant Themes – WordPress Themes
  • LastPass – Password Manager
  • Like us on Facebook
  • Follow on Twitter
  • +1 on Google
  • Subscribe via Email
  • RSS Feed

© 2023 Best 2 Know · All Rights Reserved · We ♥ DigitalOcean