The only way a browser can get "faster" is to alter it's download / page buildup stategy:
- Small or Large files first?
- Text / Images first?
- File per file download / Multiple files at once download
- Single threaded downloading / Multiple threaded downloading (aka chop a file in pieces)
- Speed up the GUI of the browser
- Make the browser -REALLY- multithreaded for multiple core CPU's
- Make the browser -REALLY- 64 bit on a 64 bit OS
etc etc...
P.S. speedtest = always a different speed, try it 20x in the same browser and you'll ge 20x another (slightly different) result.
- Small or Large files first?
- Text / Images first?
- File per file download / Multiple files at once download
- Single threaded downloading / Multiple threaded downloading (aka chop a file in pieces)
- Speed up the GUI of the browser
- Make the browser -REALLY- multithreaded for multiple core CPU's
- Make the browser -REALLY- 64 bit on a 64 bit OS
etc etc...
P.S. speedtest = always a different speed, try it 20x in the same browser and you'll ge 20x another (slightly different) result.

