You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Web-Dev-For-Beginners/5-browser-extension/3-background-tasks-and-perf.../translations/.github/post-lecture-quiz.hi.md

403 B

Complete this quiz by checking one answer per question.

  1. To get a better view of your site's performance, clear its cache and reload in the profiler
  • true
  • false
  1. Browser extensions are inherently performant
  • true
  • false
  1. Analyze the following for performance bottlenecks
  • DOM traversals
  • JavaScript optimizations
  • Asset management
  • All the above