Welcome Guest, Not a member yet? Register   Sign In
Numerous CSS and Scripts Loading in Every View
#11

[eluser]slowgary[/eluser]
Each include is another HTTP request. So Xwero's approach would be ideal, rolling them into one. I worked with a company whose CMS was made to roll all the CSS files into one and name is a hash of all the files, that way every time you change which files you're combining, the name changes too. It saves your browser from caching new CSS.

My opinion is that you'd be better off combining everything and having the client download code they might not need, then to have them download 15 different files. They might have to download code they don't need, but your JS can be minified and it will likely be faster for the user having less requests and little higher filesize. Not to mention, all the CSS & JavaScript for your site will now be cached, so the user will already have what they need for new pages - sort of like prefetching.


Messages In This Thread
Numerous CSS and Scripts Loading in Every View - by El Forum - 05-18-2009, 10:51 PM
Numerous CSS and Scripts Loading in Every View - by El Forum - 05-18-2009, 10:57 PM
Numerous CSS and Scripts Loading in Every View - by El Forum - 05-18-2009, 11:33 PM
Numerous CSS and Scripts Loading in Every View - by El Forum - 05-18-2009, 11:44 PM
Numerous CSS and Scripts Loading in Every View - by El Forum - 05-18-2009, 11:55 PM
Numerous CSS and Scripts Loading in Every View - by El Forum - 05-19-2009, 01:39 AM
Numerous CSS and Scripts Loading in Every View - by El Forum - 05-19-2009, 02:13 AM
Numerous CSS and Scripts Loading in Every View - by El Forum - 05-19-2009, 02:35 AM
Numerous CSS and Scripts Loading in Every View - by El Forum - 05-19-2009, 03:13 AM
Numerous CSS and Scripts Loading in Every View - by El Forum - 05-19-2009, 06:46 AM
Numerous CSS and Scripts Loading in Every View - by El Forum - 05-19-2009, 08:08 AM
Numerous CSS and Scripts Loading in Every View - by El Forum - 05-19-2009, 08:13 AM
Numerous CSS and Scripts Loading in Every View - by El Forum - 05-19-2009, 08:19 AM
Numerous CSS and Scripts Loading in Every View - by El Forum - 05-19-2009, 08:29 AM
Numerous CSS and Scripts Loading in Every View - by El Forum - 05-19-2009, 08:50 AM
Numerous CSS and Scripts Loading in Every View - by El Forum - 05-19-2009, 09:01 AM
Numerous CSS and Scripts Loading in Every View - by El Forum - 05-19-2009, 09:07 AM
Numerous CSS and Scripts Loading in Every View - by El Forum - 05-19-2009, 09:23 AM
Numerous CSS and Scripts Loading in Every View - by El Forum - 05-19-2009, 09:28 AM
Numerous CSS and Scripts Loading in Every View - by El Forum - 05-19-2009, 09:34 AM
Numerous CSS and Scripts Loading in Every View - by El Forum - 05-19-2009, 09:37 AM
Numerous CSS and Scripts Loading in Every View - by El Forum - 05-19-2009, 09:40 AM
Numerous CSS and Scripts Loading in Every View - by El Forum - 05-19-2009, 09:43 AM
Numerous CSS and Scripts Loading in Every View - by El Forum - 05-19-2009, 10:49 AM
Numerous CSS and Scripts Loading in Every View - by El Forum - 05-19-2009, 02:06 PM
Numerous CSS and Scripts Loading in Every View - by El Forum - 05-19-2009, 02:21 PM
Numerous CSS and Scripts Loading in Every View - by El Forum - 05-19-2009, 02:26 PM
Numerous CSS and Scripts Loading in Every View - by El Forum - 05-19-2009, 02:29 PM
Numerous CSS and Scripts Loading in Every View - by El Forum - 05-19-2009, 02:33 PM
Numerous CSS and Scripts Loading in Every View - by El Forum - 05-19-2009, 02:40 PM
Numerous CSS and Scripts Loading in Every View - by El Forum - 05-19-2009, 02:41 PM
Numerous CSS and Scripts Loading in Every View - by El Forum - 05-19-2009, 11:10 PM
Numerous CSS and Scripts Loading in Every View - by El Forum - 05-20-2009, 04:30 AM
Numerous CSS and Scripts Loading in Every View - by El Forum - 05-29-2009, 08:07 AM
Numerous CSS and Scripts Loading in Every View - by El Forum - 05-29-2009, 08:47 AM
Numerous CSS and Scripts Loading in Every View - by El Forum - 05-29-2009, 09:26 AM
Numerous CSS and Scripts Loading in Every View - by El Forum - 05-30-2009, 11:22 AM



Theme © iAndrew 2016 - Forum software by © MyBB