Email Through PHP, Speed up Firefox
Sending Email from your PHP Applications
The following article from developer.com gives a great walkthrough / how-to do so in a very simple way.
Are there some tricks to speed up Firefox?
There are indeed a number of different adjustments you can make to Firefox that can improve its performance, the first and most important of which is to always make sure that you have the very latest version on your system. Pop over to get Firefox and download it right now.
Done?
Good. Now, enter the URL about:config and then type in “network.http” to the browser’s “filter” function to identify the following entries:
network.http.pipelining
network.http.proxy.pipelining
network.http.pipelining.maxrequests
If your Firefox is set up like mine, the first two will be set to “false”. Change them to “true” and then enter a value like 20 for maxrequests.
These will make the browser use your network connection more efficiently (or, depending on your perspective, more aggressively) which should visibly speed up rendering pages in the browser.
There’s a lot more you can learn if you pop over to Mozillazine’s Firefox Tuning discussion, if you really want to fine-tune your Web browsing experience.
Related Entries:
Gilgul wrote:
I just found this little tip as well:
If you are using Windows XP, you can load Firefox faster by adding it to your XP prefetch features at Firefox application shortcuts:
“C:…..Firefox.exe” /prefetch:1
Also you can do that following for all platform:
1. Install TweakNetwork extension from mozilla.org, select Power profile.
2. If you are using direct Internet connection, change your firefox to Automatic Proxy Configuration under Connection of your General Preference to “http://cache:8080″
[Reply]
Posted on 09-Feb-05 at 7:32 am | Permalink