[Flow] CSS file only for one view
Rémy DANIEL
dogawaf at no-log.org
Wed Apr 15 23:40:13 CEST 2015
Hi
One large CSS : one download, browser waiting for only one request.
Multiple CSS : multiple download, browser waiting for multiple requests,
then cached on the client.
So... it depends on the filesize of your "standalone" css file, and if your
visitor needs this file at least 2 times.
But, generaly, one css file, minified, gzipped, with good cache headers is
preferable, because it will spend less request and speed the page rendering.
Cheers
--
Rémy
2015-04-15 19:45 GMT+02:00 David Sporer <david.sporer at gmail.com>:
> Hi,
>
> is it possible to add a CSS file only for one view or is it suggested to
> always use one minified css file that contains all styles even for large
> projects?
>
> Regards,
> David
> _______________________________________________
> Flow mailing list
> Flow at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow
>
More information about the Flow
mailing list