Skip to content

Instantly share code, notes, and snippets.

@raybogman
Last active May 20, 2017 08:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raybogman/eed93b412906d94cdffdaade9a49622e to your computer and use it in GitHub Desktop.
Save raybogman/eed93b412906d94cdffdaade9a49622e to your computer and use it in GitHub Desktop.
https://www.section.io/magento/magento2/
https://marketplace.magento.com/sectionio-metrics.html
############################################################
Make sure u got a running Magento 2 site.
############################################################
Order & Goto mailbox
1. Connect your purchases to your Magento 2 platform by using your authorization key access
(https://marketplace.magento.com/customer/accessKeys/list/)
tip: make sure your keys are stored in auth.json
2. Learn how to use the Component Manager to install newly purchased extensions.
http://example.com/setup/#/home
[http://devdocs.magento.com/guides/v2.1/comp-mgr/module-man/compman-start.html]
############################################################
Magento 2 backend
Reports > Section.io > View Site Metrics
Create account >
https://aperture.section.io/
Create application > Enter your application's hostname and we will try to figure out the origin.
TIP: Magento is configured to use the built-in Full Page Cache not Varnish. To use section.io's caching you need to change this option to "Varnish Cache" under the Full Page Cache settings in Stores Configuration
############################################################
CLI summary underneed the hood
Magento maintenance mode is enabled.
Job "setup:cache:disable []" has started
Job "update {"components":[{"name":"sectionio/metrics","version":"101.3.2"}]}" has been started
Starting composer update...
./composer.json has been updated
Job "setup:cache:enable
Job "setup:upgrade []" has started
Job "setup:static:regenerate []" has started
############################################################
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment