With a good template, they usually have the responsive design built in these days. Cassiopeia is such a template. Try it and see. We can't help much if we can't see your site in order to make suggestions.
Personally I don't use any extensions to optimise my sites, I code the appropriate CSS to do so or use the functionality built into my template that caters for the responsive design on different devices.
Two places to start - or at least, read and understand the concepts of @media queries
https://www.w3schools.com/cssref/css3_pr_mediaquery.php
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
The @media queries allow you to define (in CSS) a set of specific screen resolutions e.g. for iPhone.
But why specifically only iPhone - why not all mobile / smartphones that are capable of accessing the internet?
There are joomla extension solutions such as
https://extensions.joomla.org/extension/responsivizer/ and possibly more.
You could also use something like gmetrix or PageSpeed Insights (https://gtmetrix.com/or https://pagespeed.web.dev/) to generate a report, which lists suggestions for optimising the site for better speed, loading, performance.
Personally I don't use any extensions to optimise my sites, I code the appropriate CSS to do so or use the functionality built into my template that caters for the responsive design on different devices.
Two places to start - or at least, read and understand the concepts of @media queries
https://www.w3schools.com/cssref/css3_pr_mediaquery.php
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
The @media queries allow you to define (in CSS) a set of specific screen resolutions e.g. for iPhone.
But why specifically only iPhone - why not all mobile / smartphones that are capable of accessing the internet?
There are joomla extension solutions such as
https://extensions.joomla.org/extension/responsivizer/ and possibly more.
You could also use something like gmetrix or PageSpeed Insights (https://gtmetrix.com/or https://pagespeed.web.dev/) to generate a report, which lists suggestions for optimising the site for better speed, loading, performance.
Statistics: Posted by AMurray — Wed Sep 18, 2024 11:31 am