how to speed up joomla 3.8.5

Discussion regarding Joomla! 3.x Performance issues.

Moderator: 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.
Locked
lounis_hamza
Joomla! Apprentice
Joomla! Apprentice
Posts: 10
Joined: Wed Feb 07, 2018 4:55 pm

how to speed up joomla 3.8.5

Post by lounis_hamza » Sat Feb 10, 2018 4:12 pm

how to speed up 3.8.5 whith my dashboard because i can't controle my hosting provider setting
i use gzip compression , and cach , my js css is compreesd and Minified images are optimised
what else i miss
my joomla 3.8.5
PHP 7.0.12

User avatar
Per Yngve Berg
Joomla! Master
Joomla! Master
Posts: 30878
Joined: Mon Oct 27, 2008 9:27 pm
Location: Romerike, Norway

Re: how to speed up joomla 3.8.5

Post by Per Yngve Berg » Sat Feb 10, 2018 4:22 pm

Update to php 7.1

urgan38
Joomla! Apprentice
Joomla! Apprentice
Posts: 15
Joined: Sat Dec 30, 2017 5:51 pm

Re: how to speed up joomla 3.8.5

Post by urgan38 » Thu Mar 15, 2018 11:51 pm

If you cannot control the settings from your hoster not much I would say. But you can ask them to upgrade to php7.1 and you can also ask them to setup a redis memory cache for joomla.

Both would speed the beast up.

swapna_021
Joomla! Apprentice
Joomla! Apprentice
Posts: 7
Joined: Wed Mar 07, 2018 2:13 pm

Re: how to speed up joomla 3.8.5

Post by swapna_021 » Mon Mar 19, 2018 6:23 am

how to speed up 3.8.5 whith my dashboard because i can not control my hosting provider setting i use gzip compression , and cach , my js css is compreesd and Minified images are optimised what else i miss my joomla 3.8.5. PHP 7.0.12

User avatar
ribo
Joomla! Virtuoso
Joomla! Virtuoso
Posts: 3507
Joined: Sun Jan 03, 2010 8:47 pm
Contact:

Re: how to speed up joomla 3.8.5

Post by ribo » Mon Mar 19, 2018 10:45 am

swapna_021 wrote:how to speed up 3.8.5 whith my dashboard because i can not control my hosting provider setting i use gzip compression , and cach , my js css is compreesd and Minified images are optimised what else i miss my joomla 3.8.5. PHP 7.0.12
Update to joomla 3.8.6 first
chat room spontes : http://www.spontes.com

AcerPK
Joomla! Apprentice
Joomla! Apprentice
Posts: 7
Joined: Mon Mar 26, 2018 12:06 pm

Re: how to speed up joomla 3.8.5

Post by AcerPK » Mon Mar 26, 2018 1:09 pm

You can use redis memory cache as advised here, also setup local caching in the .htaccess file.
to Enable G-zip.


<IfModule mod_deflate.c>
# Compress HTML, CSS, JavaScript, Text, XML and fonts
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
AddOutputFilterByType DEFLATE application/x-font
AddOutputFilterByType DEFLATE application/x-font-opentype
AddOutputFilterByType DEFLATE application/x-font-otf
AddOutputFilterByType DEFLATE application/x-font-truetype
AddOutputFilterByType DEFLATE application/x-font-ttf
AddOutputFilterByType DEFLATE application/x-javascript
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE font/opentype
AddOutputFilterByType DEFLATE font/otf
AddOutputFilterByType DEFLATE font/ttf
AddOutputFilterByType DEFLATE image/svg+xml
AddOutputFilterByType DEFLATE image/x-icon
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/javascript
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/xml

# Remove browser bugs (only needed for really old browsers)
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
Header append Vary User-Agent
</IfModule>

virajshah125
Joomla! Apprentice
Joomla! Apprentice
Posts: 7
Joined: Sat Apr 14, 2018 2:31 pm

Re: how to speed up joomla 3.8.5

Post by virajshah125 » Sat Apr 14, 2018 2:50 pm

Update to latest Joomla version.
You should use plugins for compressing your images and other data.
Minimize your caches.

User avatar
Slackervaara
Joomla! Ace
Joomla! Ace
Posts: 1115
Joined: Sat Aug 13, 2011 6:27 am

Re: how to speed up joomla 3.8.5

Post by Slackervaara » Tue Jul 24, 2018 5:53 pm

I recommend looking in error log. When I started with php 7.1 I had enormous amounts of errors from Kide Shoutbox and also a lot of errors from JComments. I had to substitute them with newer extensions adapted for PHP 7. Kide gave so much errors that the error log was 50 MB in a couple of hours. This consumed a lot of CPU and memory that led to that my host suspended the site and I had to find a new host.


Locked

Return to “Performance - Joomla! 3.x”