Skip to content

Add caching to Output API

mattwire requested to merge mattwire/dataprocessor:outputapicaching into master

The functions getEntityNames and getActionNames were generating a lot of database queries so cache the result and only run them once.

The first commit is automated code cleanup (whitespace etc).

Merge request reports