Showing posts with label WordPress Templates. Show all posts
Showing posts with label WordPress Templates. Show all posts

Tuesday, April 28, 2009

13 WordPress Speed Tips & Tricks for MAX Performance

Performance is a key factor for any successful website. And since WordPress is becoming more popular than ever, it will only be at its best when raised in the proper conditions. Here are a few things to try if you find that your WordPress site is not performing as well as it could be due to high traffic or hidden issues you don’t know about.


13 wordpress

Some Basic & Simple Steps


1. Upgrade to latest WordPress release


WordPress 2.7 have manny performance improvements over previous versions. So you better upgrade to latest release to make use of this.



2. Remove unnecessary Plugins & upgrade current ones


Remove any plugins that you aren’t using. Deactivate them and physically delete them from your web server. Deactivated plugins will affect the speed of a site because the Wordpress checks to see if they are activated or not. Also you must stay up to date with the latest versions of the plugins you are currently using. Developers release new versions because they’ve modified the code in some way to make the plugin work better.


3. Minimize PHP and database queries


I read about this great tip on Wpcandy’s simple ways to speed up WordPress post. It makes a lot of sense, cutting down on PHP and database queries. Each time a page on your site loads, if your browser has to execute any PHP queries, it adds to the load time. If you replace the PHP queries with static HTML, every time a page loads, your browser just reads the HTML.


4. Optimize and Repair your Database from myPhpAdmin


Every week or so you should login to your myPhpAdmin and optimize your db. Locate your Wordpress DatabaseTables, check all the tables in the Check Boxes, select the Optimise Tables Option and repair. You would be surprised how well this trick might work, it saved more than 10% of my current database size.




Take a good care of your Images


5. Use Reliable image hosting service


Try moving the common web images, CSS, JavaScript and other static files to Amazon S3 Storage service and you will notice the average CPU load / memory requirement of the web server will be reduced a lot. Read this step by step guide.



You can also try this WordPress plugin, WP-Offload will boost the performance of your blog by seamlessly offloading static content like images, documents and movies. This will greatly reduce bandwidth consumption and the number of HTTP requests issued to your web server. Additional features such as remote image manipulation and thumbnail generation are provided.



6. Optimize your images with this great tool


Shrink O’Matic is an AIR application to easily (batch) resize (shrink) images. It handles JPGs, GIFs and PNGs. Simply drag and drop images and they’ll be resized as you wish! Options allow you to choose the output sizes, names and formats.



Great Advices for better performance


7.Install WP Super Cache Plugin


I guess many of you know why we always insist on using this plugin. This plugin generates static html files from your dynamic WordPress blog. After an html file is generated your webserver will serve that file instead of processing the comparatively heavier and more expensive WordPress PHP scripts and will not actually load any content from the database at all therefore the post will load faster with less stress on your server.


8.PHP Speedy WP



PHP Speedy WP can quickly and easily speed up your WordPress site and improve your blog’s response time without too much effort on your side by allowing us to automatically combine all JS and CSS files into only two files - which in turn helps greatly with page loading times. CSS Background Images are automatically converted to data URIs. This is useful in reducing the amount of HTTP requests even further. And, importantly, it’s compatible with Internet Explorer, even though it doesn’t support data URIs. Unfortunately, PHP speedy comes with few flaws out of box that need fixing: Combined JavaScript is placed at the top of the page instead at the bottom, it does not work with WP Super Cache. In order to get this two working like we want them, you have to check this great article by Prelovac to make few adjustments to both plugins.



9.WP CSS


This plugin GZIP and strip whitespace from your CSS files. It allows you to confidently use @import inside a CSS file and not worry about what happens on the user’s end. It will look through your style.css file and put any @import files into it. A cache expiry time can also be set. You can also add CSS files to a specific page or post and putting all of them into one file.


10.DB Cache



This plugin caches every database query with given lifetime. It is very fast and uses small disk space for caching.


