On 10/16/05, Stefan Kaes <skaes-hi6Y0CQ0nG0@public.gmane.org>
wrote:> Nicholas Van Weerdenburg wrote:
>
> >Are there concerns about over using partials from a perfromance
> >perspective? Nesting partials?
> >
> >My current template and pages structure is something like this:
> >
> >layout
> > partial
> > partial
> > main_content
> > partial
> > partial
> > partial
> > partial
> > partial
> > partial
> >
> >Thanks,
> >Nick
> >--
> >Nicholas Van Weerdenburg
> >_______________________________________________
> >
> >
> No. In fact, if you structure the partials in a way that makes it
> possible to cache at least some of them (the ones tthat don''t
depend on
> a login e.g.), you can expect a performance increase.
>
> -- stefan
>
> _______________________________________________
> Rails mailing list
> Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
> http://lists.rubyonrails.org/mailman/listinfo/rails
>
>
What if caching isn''t an option?
Thanks,
Nick
--
Nicholas Van Weerdenburg