All articles
14. 8. 2017
2 min read

New Google Chrome 60

Google continuously improves its browser not only for regular users, but also for developers, for whom the integrated features make it easier to work when developing web applications. Version 60 is no exception, adding many interesting new features to the Developer Tools.

New Audits panel

Probably the most significant addition is the new Audits panel, powered by Lighthouse. It’s an open-source automated tool for improving the quality of web pages. It is now fully integrated into the browser, with no need to install any add-ons.

An audit can be run on any website, whether public or requiring authentication. Lighthouse then runs a set of tests that check how the page performs on different devices, at different network speeds, etc.

The result is a report that includes the scores achieved in the following areas:

  • Progressive Web App – measures reliability, speed and availability on various devices.
  • Performance – loading and interaction speeds.
  • Accessibility – correct use of attributes, colour contrasts.
  • Best Practices – this covers all other areas that don’t affect the final score but are still worth addressing.

The report also highlights points that can be improved so that next time you run the audit, you get a better result and a higher-quality website.

Other new features

  • Third-party badges – used to identify and track third-party components (ads, libraries, etc.) that communicate with the website and may cause issues. This feature needs to be enabled via the command menu (ctrl+shift+p, cmd+shift+p) by typing Show Third Party Badges.
  • Continue To Here – functionality that speeds up debugging JavaScript code in the browser.

Other new features include displaying more information about JavaScript objects in debugger mode, an improved context menu in the Console, and simpler network throttling settings.

Have a project?

Get in touch and we'll discuss how we can help.
Contact us

More articles

1 Aug 2026

Cyber Resilience Act: New Rules for Secure Software and Digital Products

The European Union is introducing another important regulation in the field of cybersecurity. It is called the Cyber Resilience Act, or CRA for short, and applies to all products with a digital component. This means not only smart devices, but also software, applications, and systems that connect to a network or communicate with another service…
Read the article
15 Jul 2026

Withdrawal button – Wontilles responds in advance to new legislative requirements

The legislative environment in the field of e-commerce is undergoing constant changes, which place high demands on online shop operators.
Read the article
1 Jun 2026

Railsformers at the Faculty of Arts at the OU: Ruby on Rails in practice and now also in IT business

At the Faculty of Science of the University of Ostrava, we have long been giving students practical experience with Ruby on Rails development and showing them what it looks like to work on real web applications. From the original pilot course, we have developed a stable course Ruby on Rails I and II, which we…
Read the article