I didn’t try this plugin yet but I’ve read many reviews recommending it. Let me know what do you guys think about it so we can update this post with correct information about its performance.


11.Speed up access to your favorite frameworks via the AJAX Libraries API


The AJAX Libraries API is an attempt to make Web applications faster for developers in simple ways by becoming a content distribution network and loading architecture for popular javascript libraries including:



You can either link to the source code directly:



<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/prototype/1.6.0.2/prototype.js"></script>


Or you can use Google’s API:



<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript">google.load("prototype", "1.6.0.2");</script>


By using the google.load() method, your application has high speed, globally available access to a growing list of the most popular, open source and up to date JavaScript libraries.


12.Display page loading time + number of queries


Here is a simple code to insert on your template to know how long it took for your page to load, or how many sql queries were executed. This tip is very good for knowing how well is your WordPress blog is optimized.



<?php echo get_num_queries(); ?> queries in <?php timer_stop(1); ?> seconds.

13.Optimize DB



MySQL is a great database, but it doesn’t clean itself up the way it should sometimes. This plugin runs an optimize table command on your WordPress tables, effectively defragmenting it. This is very useful for tables that are frequently updated. The interface is very simple at the moment: just one button: Optimize Now, and some info on how much space will be saved. It looks like this:







If You Like My Post Comment Me,Thanks You And Visit Again

Read more...

Saturday, April 25, 2009

Wordpress Plugin to Increase Alexa Rankings

The wonderful thing about Wordpress community is, whatever ideas you can think of, there’s plugin for it. Few months ago I was thinking, how about including http://redirect.alexa.com/redirect? before all hyperlinks. This will definitely boost the Alexa ranking, because before content reaches destination, they are sent to Alexa to create awareness.


Today, reading from an entry written by Everton of ConnectedInternet, I found a plugin that allows you to do so. This plugin add http://redirect.alexa.com/redirect? automatically to all internal links within your blog. Here’s the authors description on the plugin.




The plugin scans your entire page (header, sidebar and all) and replaces any internal links (links that include your domain, like ‘iamnotashamed.net’ for my site) with the Alexa Redirect link, which simply means it adds: “http://redirect.alexa.com/redirect?” to the front of your link url. For Example, in the html:


<a href=”blog.iamnotashamed.net/about-ariah-fine/”>


becomes


<a href=”http://redirect.alexa.com/redirect?http://blog.iamnotashamed.net/about-ariah-fine/”>




Is this a good idea?


I certainly don’t think so. Although this sounds really promising on boosting Alexa, but will this affects google indexing? How will Google treat links that starts with redirect.alexa.com? I’ll leave the question to you. Also, by doing that, I assume Alexa will be your direct referral source on links, this can potentially screwed the accuracy of your statistics readings, especially if you are stats freak like me. I want to know exactly who click from where to where.


I’m not writing to encourage the installation of this plugin, but rather creating awareness of such.


Download Alexa Redirect Wordpress Plugin.









If You Like My Post Comment Me,Thanks You And Visit Again

Read more...

40+ Most Wanted Wordpress Tricks and Hacks

wordpress tricks hacks


Have you ever came across a Wordpress blog, saw something you liked, and questions like ‘how they did that‘, ‘is that a plugin or hack?‘, ‘where can I get those cool mods‘ begin to pop? Well, it’s really pretty normal because most of us did the same thing. For this article we’ve spent time with some 14 Wordpress bloggers, finding out what kinda hacks and plugins they are really looking for to enhance their blog in any aspect. Here’s our outcome, 40+ most wanted Wordpress tips and hacks, including those you don’t even knew the keywords to search for.



Display categories in horizontal Drop-Down menu


Instead of using your categories in sidebar, you can put them up on the navigation bar, dropping down the sub categories in second-level drop down.




Add Gravatar for post author


How about adding Gravatar to your post titles to highlight the comment author?




Using custom page as homepage



