fix: reduce the number of subqueries against Packages by preloading the existing dependencies names from AUR

This commit is contained in:
Muflone 2024-08-21 01:36:15 +02:00
parent 77ef87c882
commit 97cc6196eb
2 changed files with 12 additions and 1 deletions

View file

@ -20,7 +20,7 @@
{% endif %}
{% else -%}
</a>
{%- if dep.is_aur_package() -%}
{%- if dep.DepName in dependencies_names_from_aur -%}
<sup><small>AUR</small></sup>
{% endif %}
{% endif %}