|
|
|
|
|
by Retric
3651 days ago
|
|
You can also cache intermediate results from calculations, the idea is don't fetch things you don't need. And as you know the result from fetching an add is going to be blank you don't need to fetch it. Much like a screen reader not downloading a JPEG. As to downloading you can try it you self your talking fractions of a watt savings from not downloading a few Meg's. In terms of other downloads from a page, most of that is things like tiny images which you can mostly skip. The Amazon homepage sends lots of junk but all you actually care about is the search bar and links to other areas. |
|