Instead of showing recent entries as main page on your blog, customize it!




Add author bio on every blog post


For multi-authored blogs, adding the bio info of each author at the bottom of their respective posts is a good way to give props to the author as well as providing information to the readers as to who that person is without having to refer to an about me page.




Display recent post from specific category


Control recent post of any categories you want to display.



Highlight author’s comments


This helps differenciate the author’s comments away from the rest. Useful for commentators to spot which are comments made by the author.




Create thumbnails for each blog post and displays them


How to create thumbnails for each blog post, use them anywhere you want, make your post more interesting.




Create and show categories image


How to add some simple PHP code to your Wordpress template and make linked images appear instead of text for your categories in posts.



Format images for feed readers


Get your blog content to display properly, even in feeds.




Create really cool Wordpress date button


Display your blot post’s date in the form of button.





Hiding Advertisements For Single Posts


Quick and easy way to hide advertisements for any particular post by making some minor changes to your theme.



Creating a dynamic sticky


There are some news you just want them to stay on top.



Customize Error 404 page



Create a new Error 404 page of your own.



Protect CSS Mods for ANY WordPress Theme


Implementing a custom stylesheet that simply overrides the styles defined in the theme’s original stylesheet



Make your blog Digg proof


Tweaks and settings to add to your blog to take the Digg effect.



Using Wordpress as Membership Directory


Create a moderated membership directory that showcases your member’s information.




4 Ways to speed up your wordpress blog


Some quick tips on how to speed up your self-hosted WordPress site.



Create mobile version of your blog


Create a mobile version of the website within clicks with Mofuse.





Open links in new windows (by default)


Title’s pretty self-explainatory, make all links open in new window.



Turn Wordpress blog into CMS (Content Management System)


Your Wordpress blog don’t have to look like a typical blog display. It can be something more fun.




WordPress Thumbnail Size Limit Hack


Don’t like the default thumbnail JPEG quality? Change it.



Automatically post Del.icio.us daily link to Wordpress


Get more daily post on blog, from del.icio.us




Create a peel away effect on blog



Very effective way to market products and bring more attention to pages you want visitors to focus.




Seperate Comments from Trackbacks/Pingbacks


Get a clear view on what are comments, what’s not.




Blog Alone or Together with Writely


Writely is one of my favorte Web 2.0 apps. It’s a full-fledged web-based word processor that you can access from anywhere. Think of it as Microsoft Word for the Web.





Embed Google Ad in first wordpress post


The leading SEO (Search Engine Optimization) sites will tell you that placing an ad after the first post in your blog’s home page is particularly effective.



Creating multiple single posts for different categories


Fast and simple way to assign a specific stylesheet for only one category of blog posts in a WordPress blog.



Using WordPress Custom Fields



You can do pretty much anything you want with custom fields. Your imagination is your limit.



Creating an Archive Index


Create single page with links to all your archived entries, arranged just so to form the main gateway into your blog’s past.



Wicked WordPress Archives in One Easy Step


Provide specialized archive views that place a premium on scannability.



Place a login form in the sidebar


Put a login on the front page of your Wordpress blog.




Protect Wordpress post against hot-linking


Plugin for Wordpress that helps prevent image hotlinking as easy as installing and activating it.




Moving a Static HTML Site to WordPress



how you retain the old URLs after moving static HTML to Wordpress.



Build a Techmeme River of News Clone


Building something similar to Techmeme with Wordpress.




Custom login page


This is more significant for multi author blogs, or sites you have set up for clients.




How to Put Your Best Content Forward


Don’t let your best content get lost in the archives.



Display Twitter messages in Wordpress


Customize the Twitter message display on your Wordpress blog.




Add Stripe Ad to boost response / earnings


A new non-obtrusive way of displaying a single line of advertising message, a special note or other information right at the top of your blog





How to Display Facebook Statuses on Wordpress Blog


