Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Cfswitch Question

New Here ,
Dec 22, 2008 Dec 22, 2008
I have a CFSWITCH statement that has grown to be quite large. My first question is will that slow the loading of my home page down? My second question is can you use XML in some way to utilize cfswitch logic? If this will speed things up.
278
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 22, 2008 Dec 22, 2008
To optimize performance of cfswitch, put the cases that are likely to occur most frequently first.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 22, 2008 Dec 22, 2008
LATEST
THANKS.... I WOULD IF THAT WERE POSSIBLE. HOWEVER ALL OF THE SWITCH STATEMTS HOLD A EQUAL VALUE.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources