Two more points:
The css file you quoted is not the one used by a default installation. You may already be using template overrides. Here are the css links from one of my sites:
You need to be aware of the json files such as templates/cassopeia/joomla.asset.json which makes sure the
dependencies are loaded.
Your question was useful: I had not realised Lighthouse can be used from the command line. I will use it more often now and probably fix more problems even though my site performance score is 99%.
The css file you quoted is not the one used by a default installation. You may already be using template overrides. Here are the css links from one of my sites:
Code:
<link href="/media/system/css/joomla-fontawesome.min.css?08a292909ea826e083c404a94d5255ff" rel="lazy-stylesheet" /><noscript><link href="/media/system/css/joomla-fontawesome.min.css?08a292909ea826e083c404a94d5255ff" rel="stylesheet" /></noscript><link href="/media/com_jdocmanual/css/jdocmanual.css?08a292909ea826e083c404a94d5255ff" rel="stylesheet" /><link href="/media/templates/site/cassiopeia/css/template.min.css?08a292909ea826e083c404a94d5255ff" rel="stylesheet" /><link href="/media/templates/site/cassiopeia/css/global/colors_standard.min.css?08a292909ea826e083c404a94d5255ff" rel="stylesheet" /><link href="/media/templates/site/cassiopeia/css/vendor/joomla-custom-elements/joomla-alert.min.css?0.2.0" rel="stylesheet" /><link href="/media/templates/site/cassiopeia/css/user.css?08a292909ea826e083c404a94d5255ff" rel="stylesheet" />
dependencies are loaded.
Your question was useful: I had not realised Lighthouse can be used from the command line. I will use it more often now and probably fix more problems even though my site performance score is 99%.
Statistics: Posted by ceford — Wed Apr 24, 2024 4:20 am