PHPackages                             frosh/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. frosh/shopware-profiler

AbandonedArchivedShopware-plugin[Debugging &amp; Profiling](/categories/debugging)

frosh/shopware-profiler
=======================

Profiling for Shopware

1.4.5(3y ago)152125.0k↓45.8%39MITPHPPHP &gt;=7.2

Since Jul 13Pushed 3y ago23 watchersCompare

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

READMEChangelog (10)Dependencies (7)Versions (39)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

45

—

FairBetter than 93% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity50

Moderate usage in the ecosystem

Community29

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

1319d 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/frosh-shopware-profiler/health.svg)

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

###  Alternatives

[php-debugbar/php-debugbar

Debug bar in the browser for php application

4.4k21.3M40](/packages/php-debugbar-php-debugbar)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k5](/packages/elgg-elgg)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[laracraft-tech/laravel-xhprof

Easy XHProf setup to profile your laravel application!

235321.4k](/packages/laracraft-tech-laravel-xhprof)

PHPackages © 2026

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