親カテゴリー: 環境Software

Low-Energy Websites

YAML 問題

How can websites and apps be made by using minimal energy?


子カテゴリはありません。



投票 (不必要) (通知しない) (不必要)
ログインしてください。

1つには、多くの共有JavaScriptライブラリとCSSライブラリをブラウザに移動できるということですが、私はそれについてアイデアを持っています。

Well, for one, I'd say, we could move a lot of shared JavaScript and CSS libraries to browser, and I have an idea on that.


オンラインで発生するIAMウィークエンド2020でこの問題の質問を刺激してくれたhttp://gauthierroussilhe.com/enに感謝します:https://www.iam-internet.com/weekend

Thanks http://gauthierroussilhe.com/en for inspiring this problem question at IAM Weekend 2020 happening online: https://www.iam-internet.com/weekend


これを実現するには、ウェブサイトのエネルギーへの影響を自動的に測定する何らかの方法が必要です。

したがって、Webサイトが使用するリソースの量を確認するには、ブラウザをインストルメント化する必要があります。

送信されたネットワーク帯域幅とWebサイトによるCPU使用率を測定できます。

For this to be feasible there needs to be some way of automatically measuring the energy impact of a website.

So you'd have to instrument a browser to see how much resources the website uses.

You could measure network bandwidth transmitted and CPU usage by the website.