https://github.com/kuflash/devtools-overview
Презентация доклада "Обзор возможностей Chrome DevTools"
https://github.com/kuflash/devtools-overview
Last synced: 5 months ago
JSON representation
Презентация доклада "Обзор возможностей Chrome DevTools"
- Host: GitHub
- URL: https://github.com/kuflash/devtools-overview
- Owner: kuflash
- License: other
- Created: 2017-08-04T18:02:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-10T19:01:43.000Z (almost 9 years ago)
- Last Synced: 2025-06-04T13:29:55.909Z (about 1 year ago)
- Language: HTML
- Size: 5.74 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Обзор возможностей Chrome Developer Tools
Перзентация к докладу на CSSSR Camp.
## Используемые материалы:
1. [Документация Google Chrome Developer Tools](https://developers.google.com/web/tools/chrome-devtools/)
2. [Доклад Антона Шувалова - Отладка кода в браузере](https://www.youtube.com/watch?v=hNIvcEcj-XA)
3. [Доклад Романа Сальникова - Суперсилы Chrome Dev Tools](https://www.youtube.com/watch?v=3sV9yMhqAgk)
4. [Доклад Paul Irish - DevTools: State of the Union 2017](https://www.youtube.com/watch?v=PjjlwAvV8Jg)
5. [Devtools Tips&Tricks #1](http://devtoolstips.com/)
6. [Devtools Tips&Tricks #2](https://umaar.com/dev-tips/)
7. [Доклад Martin Splitt - Rendering performance inside out](https://www.youtube.com/watch?v=BfMWAIc0xSU&feature=youtu.be)
8. [Список CSS свойств и как они влияют на перерисовку](https://csstriggers.com/)
9. [Советы как улушить производительность рендеринга](https://developers.google.com/web/fundamentals/performance/rendering/)
10. [Управление памятью](https://developer.mozilla.org/ru/docs/Web/JavaScript/Memory_Management)
11. [Пример поиска утечки памяти](http://gent.ilcore.com/2011/08/finding-memory-leaks.html)
12. [Beyond Memory Leaks in JavaScript](https://medium.com/outsystems-experts/beyond-memory-leaks-in-javascript-d27fd48ae67e)
13. [How To Write Fast, Memory-Efficient JavaScript](https://www.smashingmagazine.com/2012/11/writing-fast-memory-efficient-javascript/)
---
Licensed under [MIT License](LICENSE.md).