Getting Started

Welcome to the Stability Suite Documentation. Whether you are a new or an advanced user, you can find some useful information here.

First of all we recommend to check the following link:

  • How to install extension

How to install the extension

  1. Backup your store's database and web directory.
  2. Login to the SSH console of your server and navigate to the root directory of the Magento 2 store.
  3. Copy the installation instructions from the page My Downloadable Products to the SSH console and press ENTER.
  4. Run command php -f bin/magento module:enable Mirasvit_Core Mirasvit_Stability Mirasvit_StabilityAlert Mirasvit_StabilityConflict Mirasvit_StabilityCron Mirasvit_StabilityError Mirasvit_StabilitySnapshot Mirasvit_StabilityTiming to enable the extension.
  5. Run command php -f bin/magento setup:upgrade to install the extension.
  6. Run command php -f bin/magento cache:clean to clean the cache.
  7. Deploy static view files

    rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:static-content:deploy

  8. Make sure that native magento cronjob is configured and working correctly. Extension perform all tasks in cron.

Command Line Interface

Usage: php -f bin/magento [options]

  • mirasvit:stability:manage --cron - run cron jobs for this module only

How to upgrade extension

To upgrade the extension follow these steps:

  1. Backup your store's database and web directory.
  2. Login to the SSH console of your server and navigate to the root directory of the Magento 2 store.
  3. Run command composer require mirasvit/module-stability:* --update-with-dependencies to update current extension with all dependencies.

    Note

    In some cases the command above is not applicable, it's not possible to update just current module, or you just need to upgrade all Mirasvit modules in a bundle. In this case command above will have no effect.

    Run instead composer update mirasvit/* command. It will update all Mirasvit modules, installed on your store.

  4. Run command php -f bin/magento module:enable Mirasvit_Core Mirasvit_Stability Mirasvit_StabilityAlert Mirasvit_StabilityConflict Mirasvit_StabilityCron Mirasvit_StabilityError Mirasvit_StabilitySnapshot Mirasvit_StabilityTiming to enable the extension.
  5. Run command php -f bin/magento setup:upgrade to install updates.
  6. Run command php -f bin/magento cache:clean to clean the cache.
  7. Deploy static view files

    rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:static-content:deploy

Disabling the Extension

Temporarily Disable

To temporarily disable the extension please follow these steps:

  1. Login to the SSH console of your server and navigate to the root directory of the Magento 2 store.
  2. Run command php -f bin/magento module:disable Mirasvit_Stability to disable the extension.
  3. Login in to the Magento back-end and refresh the store cache (if enabled).

Removing the Extension

To uninstall the extension please follow these steps:

  1. Login to the SSH console of your server and navigate to the root directory of the Magento 2 store.
  2. Run the command composer remove mirasvit/module-stability to remove the extension.
  3. Login in to the Magento back-end and refresh the store cache (if enabled).

1.2.4

(2023-01-25)

Improvements

  • Added support of Magento 2.4.6

Fixed

  • console command return value

1.2.3

(2022-06-20)

Improvements

  • remove db_schema_whitelist.json

1.2.2

(2022-06-06)

Improvements

  • Migrate to declarative schema

1.2.1

(2022-05-09)

Fixed

  • PHP8.1 compatibility

1.2.0

(2022-03-14)

Fixed

  • PHP 8.1 compatibility
  • Magento versions support - 2.3, 2.4

1.1.0

(2021-05-24)

Fixed

  • Fixed a possible issue with 'out of memory' error while loading the Performance page

1.0.9

(2020-12-15)

Fixed

  • Fixed the issue with the var/stability folder overgrown in size when cron stopped working

1.0.8

(2020-09-08)

Improvements

  • Support of Magento 2.4

1.0.7

(2020-07-30)

Improvements

  • Support of Magento 2.4

1.0.6

(2020-03-17)

  • Code improvements

1.0.5

(2020-01-14)

Improvements

  • Confict detector

Fixed

  • Issue with duplicated layout

1.0.4

(2019-10-15)

Improvements

  • Cronjob

Fixed

  • Compatibility with Magento 2.3.3

1.0.3

(2019-08-28)

Fixed

  • Ability to disable Alert module

1.0.2

(2019-08-27)

Fixed

  • Issue with register new snapshots

1.0.0

(2019-08-22)

Improvements

  • Full Revision

0.0.12

(2019-01-21)

Fixed

  • Compilation issue on Magento 2.1

0.0.11

(2019-01-09)

Improvements

  • Added log level to message

0.0.10

(2018-11-30)

Fixed

  • Compatibility with Magento 2.3

0.0.9

(2018-09-13)

Fixed

  • Grid issue with recent errors
  • Issue with summarization

0.0.8

(2018-08-30)

Improvements

  • Recent Errors

0.0.7

(2018-08-24)

Fixed

  • Issue with snapshot data

0.0.6

(2018-08-07)

Fixed

  • Changed collect ajax from POST to GET (prevent login issues)

0.0.5

(2018-07-03)

Fixed

  • Undefined index

0.0.4

(2018-06-20)

Improvements

  • Notification

Fixed

  • Issue when closed snapshot was not created

0.0.3

(2018-06-14)

Improvements

  • CSS

0.0.2

(2018-06-14)

Improvements

  • Module version based on composer version

Fixed

  • Issue with tests
  • Menu

0.0.1

(2018-06-12)

Initial release