Page 1 of 1

Please give me some tips

Posted: Tue Oct 22, 2024 9:20 am
by expandillfated
What are the best practices for optimizing CMS Made Simple for faster page load times? Any tips on caching and minimizing resource-heavy plugins?

Re: Please give me some tips

Posted: Tue Oct 22, 2024 1:40 pm
by DIGI3
Most of the caching is automatic, so if you've exhausted everything else for page speed (image compression/formats, reducing scripts, etc.) then you may want to check if you have an unnecessarily high amount of database hits using https://docs.cmsmadesimple.org/configur ... mance_info

If it does seem high, especially on second page load (test while not logged into admin, or using incognito) then comment out module calls and other tags one at a time until you notice a significant drop - then focus your efforts there.