From 8ee8c398ce5354c0ba19e7b880469b7e8b92a2ba Mon Sep 17 00:00:00 2001 From: Samir Boulahtit Date: Mon, 16 Feb 2026 20:55:52 +0100 Subject: [PATCH] perf: add defer to scripts and lazy loading to images Add defer attribute to 145 + {% endblock %} diff --git a/app/modules/billing/templates/billing/admin/billing-history.html b/app/modules/billing/templates/billing/admin/billing-history.html index f80daded..f9a9b6dc 100644 --- a/app/modules/billing/templates/billing/admin/billing-history.html +++ b/app/modules/billing/templates/billing/admin/billing-history.html @@ -203,5 +203,5 @@ {% endblock %} {% block extra_scripts %} - + {% endblock %} diff --git a/app/modules/billing/templates/billing/admin/subscription-tiers.html b/app/modules/billing/templates/billing/admin/subscription-tiers.html index df4b5ab8..cf8f891d 100644 --- a/app/modules/billing/templates/billing/admin/subscription-tiers.html +++ b/app/modules/billing/templates/billing/admin/subscription-tiers.html @@ -474,5 +474,5 @@ {% endblock %} {% block extra_scripts %} - + {% endblock %} diff --git a/app/modules/billing/templates/billing/admin/subscriptions.html b/app/modules/billing/templates/billing/admin/subscriptions.html index f8c332f4..57e49845 100644 --- a/app/modules/billing/templates/billing/admin/subscriptions.html +++ b/app/modules/billing/templates/billing/admin/subscriptions.html @@ -316,5 +316,5 @@ {% endblock %} {% block extra_scripts %} - + {% endblock %} diff --git a/app/modules/billing/templates/billing/platform/signup.html b/app/modules/billing/templates/billing/platform/signup.html index 674e5351..b7233207 100644 --- a/app/modules/billing/templates/billing/platform/signup.html +++ b/app/modules/billing/templates/billing/platform/signup.html @@ -6,7 +6,7 @@ {% block extra_head %} {# Stripe.js for payment #} - + {% endblock %} {% block content %} diff --git a/app/modules/billing/templates/billing/store/billing.html b/app/modules/billing/templates/billing/store/billing.html index 7d1df469..09fa7162 100644 --- a/app/modules/billing/templates/billing/store/billing.html +++ b/app/modules/billing/templates/billing/store/billing.html @@ -402,5 +402,5 @@ {% endblock %} {% block extra_scripts %} - + {% endblock %} diff --git a/app/modules/catalog/templates/catalog/admin/store-product-create.html b/app/modules/catalog/templates/catalog/admin/store-product-create.html index bddef428..342ea821 100644 --- a/app/modules/catalog/templates/catalog/admin/store-product-create.html +++ b/app/modules/catalog/templates/catalog/admin/store-product-create.html @@ -340,7 +340,7 @@