basicrum / basicrum-analytics
BasicRUM Analytics Magento 2 module
Installs: 91
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 1
Forks: 2
Open Issues: 6
Type:magento2-module
pkg:composer/basicrum/basicrum-analytics
Requires
- php: ^8.1|^8.2|^8.3
- magento/framework: *
- magento/module-store: *
This package is auto-updated.
Last update: 2025-10-02 13:02:46 UTC
README
BasicRum Analytics is a Magento 2 extension that helps you collect and analyze real user monitoring (RUM) data for your Magento store, providing insights into your website's performance from the user's perspective.
Requirements
- Magento Open Source or Commerce version 2.3.x or higher
- PHP 7.2 or higher
Installation
composer require basicrum/basicrum-analytics bin/magento module:enable BasicRum_Analytics bin/magento setup:upgrade bin/magento cache:flush
Configuration
-
Log in to your Magento Admin Panel
-
Navigate to Stores > Configuration > BasicRum Analytics
-
Configure the following options:
- Enable Module: Set to "Yes" to enable the extension
- Beacon Endpoint: Enter the URL where the data should be sent. This will be the endpoint where a BasicRUM beacon catcher is running.
-
Click "Save Config" to apply the changes
-
Clear the cache by going to System > Cache Management and clicking "Flush Magento Cache"
Verification
To verify that the extension is working properly:
- Open your store in a web browser
- Open the browser's developer tools (F12)
- Check the Network tab for requests to the BasicRum collection endpoint
- Visit your BasicRum dashboard to confirm that data is being collected
License
This extension is released under the MIT License.