COMPUTER,INTERNET PROBLEMS -SOLUTIONS | EVERGREEN WEBSITE

Monday

SPEED UP YOUR WORDPRESS WEBSITE | REDUCE WEBSITE LOADING TIME

PROBLEM : The website(made using Wordpress) takes a large time to load, specially on slow INTERNET connections.
SOLUTION : Here are few simple suggestions that will speed up your website :

1. STAY UPDATED : Update your wordpress blog immediately as soon as the new update is available. Latest versions of Wordpress are very light and easy to use. This will somehow reduce your wordpress site loading time.

2.DELETE UNUSED PLUGINS : Check for the plugins which you no longer use. Deactivate and delete them because even if you are not using them, they are still consuming your space and bandwidth. After all you can reinstall them any time.

3. DELETE UNUSED WIDGETS :  Check for the widgets that are placed under INACTIVE WIDGETS Tab. If you do not need them, delete them.

4.DECREASE WHITE SPACE : Whitespace refers to the empty space used between your code. For example :
<div id="mw-js-message"
style="display:none;">
</div>
<!-- sitenotice --> 


This is an example where you are using White Space.


Example of decreasing this webspace :

<div id="mw-js-message" style="display:none;"></div><!-- sitenotice -->


Decreasing the Whitespace speeds up your blog and decreases site loading time.


5. PLUGIN TO SPEED UP WORDPRESS : You can search for a plugin which can  speed up your Wordpress blog and decrease site loading time. The plugin that  I use is :

'Improve Load Times Plugin Options'

This plugin will enable GZIP compression on your webpages.

If all these suggestions helped you, please let us know by posting a comment below.





No comments: