Community contributed extensions

jpastats [jpastats] module

This module is for the Play 1.x series only.

Record how many database queries were executed during a request. It has tags to show this and some other numbers on your pages. Additionally, it can also output these numbers in the response headers, so you can also see it for Ajax
requests etcetera.

https://github.com/eamelink/play-jpastats/

Written by Erik Bakker.

Published releases

0.9 Feb 01 2012 Documentation Try Play

To install locally this module use the install command:

play install jpastats-{version}

To add this module as dependency of your application, add it to the dependencies.yml file:

require:
        - play -> jpastats {version}