Performance, maintainability & scalability Pref auditing with chrome dev console. Flashcards

https://developers.google.com/web/tools/chrome-devtools/evaluate-performance/ Perf Auditing: Putting aside standard algorithmic complexity stuff, when trying to speed up an existing application being able to use Js Perf tools is pretty important. The Chrome Dev tools have a lot available here, but take some practice and learning. Being able to discern & solve JS parse time, resource lock delays, slow JS execution, inefficient DOM interaction, and long paint triggers is a tricky advanced skill.