March 06, 2011
Top 8 Reasons that Slow Down your Blogâs Perfomance
In my previous post, I wrote about 10 Tips To Make Your Blog Loading Faster. Now, Letâs start slowing down our website or blogâs loading speedIt is very simple and there is no hard steps to do it. It will be simple to lose your website / blogâs traffic. Here are those 8 easy steps.
- More Javascript
Include as much javascript code as you can in your web page. This will surely increase your webpageâs total size. And hence the loading time will be much more. - More CSS
Once you have included more CSS codes/files in your web page, it is easy to slow down your websiteâs loading speed. - Embed Multimedia
Multimedia files include Flash content, Audio Files, Video Files, etc. When including or embedding such files in your web page, it will increase the burden by means of size and more server requests. - Include Images
Including images is not a big issue. But including as much images or flooding your webpage full of images will do the rest by slowing down the speed. - More Database Queries
In dynamic web pages which uses languages like PHP, PERL, etc., start querying your database everytime without having much reasons. This will burden your database server with full of requests and will surely benefit your competitor. - Use Erroneous Scripts/Code
This is one easy method. When the server faces any such erroneous script/ code, it will be in much confusion to solve it and will just flood your web server with error log files (more burden for server). - No Compression
Donât use any compression techniques in your webpages. This will not only increase your web page size. But will also increase your web serverâs burden on responding to more requests from your web page. - No Cache
Donât ever cache any of your websiteâs content. Contents like CSS, JS, etc. can be avoided to cache in clientâs computer. Hence, everytime when he/she requests for the entire webpage content, the web browser will fetch everything from the starting point to ending point.
One final word is just give more burden to your web server with full of requests and see the failure result.
What are you thinking right now? Share with us. Definitely yours will be wonderful than mine!
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment