Adding Magento 2 cronjob's jobcode to NewRelic application.
hidro/module-newrelic-cronjob
Packagist: https://packagist.org/packages/hidro/module-graylog
- Core webvital: https://github.com/hieuhidro/core-web-vitals
- Checkout my paid version of Magento 2 CWV module: https://store.solutiontutorials.com/magento-2-core-web-vital-critical-css.html
- Adding Magento 2 cronjob's jobcode to NewRelic application.
* = in production please use the --keep-generated
option
- Unzip the zip file in
app/code/Hidro
- Enable the module by running
php bin/magento module:enable Hidro_NewrelicCronjob
- Apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush
- Make the module available in a composer repository for example:
- public repository
packagist.org
- public github repository as vcs
- public repository
- Install the module composer by running
composer require hidro/module-newrelic-cronjob
- enable the module by running
php bin/magento module:enable Hidro_NewrelicCronjob
- apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush