935 Followers

Please use this tricks carefuly because First trick will cause issue to your wordpress site.

First Trick
Improve the  wordpress Blog’s Loading Speed

WordPress, by default, comes uncompressed and sends the uncompressed HTML to the visitor’s browser.
Create one file called “phpinfo.php” and then upload it to the root of your blog directory:

In phpinfo.php fine copy paste following code.

<?php phpinfo(); ?>

Check on server zlib is enabled or not.

Copy paste the following code in to your header.php file above the Doctype tag.

<?php
ini_set(‘zlib.output_compression’, ‘On’);
ini_set(‘zlib.output_compression_level’, ‘1′);
?>

This trick will improve your speed upto 50%.

Code taken from following link :
http://www.wprecipes.com/compress-wordpress-output-and-speed-your-blogs-load-speed

wordpress-performance

Second Trick

Allow More Time For Slow Servers to Upgrade Wordpress

Open the wp-admin/includes/files.php file and go to line 448.

For WordpressMU users path is wp-admin/includes/file.php and line no 450.

Find this line
$response = wp_remote_get($url, array(‘timeout’ => 60));

replace with

$response = wp_remote_get($url, array(‘timeout’ => 120));

This will change the server response time to 120 second.

Code taken from following link :
http://www.wprecipes.com/wordpress-upgrade-allow-more-time-for-slow-servers

Trick or hack for improving the Wordpress site’s performance.

Tags:

Check some more useful Related Posts
wordpress and wordpress mu is merging in april 2010
wordpress 3.0
Get the recent comments without using wordpress plugin or widget
how to remove the default post and comment from wordpress
how to create wordpress pages by script
How to use post or page pagination in wordpress theme
how to display all wordpress posts of a month in home page
How to customize the comments template or wp_list_comments()
How to do wordpress migration to new hosting service or domain
How to fetch wordpress posts which is starting with specific word or alphabet

2 Responses to “How to fetch wordpress posts which is starting with specific word or alphabet”

  1. Wordpress Web Hostin says:

    [...] How to fetch wordpress posts which is starting with specific word … [...]

  2. Omer Ganga says:

    How often do you write your blogs? I enjoy them a lot 1 7 2

Leave a Reply

Wordpressapi is developer code book.
wordpressapi on Facebook

Recent Posts

Samsung, Panasonic start selling 3-D TVs

Posted by sony on March - 9 - 2010

Create red vintage photoshop effect with photoshop

Posted by sony on March - 9 - 2010

How to create multi colorful effect with photoshop

Posted by sony on March - 9 - 2010

wordpress and wordpress mu is merging in april 2010

Posted by sony on March - 8 - 2010

wordpress 3.0

Posted by sony on March - 8 - 2010

how to create wordpress pages by script

Posted by sony on March - 7 - 2010

How to remove the www from URL with nginx server

Posted by sony on March - 7 - 2010

How to remove the www from url with rewite rule

Posted by sony on March - 7 - 2010

Search engine optimization by SEO Design Solutions

© 2010 Wordpressapi. All Rights Reserved. Reproduction without explicit permission is prohibited.