Ecología Digital: ¿Cómo puedes mitigar la huella de carbono de los sitios web?

Rate this content
Bookmark
Slides

¿Sabías que se publican alrededor de 250,000 sitios web todos los días? La mayoría utiliza fuentes demasiado pesadas, imágenes innecesarias o bibliotecas redundantes que generan una huella de carbono. ec0lint es una herramienta para desarrolladores frontend que mitiga la huella de carbono de los sitios web al mostrar consejos sobre cómo crear un código más amigable con el clima. Gracias a la optimización del código, ec0lint puede ayudar a reducir las emisiones de 1.8 g a ~0.2 g por cada visita, lo que equivale a ahorrar 216 kg de CO2 para cada sitio web (-88%) anualmente.

7 min
05 Dec, 2022

Video Summary and Transcription

La charla de hoy trata sobre la ecología digital y la reducción de la huella de carbono de los sitios web. Técnicas como el uso de JavaScript o TypeScript, bibliotecas más ligeras y la optimización de recursos pueden reducir la huella de carbono en un 70%. La recopilación de datos de los usuarios es importante para la sostenibilidad, y la herramienta Ecolint ayuda a que los sitios web sean más sostenibles. Es una herramienta de código abierto que se puede descargar y personalizar.

Available in English

1. Digital Ecology and Website Carbon Footprint

Short description:

Hoy hablaré sobre la ecología digital y cómo reducir la huella de carbono de los sitios web. Internet emite CO2 a través de la recopilación de datos, la transferencia y los dispositivos finales. La industria de las TIC contribuye con el 4% de las emisiones de gases de efecto invernadero. Para crear sitios web sostenibles, utiliza JavaScript o TypeScript, considera bibliotecas más ligeras, almacena en caché los datos y optimiza los recursos como imágenes, videos y fuentes. Estas técnicas pueden reducir la huella de carbono en un 70%. Además, utilizar el modo oscuro y elegir un proveedor de alojamiento con un uso eficiente de energía puede ayudar.

Hola, soy Katarzyna y hoy hablaré sobre la ecología digital y cómo mitigar la huella de carbono de los sitios web. ¿Entonces, qué es la ecología digital? Es un campo de estudio sobre la interdependencia de los sistemas digitales como Internet y el entorno natural.

En resumen, todo lo que hacemos en línea y fuera de línea con nuestros dispositivos genera una huella de carbono. Pero para ser claros, la ecología digital no se trata de evitar que las personas usen Internet. Se trata de utilizar rutinas más sostenibles que ayuden a mitigar la huella de carbono de la industria de las TIC.

¿Cómo emite CO2 Internet? Todo comienza con la recopilación de datos, los servidores, los centros de datos y la nube. Luego podemos pensar en la transferencia de datos y las líneas de energía. Y por último, pero no menos importante, los dispositivos finales. En cada uno de los pasos, debemos pensar en alimentar todos estos dispositivos, todos esos centros de datos y enfriarlos. También debemos mencionar la energía y los recursos naturales necesarios para fabricar los dispositivos finales.

¿Es importante? Bastante. La industria de las TIC representa el 4% de todas las emisiones de gases de efecto invernadero. ¿Qué podemos hacer al respecto? Hablemos de los sitios web. Cada día se publican 250,000 nuevos sitios web y cada uno de ellos genera 1.8 gramos de CO2, lo que suma un total de 216 kilogramos de CO2 al año. ¿Alguna vez te has preguntado cuánto CO2 produce tu sitio web? Puedes verificarlo fácilmente utilizando una de las herramientas más populares en línea llamada Calculadora de Carbono de Sitios Web, que te ayuda con la fórmula para calcular la cantidad de CO2 que se genera. Toma en cuenta el tamaño del sitio web, el tráfico de usuarios finales y las emisiones energéticas globales promedio.

