Speed up Loading Blog

If you have a problem with loading the blog then the problem will reduce the visitors to your blog. For that you need to find a solution to speed up the loading time of the blog. If you are using internet explorer browser then you can speed up loading using Chrome Frames blog. Frames Chrome is an open source plug-in that serves Chrome's speed and technology of the internet explorer website. A plugin that will speed up loading of applications and javascript on your blog. To download this plugin then click here. If you want to install this plugin on your blog then follow the steps below:

1. Go to Design -> Edit HTML
2. Check the Expand Widget Templates
3. Paste the following code above the code <head>

<meta http-equiv='X-UA-Compatible' content='chrome=1'/>

4. Now look for the code </ head>
5. Paste the following code under the code </ head>

<- [if IE]>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"> </ script>
<style type='text/css'>
. chromeFrameOverlayContent {top: 10px; margin-top: 10px;}
</ style>
<script>
window.attachEvent ("onload", function () {
CFInstall.check ({
mode: "overlay"
});
});
</ script>
<! [endif] ->


6. Save the template

If you are using internet explorer try to visit your blog will display a pop-up to install Chrome Frames. Once you've installed then you will more easily explore the blog because your blog loading time is faster.

 

0 comments:

Post a Comment