Friday, September 3rd, 2010

How to Accelerate Search Plugin Wordpress

0

You may have used to install a plugin in wordpress via online. This method is very simple and easy to do. To find a plugin that we need, we simply enter the keyword (keyword) and press the search button. To see who has pugin high popularity, simply by clicking Download.

But sometimes, to see a list of plugins that we need a long time because of slow internet connection we have. By default, wordpress will display a list of up to 24 plugins found. This may be a problem for you who have an internet connection is slow or very slow. Even sometimes appearing only HTTP error messages.

One trick to overcome this is to reduce the number of plugins list displayed per page. For example only 10. By displaying a list of plugins found in up to 10 only, it will speed up the process of data requests.

Please open the file / wp-admin/include/plugin-install.php on line 35.

$ args-> per_page = 24;

Change the value of 24 to 10

$ args-> per_page = 10;

You do not have to change the numbers 24 to 10, adjust your needs and speed of your connection. If you have a high enough connection, you may change it with numbers above 24.

So .. I hope to help

Incoming search terms for the article:

No related posts.

Related posts brought to you by Yet Another Related Posts Plugin.

Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!

Comments links could be nofollow free.