https://github.com/caxy/justice-module
Integrates Justice.js to display web page performance metrics.
https://github.com/caxy/justice-module
Last synced: 5 months ago
JSON representation
Integrates Justice.js to display web page performance metrics.
- Host: GitHub
- URL: https://github.com/caxy/justice-module
- Owner: caxy
- Created: 2015-06-09T14:46:15.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-09T15:04:21.000Z (about 11 years ago)
- Last Synced: 2025-08-01T03:17:28.389Z (11 months ago)
- Size: 293 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Justice.js Module
=================
This module adds [Justice.js](https://github.com/okor/justice) script for displaying web
page performance metrics. Rendering can be restricted by Drupal permissions. Metric
budgets and other settings can be managed through the Drupal administration UI.
Requirements
------------
You must download the [Justice.js](https://github.com/okor/justice) library and install it
in this module's directory so that the module can include the script from
`justice/build/justice.min.js` relative to the module's directory.
```bash
git clone https://github.com/okor/justice.git
```
