Hi,
sites checking the reasons for the slow loading of my site write that I have to set their width and height for logo drawings.
The inspector shows the reason for this in the img tag for the logo.
Here are the copied tags for the two logo drawings.
<img class="logo-img" src="/images/logo-GiCh-de.webp#joomlaImage://local-images/logo-GiCh-de.webp?width=1039&height=86" alt="Geschichte & Chronologie">
<img class="logo-img" src="/images/logo-forum-de.webp#joomlaImage://local-images/logo-forum-de.webp?width=1024&height=62" alt="Geschichte & Chronologie">
There is an error in the img tag code: instead of the sign " in the width parameter, a sign '&' is generated after the number.
It must be as width="500" height="600"?
Probably, this code is formed when the template is displayed.
Please check it out.
Thanks