How ColdFusion processes pages

The following steps explain how the ColdFusion server processes a ColdFusion page:

  1. The ColdFusion server looks at the content of the page and searches for the following ColdFusion instructions:
  2. If the ColdFusion server finds any HTML or plain text in the page, the ColdFusion server returns it to the web server unchanged.
  3. The ColdFusion server processes all the ColdFusion instructions found, and returns any remaining results to the web server. The web server then sends the entire output to the browser.