ractf / core

The Django backend running RACTF wargame events.
https://docs.ractf.co.uk
GNU Affero General Public License v3.0
25 stars 9 forks source link

Possibly unused middleware: nplusone #331

Open jchristgit opened 11 months ago

jchristgit commented 11 months ago

We include the nplusone dependency, but we don't seem to use it as a middleware. Is this intentional, possibly due to performance problems?

See the official documentation at https://github.com/jmcarp/nplusone

jchristgit commented 11 months ago

We also use django-querycount which seems to do a similar thing: https://github.com/bradmontgomery/django-querycount This is installed in the middleware, though.

jchristgit commented 11 months ago

@jerbob you originally added this dependency, do you know why we don't have it configured?