¿Cómo podemos crear sitios web más sostenibles? Hay muchas técnicas. Comencemos con los lenguajes de programación. Al utilizar JavaScript o TypeScript, podemos hacer que nuestro sitio web sea mucho más ligero que al usar una plataforma como Wix o WordPress. También tendríamos más control sobre el código y, por lo tanto, podemos eliminar algunas partes innecesarias del código. Al pensar en las bibliotecas, pregúntate a ti mismo, ¿realmente necesito todas ellas? Tal vez haya algunas bibliotecas más ligeras que puedas usar, o tal vez puedas usar el fetch incorporado o simplemente intentar escribir esos comentarios en JavaScript plano. También piensa en las llamadas a API externas y en almacenar en caché los datos. Y cuando se trata de recursos, hay tres cosas principales que debes considerar: imágenes, videos y fuentes. Al guardar imágenes, utiliza SVG o WebP como formatos. Videos, guárdalos siempre en WebM. Y en cuanto a las fuentes, por supuesto, es mucho mejor utilizar fuentes del sistema que las alojadas en línea, y si las estás guardando, utiliza WOFF2 en lugar de TTF. Con solo este simple conocimiento, puedes mitigar la huella de carbono en un 70%. También es bueno tener tu sitio web en modo oscuro. Y al elegir un proveedor de alojamiento, echa un vistazo a la eficiencia en el uso de energía del centro de datos y también lee su política de comportamiento.

2. User Data Collection and Ecolint

Short description:

La recopilación de datos de los usuarios, incluido el seguimiento y los anuncios personalizados, es crucial para mitigar la huella de carbono y mejorar el tiempo de carga y el SEO. Hemos desarrollado Ecolint, un linter que sugiere mejoras de código para hacer que los sitios web sean más sostenibles. Con Ecolint, puedes transformar tu sitio web en una versión más sostenible. Descarga Node, instala Ecolint y EcolintStyle, inicializa la configuración y ejecuta Ecolint. Es una herramienta de código abierto y puedes contribuir o colaborar contactándonos en LinkedIn o dejando una estrella en GitHub.

Por último, pero no menos importante, la recopilación de datos de los usuarios también es un tema importante y esto se refiere a la recopilación de datos, el seguimiento de los usuarios y los anuncios personalizados. Entonces, ¿por qué hacer todo esto? En primer lugar, por supuesto, podemos mitigar la huella de carbono y, por lo tanto, ahorrar energía eléctrica. Pero esto también resulta en un tiempo de carga más corto para el usuario, lo cual es esencial, y un mejor SEO. Junto con mi equipo, hemos desarrollado Ecolint, que es, como su nombre lo indica, un linter. Propone posibles mejoras de código para mitigar la huella de carbono de los sitios web, haciéndolos básicamente más sostenibles. Y aquí puedes ver un ejemplo de cómo se ve. Eventualmente, al usar Ecolint, será suficiente con hacer clic en él y luego todo tu sitio web se convertirá en su versión más sostenible. Esta es la lista de características que estamos desarrollando actualmente y las que están marcadas en azul. Y en violeta marcamos las que aún queremos desarrollar. Esperamos que al usar Ecolint, podamos ahorrar hasta un 88% de la huella de carbono que generan los sitios web. Y para comenzar, primero descarga Node y luego intenta instalar Ecolint y EcolintStyle. EcolintStyle es para CSS y otros lenguajes similares a CSS. Inicializa la configuración y ejecuta Ecolint. Ecolint es una herramienta de código abierto, lo que significa que es gratuita para todos. Y si quieres, siéntete libre de contribuir. Mi nombre es Katarzyna y soy la cofundadora de Ecolint. No dudes en contactarme en LinkedIn. Y si te gusta el proyecto, puedes dejar una estrella en GitHub o contactarme y comencemos a colaborar. Muchas gracias por tu atención.

Check out more articles and videos

We constantly think of articles and videos that might spark Git people interest / skill us up or help building a stellar career

