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.13(3d ago)0601↓81%[1 issues](https://github.com/swissup/module-diagnostic/issues)OSL-3.0PHPPHP ~7.4.0||~8.0.0||~8.1.0||~8.2.0||~8.3.0||~8.4.0

Since Jan 19Pushed 1mo 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 2d ago

READMEChangelog (1)Dependencies (2)Versions (14)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

50

—

FairBetter than 95% of packages

Maintenance94

Actively maintained with recent releases

Popularity15

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 51.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 ~74 days

Recently: every ~52 days

Total

13

Last Release

3d ago

### Community

Maintainers

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

![](https://avatars.githubusercontent.com/u/1327047?v=4)[Roman Chupryna](/maintainers/rommmka)[@rommmka](https://github.com/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 (9 commits)")[![dimdimich](https://avatars.githubusercontent.com/u/5389109?v=4)](https://github.com/dimdimich "dimdimich (5 commits)")[![vovayatsyuk](https://avatars.githubusercontent.com/u/306080?v=4)](https://github.com/vovayatsyuk "vovayatsyuk (1 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

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)

PHPackages © 2026

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