For fastest loading of the blog, main thing it shall be hosted in good server. Removing of images from home page also speeds up the blog.
For that do the following steps.
•Template
• Edit HTML
• Make Expand widget (Tick)
• Search for following codes
<script type='text/javascript'>
summary_noimg = 400;
summary_img = 400;
img_thumb_height = 195;
img_thumb_width = 260;
</script>
<script type='text/javascript'>
summary_noimg = 400;
summary_img = 400;
img_thumb_height = 195;
img_thumb_width = 260;
</script>
<script type='text/javascript'>
• Make
img_thumb_height = 0;
img_thumb_width = 0;
img_thumb_width = 0;
• Save
Then all Thumbnail images from home page will disable and still visible in post page. This tip make your blog run faster.
0 comments:
Post a Comment