goblin-coders / gc-profiler
goblin-coders/gc-profiler
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 1
Forks: 0
Type:shopware-platform-plugin
Requires
- shopware/core: ~6.5.0
README
This free plugin enhances performance profiling in Shopware 6 by adding targeted profiler calls at several key points, making monitoring with Tideways or other integrations significantly easier and more effective.
The plugin enables a more precise analysis of performance bottlenecks by capturing and visualizing relevant data in the following areas:
- Entity Loaded Events: Shows when and how long specific entities are loaded, aiding in identifying bottlenecks.
- Twig Template Includes: Measures the rendering times of individual Twig templates, helping to quickly identify slow-loading templates.
- Flow Execution Times: Monitors the duration of flow processes, enabling optimized process analysis.
- Mail Creation: Provides insights into the performance of email generation, allowing better control over loading times in the communication process.
By integrating these profiler calls, it becomes easier to make targeted optimizations and closely monitor the performance of Shopware instances.
FAQ
Q: I see no difference in Tideways
A: You have to activate the Tideways
profiler integration in your shopware.yaml
shopware: profiler: integrations: - Tideways
See: https://developer.shopware.com/docs/resources/references/adr/2022-03-25-profiler-integrations.html