PHPackages                             shyim/shopware-profiler - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. shyim/shopware-profiler

Abandoned → [frosh/shopware-profiler](/?search=frosh%2Fshopware-profiler)ArchivedShopware-plugin[Debugging &amp; Profiling](/categories/debugging)

shyim/shopware-profiler
=======================

Profiling for Shopware

1.4.5(3y ago)1514.1k38MITPHPPHP &gt;=7.2

Since Jul 13Pushed 3y ago1 watchersCompare

[ Source](https://github.com/FriendsOfShopware/FroshProfiler)[ Packagist](https://packagist.org/packages/shyim/shopware-profiler)[ RSS](/packages/shyim-shopware-profiler/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (10)Dependencies (7)Versions (40)Used By (0)

Profiling
=========

[](#profiling)

[![Travis CI](https://camo.githubusercontent.com/a9ad126a57bba54252be59a774588c98944a3745a21accb6bae80424a39cc550/68747470733a2f2f6170692e7472617669732d63692e6f72672f467269656e64734f6653686f70776172652f46726f736850726f66696c65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/FriendsOfShopware/FroshProfiler)[![Download @ Community Store](https://camo.githubusercontent.com/e07b5143c4b8c7288861aab036ce810e1e4a5ef78a254245a9baecf1a1f8ea9b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f656e64706f696e742e7376673f75726c3d68747470733a2f2f6170692e667269656e64736f6673686f70776172652e64652f46726f736850726f66696c6572)](https://store.shopware.com/en/frosh14879865239f/profiler.html)

Profiling for Shopware

VersionRequirementsAvailability1.3Min. Shopware 5.2, PHP 5.6Github &amp; Community Store1.4Min. Shopware 5.6, PHP 7.2Github &amp; Community Store**Please create Pull Requests to the lowest version**

Installation
============

[](#installation)

Zip Installation package for the Shopware Plugin Manager
--------------------------------------------------------

[](#zip-installation-package-for-the-shopware-plugin-manager)

- Download the [latest plugin version](https://github.com/FriendsOfShopware/FroshProfiler/releases/latest/) (e.g. `FroshProfiler-1.3.6.zip`)
- Upload and install plugin using Plugin Manager

Git Version
-----------

[](#git-version)

- Checkout Plugin in `/custom/plugins/FroshProfiler`
- Change to Directory and run `composer install` to install the dependencies
- Install the Plugin with the Plugin Manager

Install with composer
---------------------

[](#install-with-composer)

- Change to your root Installation of shopware
- Run command `composer require frosh/shopware-profiler` and install and active plugin with Plugin Manager

Features
--------

[](#features)

### Var Dump Server

[](#var-dump-server)

Starting with 1.3.0 profiler does also support [var dump server](https://symfony.com/blog/new-in-symfony-4-1-vardumper-server) from Symfony 4.1.

#### How to use it?

[](#how-to-use-it)

- Enable var dump server in plugin config
- Open a terminal and run `./bin/console server:dump --format=html > dump.html`
- Use method `dump()` in your code and open dump.html in your Browser.

[![VarDumpServerHtml](https://camo.githubusercontent.com/3cb559fde0a2ec6fe234caaf3b4fcefbd61a2c28157dedc653c6c0031145e44f/68747470733a2f2f692e696d6775722e636f6d2f7172547447315a2e706e67)](https://camo.githubusercontent.com/3cb559fde0a2ec6fe234caaf3b4fcefbd61a2c28157dedc653c6c0031145e44f/68747470733a2f2f692e696d6775722e636f6d2f7172547447315a2e706e67)

### Adding additional stop watch events

[](#adding-additional-stop-watch-events)

```
$this->get('frosh_profiler.stop_watch')->start('Watch Name');

// Your code

$this->get('frosh_profiler.stop_watch')->stop('Watch Name');
```

Go to Performance tab, and your custom events are shown there

### JavaScript: StateManager and Event Logging

[](#javascript-statemanager-and-event-logging)

Will log ...

... PubSub events:

- subscribe (*event name*)
- unsubscribe (*event name*)
- publish (*event name, arguments*)

... Plugin registration:

- addPlugin (*plugin name, element, viewports*)
- removePlugin (*plugin name, element*)
- updatePlugin (*plugin name, element*)
- destroyPlugin (*plugin name, element*)

... Breakpoint change:

- switchPlugins (*previous/current state*)

... Plugin initialization:

- initPlugin (*plugin name, selector, event handlers*)

#### Filter

[](#filter)

You can filter output by ...

- type (available: *subscribe, unsubscribe, publish, addPlugin, removePlugin, updatePlugin, destroyPlugin, switchPlugins, initPlugin*)
- event name
- plugin name

To set filter use the javascript console and the following functions, corresponding to each filter:

```
StateDebug.setFilterType('publish');
StateDebug.setFilterEvent(['onTrackItems', 'onSetSizes']);
StateDebug.setFilterPlugin('swAjaxVariant');
```

You can pass a single filter criteria as string or an array of multiple filter criterias.

Type criterias need to be exact and valid (see above). Event and plugin name criterias can include part of the name.

To reset filter criterias call the functions without any arguments.

### Backend Profiling

[](#backend-profiling)

Backend Profiling can be enabled in plugin configuration. The Profile link can be retrieved from the Request Response Header "X-Profiler-URL"

Images
======

[](#images)

[![Browser Toolbar](https://camo.githubusercontent.com/335e7739f72f73643f014bc9be1665464eb990f2bf822a7c9278b2f49536c0ce/687474703a2f2f692e696d6775722e636f6d2f31463564386a6a2e6a7067)](https://camo.githubusercontent.com/335e7739f72f73643f014bc9be1665464eb990f2bf822a7c9278b2f49536c0ce/687474703a2f2f692e696d6775722e636f6d2f31463564386a6a2e6a7067)

[![Performance Profiling](https://camo.githubusercontent.com/0532a12af9ef6c91e20fa7e24c96905274d0f3cfd182cebe11efd3495c171dc6/687474703a2f2f692e696d6775722e636f6d2f336555577751332e706e67)](https://camo.githubusercontent.com/0532a12af9ef6c91e20fa7e24c96905274d0f3cfd182cebe11efd3495c171dc6/687474703a2f2f692e696d6775722e636f6d2f336555577751332e706e67)

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community25

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 81.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~65 days

Recently: every ~288 days

Total

36

Last Release

1361d ago

PHP version history (3 changes)1.1.4PHP ^7.0

1.3.1PHP &gt;=5.6

1.4.0PHP &gt;=7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/7c45ef9077b73fce78afbfab2fa27e611a453dd77de003e2785ac84105d02bef?d=identicon)[shyim](/maintainers/shyim)

---

Top Contributors

[![shyim](https://avatars.githubusercontent.com/u/6224096?v=4)](https://github.com/shyim "shyim (218 commits)")[![bcremer](https://avatars.githubusercontent.com/u/55820?v=4)](https://github.com/bcremer "bcremer (13 commits)")[![JoshuaBehrens](https://avatars.githubusercontent.com/u/1133593?v=4)](https://github.com/JoshuaBehrens "JoshuaBehrens (5 commits)")[![fionera](https://avatars.githubusercontent.com/u/5741401?v=4)](https://github.com/fionera "fionera (4 commits)")[![aragon999](https://avatars.githubusercontent.com/u/6317761?v=4)](https://github.com/aragon999 "aragon999 (3 commits)")[![xf-](https://avatars.githubusercontent.com/u/1295633?v=4)](https://github.com/xf- "xf- (3 commits)")[![afoeder](https://avatars.githubusercontent.com/u/1125168?v=4)](https://github.com/afoeder "afoeder (2 commits)")[![mablae](https://avatars.githubusercontent.com/u/389360?v=4)](https://github.com/mablae "mablae (2 commits)")[![avdv](https://avatars.githubusercontent.com/u/3471749?v=4)](https://github.com/avdv "avdv (2 commits)")[![jhofm](https://avatars.githubusercontent.com/u/8502402?v=4)](https://github.com/jhofm "jhofm (1 commits)")[![larsbo](https://avatars.githubusercontent.com/u/754074?v=4)](https://github.com/larsbo "larsbo (1 commits)")[![soebbing](https://avatars.githubusercontent.com/u/174161?v=4)](https://github.com/soebbing "soebbing (1 commits)")[![stefanpoensgen](https://avatars.githubusercontent.com/u/22468102?v=4)](https://github.com/stefanpoensgen "stefanpoensgen (1 commits)")[![teiling88](https://avatars.githubusercontent.com/u/4624237?v=4)](https://github.com/teiling88 "teiling88 (1 commits)")[![xndrdev](https://avatars.githubusercontent.com/u/3687475?v=4)](https://github.com/xndrdev "xndrdev (1 commits)")[![YannikSc](https://avatars.githubusercontent.com/u/29106482?v=4)](https://github.com/YannikSc "YannikSc (1 commits)")[![dependabot-support](https://avatars.githubusercontent.com/u/112581971?v=4)](https://github.com/dependabot-support "dependabot-support (1 commits)")[![dneustadt](https://avatars.githubusercontent.com/u/9033214?v=4)](https://github.com/dneustadt "dneustadt (1 commits)")[![HashtagAssist](https://avatars.githubusercontent.com/u/53903379?v=4)](https://github.com/HashtagAssist "HashtagAssist (1 commits)")[![hgiesenow](https://avatars.githubusercontent.com/u/4929980?v=4)](https://github.com/hgiesenow "hgiesenow (1 commits)")

---

Tags

pluginprofilingshopware

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/shyim-shopware-profiler/health.svg)

```
[![Health](https://phpackages.com/badges/shyim-shopware-profiler/health.svg)](https://phpackages.com/packages/shyim-shopware-profiler)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k532.1M19.4k](/packages/laravel-framework)[symfony/error-handler

Provides tools to manage errors and ease debugging PHP code

2.7k682.0M764](/packages/symfony-error-handler)[php-debugbar/php-debugbar

Debug bar in the browser for php application

4.4k26.7M62](/packages/php-debugbar-php-debugbar)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M524](/packages/shopware-core)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
