mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Previously, we were running a single ORM query for every single package to check for its voted or notified states. Now, we perform a single ORM query for each of the set of voted or notified packages in relation with the request user. This improves performance drastically at the expense of some manual code additions and set-dependency; i.e. we add a bit more complexity and roundabout way of getting our data. Closes: https://gitlab.archlinux.org/archlinux/aurweb/-/issues/102 Signed-off-by: Kevin Morris <kevr@0cost.org> |
||
---|---|---|
.. | ||
account | ||
errors | ||
packages | ||
partials | ||
tos | ||
tu | ||
addvote.html | ||
dashboard.html | ||
home.html | ||
index.html | ||
login.html | ||
passreset.html | ||
pkgbase.html | ||
register.html |