Reply to thread

Realistically there's only one call per page, the core css is split out and shared between all pages, so only the first page load by a new user will actually trigger it. The css is also already being cached and only updated when you update certain things, such as addons, templates, etc., so the php processing is really just loading the cache.


Back
Top Bottom