Put your Facebook statuses directly on your wordpress blog. Works for both self-host Wordpress and Wordpress.com bloggers.




Post text and image count


Counts and display number of words and images (leaving the default Wordpress smilies out)



Place content only in RSS Feed



Ever wonder how some bloggers control some content to be shown only in RSS feed but not the blog. Here’s the plugin to do that - RSS Footer.







If You Like My Post Comment Me,Thanks You And Visit Again

Read more...

41 Beautifull Looking Free WordPress Themes

It takes time to search for nice looking Wordpress themes, let alone nice and yet free Wordpress themes. We constantly keep our eyes on great and free Wordpress themes released, bookmarked them and put on a showcase when we think it’s too much to keep.


This following entry comprise of nicely design Wordpress themes, magazine alike as well as high quality premium themes you don’t have to pay a penny for. This week for Wordpress, we present - 41 Great Looking Free WordPress Themes.



RedLight


[Preview] [Download]


freemium



FREEmium


[Preview] [Download]


freemium



WaterColor


[Preview] [Download]



freemium




  • Agregado Lifestream


    [Preview] [Download]


    agregado



    Infinity


    [Preview] [Download]



    infinity



    WP CODA


    [Preview] [Download]


    wp_coda



    Snapshot


    [Preview] [Download]



    snapshot



    Versatility Lite


    [Preview] [Download]


    versatilityLite



    CHARA


    [Preview] [Download]



    chara



    Vintage


    [Preview] [Download]


    vintage



    Blues



    [Preview] [Download]


    blues



    Deskspace


    [Preview] [Download]



    Deskspace



    Maasahan


    [Preview] [Download]


    maasahan



    Notepad Chaos


    [Preview] [Download]



    notepad_chaos



    Web 2.0


    [Preview] [Download]


    web 2.0



    Zinmag Futura


    [Preview] [Download]



    Zinmag_Futura



    Mahusay


    [Preview] [Download]


    mahusay



    Majapahit


    [Preview] [Download]



    majapahit



    AutosSlug


    [Preview] [Download]


    autoslug



    NewsTheme


    [Preview] [Download]



    NewsTheme



    Hamasaki


    [Preview] [Download]


    Hamasaki



    Small Magazine


    [Preview] [Download]



    small_magazine



    The Stars


    [Preview] [Download]


    the_stars



    Malawak


    [Preview] [Download]



    melawak



    Androida


    [Preview] [Download]


    androida



    Colourise



    [Preview] [Download]


    theme_lab



    Arthemia


    [Preview] [Download]



    arthemia



    WP Gold


    [Preview] [Download]


    WP_Gold



    WP Newsmag


    [Preview] [Download]



    wp_newsmag



    Brightness


    [Preview] [Download]


    brightness



    Irresistible


    [Preview] [Download]



    irresistible



    DesignMagz


    [Preview] [Download]


    designmagz



    Alivapress


    [Preview] [Download]



    alivapress



    Remedy


    [Preview] [Download]


    remedy



    Comfy Magazine


    [Preview] [Download]



    comfy_magazine



    iPhone Creative Magazine


    [Preview] [Download]


    iPhone_Creative_magazine



    ZenFresh Magazine


    [Preview] [Download]



    ZenFresh_Magazine



    SohoMag


    [Preview] [Download]


    sohomag



    Nature Gift


    [Preview] [Download]



    Nature_Gift



    CorporateMag


    [Preview] [Download]


    CorporateMag



    Magazeen


    [Preview] [Download]



    magezeen








    If You Like My Post Comment Me,Thanks You And Visit Again

    Read more...

  • Followers

    Action

    Mesothelioma Cancer
    ThemeFlash Msn bot last visit powered by MyPagerank.Net Creative Commons License
     

    ThemeFlash : The Quality Web Resources. Copyright 2009-2010 All Rights Reserved Revolution Two Church theme by Brian Gardner Converted into Blogger Template by Bloganol