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

Coldfusion 8 Perfomance

New Here ,
May 09, 2008 May 09, 2008

Copy link to clipboard

Copied

Who here has had issues here and what did you do about it? I'd like to get a good list of all the possible approaches and solutions here. There's some good general information here: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_17054
However, I'd like to hear from some others who have recently struggled with this and can provide more detailed information about solutions.
TOPICS
Advanced techniques

Views

312

Translate

Translate

Report

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
Advisor ,
May 09, 2008 May 09, 2008

Copy link to clipboard

Copied

I have read that CF8, when the bundled JVM is used, has performance issues when serving sites that rely on large numbers of CFCs.

http://www.corfield.org/blog/index.cfm/do/blog.entry/entry/Java_6_and_ColdFusion_8

http://www.compoundtheory.com/?action=displayPost&ID=270

Votes

Translate

Translate

Report

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 ,
May 23, 2008 May 23, 2008

Copy link to clipboard

Copied

I'd like to share something I recently found that made a huge difference for me: scopecache custom tag. We used it to to cache code fragments that were particularly slow. Now, we have these code fragments including html and all loaded in RAM and our pages run a million times faster. Before our site would get very slow when more than a few users were hitting pages that required a lot of database calls that ran hundreds of times inside a cfloop tag.

Votes

Translate

Translate

Report

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
Community Expert ,
May 25, 2008 May 25, 2008

Copy link to clipboard

Copied

LATEST
Google 'Coldfusion 8' and 'performance'.

Votes

Translate

Translate

Report

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
Documentation