Yes, I could easily do that. If each page on the site had to run through a
structure containing 300 items, would this significantly decrease the
loading time?



> -----Original Message-----
> From: Dave f [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 23, 2001 3:35 PM
> To: CF-Talk
> Subject: Re: How fast does CF process arrays/swucth statements?
>
>
> How about a structure? Readily comprehensible  for when you come
> back to it
> 6 months later.
>
>
> ----- Original Message -----
> From: "Steve Vosloo" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Wednesday, May 23, 2001 4:13 AM
> Subject: How fast does CF process arrays/swucth statements?
>
>
> > I am coding a single Header custom tag for all the pages in a large
> "static"
> > site. Some of the pages will contain breadcrumb navigation at
> the top. As
> a
> > parameter I can send through the breadcrumb title and URL to the custom
> tag,
> > e.g.
> >
> > <cf_header bc_title="About" bc_URL="about.cfm">
> >
> > I would prefer only to send through the title and have the header lookup
> the
> > associated URL. In a site that will have a few hundred pages, is this a
> > viable option in terms of overhead for the header.cfm page?
> >
> > I could use a 2 dim array, or a large Switch/Case statement.
> >
> > Any ideas?
> >
> >
> > Development Manager
> > Vardus Internet Solutions (SA)
> >
> > Tel: (+27) 21 670 9880
> > Fax: (+27) 21 674 4549
> >
> > Email: [EMAIL PROTECTED]
> > Website: www.vardus.com
> >
> >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to