The translation was generated automatically and may contain mistakes
Module: 5. Testing
Lesson 4. Testing and debugging tools
The main thing in the lesson
- •Chrome is the most popular browser, so when creating an application, you should focus on the correct work in it.
- •Chrome DevTools allows you to display code and error messages, edit HTML and CSS, measure page load speed.
- •DevTools on iOS is a web inspector in Safari.
- •Eruda is a console with developer tools for debugging applications that works like a browser console, convenient for working with the mobile web.
- •The app should launch in less than 5 seconds so that users don’t leave before it opens.
- •LightHouse is a tool that will help you analyze the speed of opening and running the application.
Useful links
- •
:::