React Advanced Conference 2022React Advanced Conference 2022
25 min
A Guide to React Rendering Behavior
Top Content
React is a library for "rendering" UI from components, but many users find themselves confused about how React rendering actually works. What do terms like "rendering", "reconciliation", "Fibers", and "committing" actually mean? When do renders happen? How does Context affect rendering, and how do libraries like Redux cause updates? In this talk, we'll clear up the confusion and provide a solid foundation for understanding when, why, and how React renders. We'll look at: - What "rendering" actually is - How React queues renders and the standard rendering behavior - How keys and component types are used in rendering - Techniques for optimizing render performance - How context usage affects rendering behavior| - How external libraries tie into React rendering
React Summit Remote Edition 2021React Summit Remote Edition 2021
33 min
Building Better Websites with Remix
Top Content
Remix is a new web framework from the creators of React Router that helps you build better, faster websites through a solid understanding of web fundamentals. Remix takes care of the heavy lifting like server rendering, code splitting, prefetching, and navigation and leaves you with the fun part: building something awesome!
React Advanced Conference 2023React Advanced Conference 2023
33 min
React Compiler - Understanding Idiomatic React (React Forget)
Top Content
React provides a contract to developers- uphold certain rules, and React can efficiently and correctly update the UI. In this talk we'll explore these rules in depth, understanding the reasoning behind them and how they unlock new directions such as automatic memoization. 
React Advanced Conference 2022React Advanced Conference 2022
30 min
Using useEffect Effectively
Top Content
Can useEffect affect your codebase negatively? From fetching data to fighting with imperative APIs, side effects are one of the biggest sources of frustration in web app development. And let’s be honest, putting everything in useEffect hooks doesn’t help much. In this talk, we'll demystify the useEffect hook and get a better understanding of when (and when not) to use it, as well as discover how declarative effects can make effect management more maintainable in even the most complex React apps.
React Summit 2022React Summit 2022
20 min
Routing in React 18 and Beyond
Top Content
Concurrent React and Server Components are changing the way we think about routing, rendering, and fetching in web applications. Next.js recently shared part of its vision to help developers adopt these new React features and take advantage of the benefits they unlock.In this talk, we’ll explore the past, present and future of routing in front-end applications and discuss how new features in React and Next.js can help us architect more performant and feature-rich applications.
React Advanced Conference 2021React Advanced Conference 2021
27 min
(Easier) Interactive Data Visualization in React
Top Content
If you’re building a dashboard, analytics platform, or any web app where you need to give your users insight into their data, you need beautiful, custom, interactive data visualizations in your React app. But building visualizations hand with a low-level library like D3 can be a huge headache, involving lots of wheel-reinventing. In this talk, we’ll see how data viz development can get so much easier thanks to tools like Plot, a high-level dataviz library for quick & easy charting, and Observable, a reactive dataviz prototyping environment, both from the creator of D3. Through live coding examples we’ll explore how React refs let us delegate DOM manipulation for our data visualizations, and how Observable’s embedding functionality lets us easily repurpose community-built visualizations for our own data & use cases. By the end of this talk we’ll know how to get a beautiful, customized, interactive data visualization into our apps with a fraction of the time & effort!

Workshops on related topic

React Summit 2023React Summit 2023
170 min
React Performance Debugging Masterclass
Top Content
Featured WorkshopFree
Ivan’s first attempts at performance debugging were chaotic. He would see a slow interaction, try a random optimization, see that it didn't help, and keep trying other optimizations until he found the right one (or gave up).
Back then, Ivan didn’t know how to use performance devtools well. He would do a recording in Chrome DevTools or React Profiler, poke around it, try clicking random things, and then close it in frustration a few minutes later. Now, Ivan knows exactly where and what to look for. And in this workshop, Ivan will teach you that too.
Here’s how this is going to work. We’ll take a slow app → debug it (using tools like Chrome DevTools, React Profiler, and why-did-you-render) → pinpoint the bottleneck → and then repeat, several times more. We won’t talk about the solutions (in 90% of the cases, it’s just the ol’ regular useMemo() or memo()). But we’ll talk about everything that comes before – and learn how to analyze any React performance problem, step by step.
(Note: This workshop is best suited for engineers who are already familiar with how useMemo() and memo() work – but want to get better at using the performance tools around React. Also, we’ll be covering interaction performance, not load speed, so you won’t hear a word about Lighthouse 🤐)
React Advanced Conference 2021React Advanced Conference 2021
132 min
Concurrent Rendering Adventures in React 18
Top Content
Featured WorkshopFree
With the release of React 18 we finally get the long awaited concurrent rendering. But how is that going to affect your application? What are the benefits of concurrent rendering in React? What do you need to do to switch to concurrent rendering when you upgrade to React 18? And what if you don’t want or can’t use concurrent rendering yet?

