Read more

Chrome Lighthouse

Judith Roth
August 25, 2020Software engineer at makandra GmbH

Chrome has a built-in utility to check performance and accessibility (and more) of your web app: Lighthouse Show archive.org snapshot .

Illustration online protection

Rails Long Term Support

Rails LTS provides security patches for old versions of Ruby on Rails (2.3, 3.2, 4.2 and 5.2)

  • Prevents you from data breaches and liability risks
  • Upgrade at your own pace
  • Works with modern Rubies
Read more Show archive.org snapshot

Open the Develeoper Tools and go to the lighthouse tab:

Image

Then you'll see some suggestions on how to improve your site.
This is cool, because you can even use it with non-public pages or your development environment (but be aware that some settings we're using for development, like not minifying JS and CSS files, might ruin your stats).


An alternative tool is Webpagetest Show archive.org snapshot .

Posted by Judith Roth to makandra dev (2020-08-25 18:03)