Archive for June, 2011
Speeding Up Internet Access with Firefox
by Dan on Jun.13, 2011, under Other
I stumbled across a post earlier today, and I thought it was far too rich and useful not to share. This post isn’t for the faint hearted, as a wrong click on a configuration key not mentioned here could impair Firefox’s performance, or worse, stop it working completely.
By following these instructions, you agree I have no liability whatsoever if something goes pear-shaped because you clicked on something you shouldn’t have!
With that said..
- In Firefox; navigate to “about:config”. Click the “I’ll be careful” button (last warning!). You’ll be greeted with a load of configuration options.
- Set the following values for the keys specified (use the search box at the top of the page to find the key. Searching for “network.http.max” will return the top 3 keys).
- network.http.max-connections-per-server: 25
- network.http.max-persistent-connections-per-proxy: 25
- network.http.max-persistent-connections-per-server: 25
- network.http.pipelining: true (just double click where it says “false” to change it to true)
- network.http.pipelining.maxrequests: 8
- network.http.pipelining.ssl: true
- network.http.proxy.pipelining: true
Setting these values alone, I saw a huge increase in how fast pages loaded. If you have any other tips for speeding up your Firefox, please comment! I’d love to know other people’s experiences using these, and any other methods (whether good or bad).
Amazon Web Services – A Guide to Implementation
by Dan on Jun.13, 2011, under System Administration
I realise that I’ve been neglecting my blog for a while now, with my last post published at the end of March. Quite frankly, I’ve not had anything interesting to write about. However, career starting pastures new, I’m starting to have interesting things to write about again. Over the course of time, I’ll probably post a lot of stuff about Amazon Web Services (AWS), Zend Framework, amongst other things. Today’s babble though is about implementing AWS as your core hosting infrastructure, and the benefits and downsides to it. I’ll also post my findings about the best way (in my opinion) to implement certain requirements.
Continue reading “Amazon Web Services – A Guide to Implementation” »