Archive for the ‘Optimisation’ Category
Put on Fire in the Fox’s ass!
Thursday, August 16th, 2007Make sure that you have this browser:
Do you know FireFox well?
And how about advanced settings page? And how about direct access to it? OK, just type “about:config” into the address bar and hit return. Just like this:
Now, what do you see?
It’s your advanced settings, basically you can’t reach most of them in other way…
How To Speed Up Your FireFox
Look for the following entries:
network.http.pipelining
network.http.proxy.pipelining
network.http.pipelining.maxrequests
Now,
Set network.http.pipelining to true
Set network.http.proxy.pipelining to true
Set network.http.pipelining.maxrequests to 10 (or 15)
Right-click, select New->Integer, name it nglayout.initialpaint.delay, set value to 0
Restart Firefox.
What we’ve done?
We allowed to make up to 10 (15) connections at once. Make sure not to set it higher than 20.
Also we allowed to act with received information with zero waiting time.
Popularity: 43%
404 in logs
Friday, July 20th, 2007I hate 404s. I use awstats to watch my logs, and I hate when it shows some 404s…
I can tolerate some virus-generated URLs but when I see this “/feed%3Ahttp%3A//eyedmax.com/feed/“or search bot asking me for robots.txt or favicon.ico (and I haven’t one) - I can blow up.
My advices to all webmasters are following:
- put all common files (including index.html, robots.txt and favicon.ico) to your site
- validate the code for “strange” URLs
- analyze log files
- use the automatically generated site map
Don’t trouble Google ’till Google troubles you!
Popularity: 18%








