That is assuming, of course, that the rest of core is not rewritten to utilize Views for lists of nodes. (/node, /rss.xml, and the other examples given previously in the thread. ----- Cameron Eagans Owner, Black Storms Studios, LLC http://www.blackstormsstudios.com
On Wed, Aug 12, 2009 at 10:10 PM, Earl Miles <[email protected]> wrote: > Chris Johnson wrote: > >> Few of them, except node front page. Tracker would be second most >> common, probably, even though it's slow. I'll have to admit I use the >> blog module on my personal site. >> >> Any side effects of having Views in core, e.g. loading code not used? >> That's where my biggest concern would be now. >> > > Very little of Views' code is loaded (obviously the .module file) is loaded > if no view is ever invoked on the page. And I'm sure Views would remain a > disable-able module. >