There are some behavior changes you need to be aware of! In this workshop we will cover all of those subjects and more.

Join me with your laptop in this interactive workshop. You will see how easy it is to switch to concurrent rendering in your React application. You will learn all about concurrent rendering, SuspenseList, the startTransition API and more.
React Summit Remote Edition 2021React Summit Remote Edition 2021
177 min
React Hooks Tips Only the Pros Know
Top Content
Featured Workshop
The addition of the hooks API to React was quite a major change. Before hooks most components had to be class based. Now, with hooks, these are often much simpler functional components. Hooks can be really simple to use. Almost deceptively simple. Because there are still plenty of ways you can mess up with hooks. And it often turns out there are many ways where you can improve your components a better understanding of how each React hook can be used.You will learn all about the pros and cons of the various hooks. You will learn when to use useState() versus useReducer(). We will look at using useContext() efficiently. You will see when to use useLayoutEffect() and when useEffect() is better.
React Advanced Conference 2021React Advanced Conference 2021
174 min
React, TypeScript, and TDD
Top Content
Featured WorkshopFree
ReactJS is wildly popular and thus wildly supported. TypeScript is increasingly popular, and thus increasingly supported.

The two together? Not as much. Given that they both change quickly, it's hard to find accurate learning materials.

React+TypeScript, with JetBrains IDEs? That three-part combination is the topic of this series. We'll show a little about a lot. Meaning, the key steps to getting productive, in the IDE, for React projects using TypeScript. Along the way we'll show test-driven development and emphasize tips-and-tricks in the IDE.
React Advanced Conference 2021React Advanced Conference 2021
145 min
Web3 Workshop - Building Your First Dapp
Top Content
Featured WorkshopFree
In this workshop, you'll learn how to build your first full stack dapp on the Ethereum blockchain, reading and writing data to the network, and connecting a front end application to the contract you've deployed. By the end of the workshop, you'll understand how to set up a full stack development environment, run a local node, and interact with any smart contract using React, HardHat, and Ethers.js.
React Summit 2023React Summit 2023
151 min
Designing Effective Tests With React Testing Library
Top Content
Featured Workshop
React Testing Library is a great framework for React component tests because there are a lot of questions it answers for you, so you don’t need to worry about those questions. But that doesn’t mean testing is easy. There are still a lot of questions you have to figure out for yourself: How many component tests should you write vs end-to-end tests or lower-level unit tests? How can you test a certain line of code that is tricky to test? And what in the world are you supposed to do about that persistent act() warning?
In this three-hour workshop we’ll introduce React Testing Library along with a mental model for how to think about designing your component tests. This mental model will help you see how to test each bit of logic, whether or not to mock dependencies, and will help improve the design of your components. You’ll walk away with the tools, techniques, and principles you need to implement low-cost, high-value component tests.
Table of contents- The different kinds of React application tests, and where component tests fit in- A mental model for thinking about the inputs and outputs of the components you test- Options for selecting DOM elements to verify and interact with them- The value of mocks and why they shouldn’t be avoided- The challenges with asynchrony in RTL tests and how to handle them
Prerequisites- Familiarity with building applications with React- Basic experience writing automated tests with Jest or another unit testing framework- You do not need any experience with React Testing Library- Machine setup: Node LTS, Yarn