Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding profiling topics #16

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ The repository is created when working on the following YouTube video [PHP Devel
19. **[Editors/IDEs](https://github.com/thecodeholic/php-developer-roadmap#editorsides)**
20. **[Docker](https://github.com/thecodeholic/php-developer-roadmap#docker)**
21. **[Design Patterns](https://github.com/thecodeholic/php-developer-roadmap#design-patterns)**
22. **[Best Practices](https://github.com/thecodeholic/php-developer-roadmap#best-practices)**
23. **[TDD](https://github.com/thecodeholic/php-developer-roadmap#tdd)**
24. **[Profiling with XDebug](https://github.com/thecodeholic/php-developer-roadmap#profiling-with-xdebug)**
------

### How Internet & Websites works
Expand Down Expand Up @@ -211,3 +214,12 @@ The repository is created when working on the following YouTube video [PHP Devel
| Resource Name |Duration| Resource |
|---------------------------------------------------|--------|------------------------------|
| Test-Driven Laravel | 1h 20m | https://www.youtube.com/watch?v=MdApmmK71WM&t=2006s |

### Profiling with XDebug
| Resource Name |Duration| Resource |
|---------------------------------------------------|--------|------------------------------|
| Xdebug article | N/A | https://xdebug.org/docs/profiler |
| Xdebug 3: Modes | 4m | https://www.youtube.com/watch?v=HF61HJHEYMk |
| Xdebug 3 Profiling: 1. Setting Up | 5m | https://www.youtube.com/watch?v=ttQgLBSpVvc |
| Xdebug 3 Profiling: 2. KCachegrind tour | 6m | https://www.youtube.com/watch?v=h-0HpCblt3A |
| Xdebug 3 Profiling: 3. Analysing Data | 9m | https://www.youtube.com/watch?v=iH-hDOuQfcY |