]> git.ipfire.org Git - thirdparty/patchwork.git/commit
REST: extend performance improvements to other parts of the API
authorDaniel Axtens <dja@axtens.net>
Tue, 17 Mar 2020 13:59:15 +0000 (00:59 +1100)
committerStephen Finucane <stephen@that.guru>
Thu, 19 Mar 2020 11:51:54 +0000 (11:51 +0000)
commit046aa155c3bf827691bab9e1df8916c969a30d54
tree03cca9705cd81d5ee631d993954cd388b184ecce
parent98a2d051372dcedb889c4cb94ebd8ed7b399b522
REST: extend performance improvements to other parts of the API

We can trivially extend what we've just done to other parts of the API.

I haven't done much by way of benchmark but we're seeing multiple 'x's
pretty much across the board when filtering.

Signed-off-by: Daniel Axtens <dja@axtens.net>
Reviewed-by: Stephen Finucane <stephen@that.guru>
patchwork/api/cover.py
patchwork/api/filters.py
patchwork/api/series.py
patchwork/tests/api/test_cover.py
patchwork/tests/api/test_series.py