PHPackages                             swissup/module-diagnostic - 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. swissup/module-diagnostic

ActiveMagento2-module[Debugging &amp; Profiling](/categories/debugging)

swissup/module-diagnostic
=========================

Swissup Diagnostic Module

1.0.11(2mo ago)0389↓50%[1 issues](https://github.com/swissup/module-diagnostic/issues)OSL-3.0PHP

Since Jan 19Pushed 2mo ago3 watchersCompare

[ Source](https://github.com/swissup/module-diagnostic)[ Packagist](https://packagist.org/packages/swissup/module-diagnostic)[ RSS](/packages/swissup-module-diagnostic/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (12)Used By (0)

Swissup Diagnostic Module for Magento 2
=======================================

[](#swissup-diagnostic-module-for-magento-2)

The Swissup Diagnostic module is a tool designed for Magento 2 store owners and developers to gather essential information about their Magento environment. This command-line utility provides an overview of the PHP, Magento, and server-related details.

Key Features:
-------------

[](#key-features)

- **Environment Information:** Details such as PHP version, Magento version, Composer version, and server user information.
- **Folder Structure Check:** Verify if any default Magento and Swissup modules/themes were not overwritten.
- **Magento 2 Theme Data:** Display a table of Magento 2 themes to check if no **virtual** themes exist.
- **Fixing the virtual themes**
- **Assets Optimization Manager:** Enable/disable JS and CSS merge and minification settings.
- **Module Management:** Disable/enable all Swissup modules or 3rd-party modules while preserving their original state.

Usage:
------

[](#usage)

Execute the following commands to use the diagnostic tools:

```
# Display environment and system information
bin/magento swissup:info

# Fix virtual themes
bin/magento swissup:info:virtualfix

# Manage JS/CSS optimization settings
bin/magento swissup:info:assets

# Enable all optimizations (merge and minify JS/CSS/HTML)
bin/magento swissup:info:assets --enable-all

# Disable all optimizations
bin/magento swissup:info:assets --disable-all

# Enable specific settings
bin/magento swissup:info:assets --merge-css=1 --minify-css=1
bin/magento swissup:info:assets --merge-js=1 --minify-js=1
bin/magento swissup:info:assets --bundle-js=1 --minify-html=1

# Disable specific settings
bin/magento swissup:info:assets --merge-css=0 --minify-js=0

# Disable all currently enabled Swissup modules (saves state for later restoration)
bin/magento swissup:info:disable-swissup

# Enable previously disabled Swissup modules (restores original state)
bin/magento swissup:info:enable-swissup

# Disable all currently enabled 3rd-party modules, except Magento_ and Swissup_ (saves state for later restoration)
bin/magento swissup:info:disable-thirdparty

# Enable previously disabled 3rd-party modules (restores original state)
bin/magento swissup:info:enable-thirdparty
```

Installation
------------

[](#installation)

### For clients

[](#for-clients)

There are several ways to install extension for clients:

1. If you've bought the product at Magento's Marketplace - use [Marketplace installation instructions](https://docs.magento.com/marketplace/user_guide/buyers/install-extension.html)
2. Otherwise, you have two options:
    - Install the sources directly from [our repository](https://docs.swissuplabs.com/m2/extensions/diagnostic/installation/composer/) - **recommended**
    - Download archive and use [manual installation](https://docs.swissuplabs.com/m2/extensions/diagnostic/installation/manual/)

### For developers

[](#for-developers)

Use this approach if you have access to our private repositories!

```
composer config repositories.swissup composer https://docs.swissuplabs.com/packages/
composer require swissup/module-diagnostic:dev-master --prefer-source
bin/magento setup:upgrade
```

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance86

Actively maintained with recent releases

Popularity17

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 55.2% 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 ~77 days

Recently: every ~28 days

Total

11

Last Release

72d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/33aea824c2948821ee367ad65fab9d355c71d86ce4ff021a40882a410f14ef94?d=identicon)[swissup](/maintainers/swissup)

![](https://www.gravatar.com/avatar/2ab4f2dec3a1f190e9cb29a563d9c6b41827f55fe46099c69d8eef177de8b624?d=identicon)[rommmka](/maintainers/rommmka)

---

Top Contributors

[![rommmka](https://avatars.githubusercontent.com/u/1327047?v=4)](https://github.com/rommmka "rommmka (16 commits)")[![ci-swissuplabs](https://avatars.githubusercontent.com/u/40459861?v=4)](https://github.com/ci-swissuplabs "ci-swissuplabs (8 commits)")[![dimdimich](https://avatars.githubusercontent.com/u/5389109?v=4)](https://github.com/dimdimich "dimdimich (5 commits)")

### Embed Badge

![Health badge](/badges/swissup-module-diagnostic/health.svg)

```
[![Health](https://phpackages.com/badges/swissup-module-diagnostic/health.svg)](https://phpackages.com/packages/swissup-module-diagnostic)
```

###  Alternatives

[symfony/stopwatch

Provides a way to profile code

2.8k387.2M918](/packages/symfony-stopwatch)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k29](/packages/fruitcake-laravel-debugbar)[jokkedk/webgrind

Webgrind is a Xdebug profiling web frontend in PHP5. It implements a subset of the features of kcachegrind and installs in seconds and works on all platforms. For quick'n'dirty optimizations it does the job.

3.3k193.0k](/packages/jokkedk-webgrind)[koriym/printo

An object graph visualizer.

1421.8M2](/packages/koriym-printo)[soloterm/dumps

A Laravel command to intercept dumps from your Laravel application.

125285.7k3](/packages/soloterm-dumps)[beyondcode/helo-laravel

HELO Laravel debug helper

90360.1k](/packages/beyondcode-helo-laravel)

PHPackages © 2026

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