Jake B.
Well-known member
So, we've recently encountered an issue with our compiled PAGE_CONTAINER template being > 1MB which seems to be what a lot of people are using for max_allowed_packet in their MySQL configuration. Short of removing functionality is there anything that can be done to reduce this? From what I can see it's compiling PAGE_CONTAINER along with any template that is included from page_container, and any templates those templates include and so on, which grows quite fast as more 'global' features are added.