Ciao Media Innovative Ad Format
Members: 10,733
Threads: 11,521
Posts: 39,246

Newest Member: RadzNguyen
  #1  
Old 01-08-2010, 02:59 PM
Dragos's Avatar
Dragos Dragos is offline
Senior Member
 
Join Date: Nov 2009
Posts: 172
iTrader: (0)
Thanks: 0
Thanked 3 Times in 3 Posts
Dragos is a name known to allDragos is a name known to allDragos is a name known to allDragos is a name known to allDragos is a name known to allDragos is a name known to all
Default Tips & Tricks about optimizing your blog's loading time

One of the most important factors regarding a blog, is his loading speed.
There are many things that can help minimize your loading speed, I'm gonna talk here about the most important, from my point of view:

  • The CSS must be place in the header of the page. Normally, the link to the CSS file is dynamically generated.
  • Move all your CSS styles inserted in webpages, in the external file. Everything related to CSS, all attributes, should be in the CSS file.
  • Optimize the CSS files. First validate them, and then compress them.
  • Load JavaScripts after the CSS inclusion. Also, all scripts that do not need to be loaded from the start, should be moved to the footer of the page.
  • Optimize images and specify the size for each of them. Edit images so that they will have low size, but maintain the quality. Also specify all the images the width and height, so that the browser no longer need to wait in order to determine their size.
  • Disable hot-linking
  • Use gzip compression
  • Clean, validate and reduce the HTML code. Delete all unneeded HTML comments and also reduce the unneeded space between lines.
  • Remove, where possible, the dynamic display (which uses PHP) of different parameters.
  • Remove any unnecessary widgets and plugins. There is no need for calendar, clock and other crap. Also the things that some plugins do, can be done by small code changes in your WordPress site.
  • Install a cache plugin. I suggest Hyper Cache or WP-Cache

I hope these tips & tricks help you provide a better user-experience.
__________________
Domain name lookup at
To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.
Reply With Quote
Sponsored Links
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump


All times are GMT +1. The time now is 10:01 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154