The templates are too large with too many loops, it would probably help to make sub-templates or views for the 'popups' and not actually create them until they need to be shown. This should improve the performance drasticaly, and should also help to organize the templates.
The templates are too large with too many loops, it would probably help to make sub-templates or views for the 'popups' and not actually create them until they need to be shown. This should improve the performance drasticaly, and should also help to organize the templates.