dreikern/scalecommerce-insights

ScaleCommerce Insights module by dreikern GmbH

v1.0.0 2021-04-18 19:56 UTC

This package is not auto-updated.

Last update: 2024-05-28 09:43:15 UTC


README

This module provides:

  • request meta data collected by ScaleCommerce

Usage

This assumes you have an officially supported OXID eShop compilation

Install

$ composer require dreikern/scalecommerce-insights

After requiring the module, you need to activate it, either via OXID eShop admin or CLI.

$ ./bin/oe-console oe:module:activate dreikern_scalecommerce_insights

How to use

After enabling the module, every request served by OXID eShop is enhanced with the following headers:

x-sc-app-product: OXID eShop
x-sc-app-edition: CE
x-sc-app-version: 6.2.3
x-sc-controller: alist
x-sc-memory-peak-usage: 2097152

Make sure to remove these headers in your loadbalancer solution, so you don't expose them to the public.

License

GPLv3, see LICENSE file.