I’m just curious about if letting installed some snippets that are not essentials to me but handy to left installed makes sense in a common package ready to be reinstalled.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Just installing them has no impact on the front end rendering speed of your pages.
You’ll need to actually use them (ie. by including the snippet tag in one of your templates or resources so it is parsed by MODx) for it to affect load time.
You should cache snippets whenever possible –
[[snippet]]instead of[[!snippet]]– to ensure your pages load quickly and to free up server resources.