Fix and Update JavaScript Recourses Links (#5896)
* Update JavaScript-asynchronous Promises resources * Replace broken link The previous link to the article was outdated and resulted in a 404 error. * Fixed the JavaScript typo * Add Video Resource JS 101-debugging-memory-leaks.md Added a helpful YouTube video on visualizing memory leaks and debugging them in the console. * Introduce resource (Chrome Developers) JS-debugging-performance Added link to Chrome Developers documentation on debugging JavaScript performance in JS 102-debugging-performance.md. This provides valuable insights and best practices for optimizing code performance from the official docs.pull/5915/head
parent
64bbbc2f25
commit
e98ebcfa11
4 changed files with 7 additions and 1 deletions
@ -1,3 +1,7 @@ |
||||
# Debugging performance |
||||
|
||||
Enter the dev tools and check out the Lighthouse tab. This is essentially a series of tests which analyses the currently open website on a bunch of metrics related to performance, page speed, accessibility, etc. Feel free to run the tests by clicking the **Analyse Page Load** button (you might want to do this in an incognito tab to avoid errors arising from extensions you're using). Once you have the results, take your time and read through them (and do click through to the reference pages mentioned alongside each test result to know more about it!) |
||||
|
||||
Visit the following resources to learn more: |
||||
|
||||
- [@article@Analyze runtime performance](https://developer.chrome.com/docs/devtools/performance) |
||||
|
Loading…
Reference in new issue