@guaca

0 Followers
64 Following
10 Posts
Mom • WebPerf at Schneider Electric • Jamstack lover • Technical SEO freak • Lifelong learner • GoogleDevExpert in Web Technologies

I’m fine-tuning a multilingual personal website built with #eleventy v2.0.0-canary.16, and it's not been very easy to figure out how to make it work as I want 🤯

I’m sure there are other (and better) options to achieve what I did. Are there any #11ty folks interested in chatting about this topic? 😊

@addyosmani wow, sounds fantastic! Looking forward to you finishing it soon 🤩

Edge DevTools Canary can now show you detailed stats on your CSS selectors when a style recalculation occurred. You just need to check the "Enable advanced rendering implementation" option and select a "Recalculate Styles" block.

Explainer - https://github.com/MicrosoftEdge/DevTools/blob/main/explainers/StyleTracing/explainer.md

Feedback - https://github.com/MicrosoftEdge/DevTools/issues

DevTools/explainer.md at main · MicrosoftEdge/DevTools

Feedback and discussions about Microsoft Edge Developer Tools - DevTools/explainer.md at main · MicrosoftEdge/DevTools

GitHub

It's much cheaper and easier than you think to start your own server on here.

If you use "managed hosting", it means the hosting company does all the techy stuff like installation, upgrades and maintenance.

The cheapest Mastodon server through managed hosting costs around 8 US dollars a month.

I've done a website all about using managed hosting at:

➡️ https://growyourown.services

...and here's a long article about making your own Mastodon server:

➡️ https://growyourown.services/making-your-own-mastodon-server-in-10-steps

#Mastodon #Fediverse

Grow Your Own Services – A beginner's guide to creating your own little corner of the Internet

@gfiorelli1 thanks for sharing!

The "Software Engineering at Google" book is free to read online: https://bit.ly/swe-book. Great insights on improving code quality & scaling engineering teams.

#softwareengineering

abseil / Software Engineering at Google

An open-source collection of core C++ library code

I don’t know who needs to hear this but optimizing your LCP images won't solve your LCP issues if the image request starts, for example, 4.3s after the page starts loading.

#webperf is not about isolated improvements. You need to analyze the whole picture to prioritize the implementations properly.

My first #WebPerf post here :)

Want to load your (LCP) hero image sooner?

Try <img fetchpriority=high> to boost its priority. Now used in production by Google Store, YouTube, eBay, Etsy, Yahoo. We also just deployed it on YouTube!

Learn more: https://web.dev/priority-hints

Optimizing resource loading with Priority Hints

Priority Hints indicate the relative priority of resources to the browser. They can enable optimal loading and improve Core Web Vitals.

web.dev
@geekonaut hi Martin!! Thank you so much for what you do ☺️ I’ve learned a lot in the last few years about JS SEO thanks to you 💜
Hello, World!