Posts tagged “optimization & performance”
-
Give a hoot
As any competent JavaScript knows, it’s not cool to litter the global namespace with variables, functions, and the like. Occasionally, however, even closures won't help you trap a given variable.
-
Template-based Asset Munging in ExpressionEngine
ExpressionEngine’s mechanism for embedding one template in another can be used to speed up your site by munging your CSS and JavaScript files.