From: Afreen Misbah Date: Tue, 26 Aug 2025 18:58:17 +0000 (+0530) Subject: mgr/dashboard: Optimize css styles.css bundle X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F65247%2Fhead;p=ceph.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 721042602be2..9ce6d12ea503 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,