From: Afreen Misbah Date: Tue, 26 Aug 2025 18:58:17 +0000 (+0530) Subject: mgr/dashboard: Optimize css styles.css bundle X-Git-Tag: testing/wip-vshankar-testing-20250829.190601-debug~10^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=164c1cf1cfc40607960a9b04eeb0d2644a1584aa;p=ceph-ci.git mgr/dashboard: Optimize css styles.css bundle - compresses the css bundle before sending to browser - this improves LCP value value as well Fixes https://tracker.ceph.com/issues/72742 Signed-off-by: Afreen Misbah --- diff --git a/src/pybind/mgr/dashboard/module.py b/src/pybind/mgr/dashboard/module.py index 721042602be..9ce6d12ea50 100644 --- a/src/pybind/mgr/dashboard/module.py +++ b/src/pybind/mgr/dashboard/module.py @@ -147,6 +147,7 @@ class CherryPyConfig(object): 'application/json', 'application/*+json', 'application/javascript', + 'text/css', ], 'tools.json_in.on': True, 'tools.json_in.force': True,