From 8aba0fa474f55374d1396db907d58c4a69128b21 Mon Sep 17 00:00:00 2001 From: MuriloChianfa Date: Sun, 1 Jan 2023 16:59:33 -0300 Subject: [PATCH 1/2] Adding forgotten topics --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c882e9e..2baf578 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ 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)** ------ ### How Internet & Websites works From f675e9a87f41678ff0ec5fbe3e3a3c08bdef9785 Mon Sep 17 00:00:00 2001 From: MuriloChianfa Date: Sun, 1 Jan 2023 17:04:58 -0300 Subject: [PATCH 2/2] Adding profilling topics --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2baf578..3c8ee7a 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ The repository is created when working on the following YouTube video [PHP Devel 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 @@ -213,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 |