/prosopite-ui

A simple UI for Prosopite N+1 detector

Primary LanguageRuby

ProsopiteUI

A simple UI for Prosopite, the N+1 detector. It parses the report, automatically merges duplicates, and helps keeping track of resolved detections.

Prerequisites

  • Docker and Docker Compose must be installed. (Here an how-to for MacOS)
  • The log file must be a .zip without password protection

Setup

Import a new report

From the UI

When importing a report from the UI, it is processed async through ActiveJob. You can follow the progress here.

From the Rails Console

bin/rails 'prosopite:import[https://site.com/prosopite.log.zip]'