Laptop tethered to phone. Laptop browser faster ? Why ?

I am traveling, and for internet access I am using my laptop tethered to my android phone.
Surfing the internet on my laptop is much faster than on the phone.
Pages load faster, etc.
Why would there be such a difference in speed ?

Presumably, your laptop has a lot more processing power than your phone.

For a given generation of processor, processing power is proportional to power consumption.

So if you phone is the same age as your laptop, and the laptop draws 10 times as much power, the laptop will be about 8 times faster. (not 10 times because x86 chips have overhead because they have to translate the x86 instructions to the actual RISC instructions they really use, and this costs power to do)

Notice how your laptop is big and heavy compared to your phone? And the battery is much bigger than your entire phone? That’s where the power is coming from.

Thanks for the common sense answers that have obviously eluded me :slight_smile:

Mobile browsers also usually have pretty tiny caches, so they have to re-download a lot more of the website components than the regular browser in your laptop does.

And just to clarify why processing power matters: a substantial portion of the time that websites take to load can be in rendering the HTML code to what is displayed on the screen, and in running any Javascript code that runs on the page.