Low-Energy Websites
+
–
How can websites and apps be made by using minimal energy?
沒有子分類。
+[問題]
想法 Package manager (e.g. NPM) for shared libraries in browser
Make browser user able to install libraries, like on operating system, and reduce the amount of data that we have to download for each app loading.
想法 Laymen How-To on Low-Energy Websites
Plain English step-by-step guide on how to make a low-tech website that teaches non-techies responsible web skills
+[想法]
+[項目]
好吧,我想說,我們可以將許多共享的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.
[+]
感謝http://gauthierroussilhe.com/en在IAM Weekend 2020上在線啓發了這個問題: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
爲此,需要某種方式來自動測量網站的能源影響。
因此,您必須使用瀏覽器來查看網站使用了多少資源。
您可以通過網站測量傳輸的網絡帶寬和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.
[+]