Optimizing for core web vitals / slow server response
Moderators: General Support Moderators, General Support Moderators
Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
-
- Joomla! Fledgling
- Posts: 1
- Joined: Tue Dec 29, 2020 9:13 pm
Optimizing for core web vitals / slow server response
Hello, we have a joomla website (https://greeking.me) that does not pass the core web vitals test. We are on a shared server hosting and the server response time is 3-3,5 seconds. Any suggestions about a new hosting plan, ideas for making our joomla website faster? Many thanks in advance.
- andypooz
- Joomla! Guru
- Posts: 727
- Joined: Sat Dec 30, 2006 3:03 pm
- Location: London, UK
- Contact:
Re: Optimizing for core web vitals / slow server response
Plenty has been written about this already. If you google 'optimise/speed up joomla site' you'll get plenty of detailed answers. What works for you depends on the particulars of your website (including hosting and components used) and will require some investigation into what is causing the slow down in your case. Some measures are a matter of reconfiguration or patching, others are system plugins that combine css/js. Moving to a VPS or dedicated server usually helps too, budget allowing.
If you're unsure, there are also services that will analyse your site and implement changes to speed things up. If you go down this route, ensure they are promising to optimise a Joomla site in particular.
If you're unsure, there are also services that will analyse your site and implement changes to speed things up. If you go down this route, ensure they are promising to optimise a Joomla site in particular.
-
- Joomla! Enthusiast
- Posts: 204
- Joined: Fri Oct 10, 2008 9:03 pm
- Contact:
Re: Optimizing for core web vitals / slow server response
if you are on plesk or cpanel swap your php handler to PHP-FPM and this will reduce time to TTFB.
it is mod_php that is slow.
also caching will speed things up but that is a bit of a cheat.
lastly make sure your site is https and your server is http/2 capable
it is mod_php that is slow.
also caching will speed things up but that is a bit of a cheat.
lastly make sure your site is https and your server is http/2 capable
- Per Yngve Berg
- Joomla! Master
- Posts: 27558
- Joined: Mon Oct 27, 2008 9:27 pm
- Location: Romerike, Norway
Re: Optimizing for core web vitals / slow server response
Enable OP cache in php. That will speed up execution time.
-
- Joomla! Enthusiast
- Posts: 204
- Joined: Fri Oct 10, 2008 9:03 pm
- Contact:
Re: Optimizing for core web vitals / slow server response
Do you mean enable this on the server? or have I missed a setting in php.ini?Per Yngve Berg wrote: ↑Mon Jan 25, 2021 8:18 amEnable OP cache in php. That will speed up execution time.
- Per Yngve Berg
- Joomla! Master
- Posts: 27558
- Joined: Mon Oct 27, 2008 9:27 pm
- Location: Romerike, Norway