Please give me some tips

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
expandillfated
New Member
New Member
Posts: 1
Joined: Tue Oct 22, 2024 9:17 am

Please give me some tips

Post 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?
Ronald Sears snow rider escape gigantic snowmen, rolling snowballs, and large trees and get gifts
User avatar
DIGI3
Dev Team Member
Dev Team Member
Posts: 1825
Joined: Wed Feb 25, 2009 4:25 am

Re: Please give me some tips

Post 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.
Not getting the answer you need? CMSMS support options
Post Reply

Return to “Developers Discussion”