Skip to content

Repository files navigation

Lab 7 answers

Name: Albert Bunyi

  1. I would fit my automated tests for the Recipe project development pipeline within a Github action that runs whenever code is pushed as it ensures that faulty code is caught immediately and never mixed into the codebase. Additionally, since it is automatic we do not have to worry about human error such as forgetting to run the tests.
  2. No.
  3. Navigation mode analyzes a page right after it loads and will provide an overall performance metric while snapshot mode analyzes a page in its current state and is best used for finding accessibility issues. Navigation mode cannot analyze interactions or changes in content while snapshot mode cannot analyze JS perfromance or changes to the DOM tree.
  4. 3 things to improve: Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load to improve network dependancy tree, Use efficient cache lifetimes, and Minify JavaScript.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages