Skip to content

eliskovets/backoffice

 
 

Repository files navigation

Basic RUM - backoffice

(open source Real User Web Performance Monitoring System)

The backoffice of Basic RUM. A system written on Symfony 5 that aims to help performance enthusiasts to look at performance metrics and identify performance bottlenecks. Hooray!

alt Basic RUM dashboard

I want to contribute!

Checkout the contributors notes

Installation:

The instruction below are applicable only for development but still incomplete for production. This installation will be automatically initialized with demo database. Init script will ask you to create an admin user during the process of installation.

git clone git@github.com:basicrum/backoffice.git
cd backoffice
make init

If you would like to preload some data, you can do it by executing :

make demo

Accessing Basic RUM and its local database:

Mac OS with docker machine: Run docker-machine ip and load http://(put docker ip here):8086

Once logged in you can create new users. For that click humburger menu in top left corner and click to Manage Users. And there click create user button in order to create your first user.

Key features:

  • Performance over time by Mobile, Tablet and Desktop devices.
  • Diagram Generator by metrics like time to first paing, time to first byte, document ready and etc.
  • Waterfall visualization of loaded page resources
  • Device distribution diagram.
  • Boomerang JS agent builder.
  • Adding release dates in order to track performance changes before and after releases.
  • and more...

Performance over time:

alt Perofrmance over time by devices

Diagram Generator

alt Diagram Generator - Time To First Paint

Waterfall visualization

alt Page Resouces waterfall diagram

Boomerang JS - Agent Builder

alt Boomerang JS - Agent Builder

About

Backoffice of Basic RUM which serves performance enthusiasts look at waterfall diagrams and generate some diagrams on their own. Hooray!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 49.9%
  • JavaScript 28.9%
  • HTML 18.0%
  • CSS 2.7%
  • Makefile 0.3%
  • Dockerfile 0.1%
  • Shell 0.1%