Precache a Dynamic CF Page

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default Precache a Dynamic CF Page

    I have a CF page that takes a lot of processing power to create. I would like
    to "precache" this page once a day instead of everytime the page is viewed. I
    am sure I can figured out how to create a static page once a night using the
    CFFile function, but I am wondering if there is an easier way to do this. Does
    anyone else precache dynamic pages and how?

    Pubcit Guest

  2. Similar Questions and Discussions

    1. Help with dynamic page
      I am trying to make a set of pages that when clicked on a link it will access information on a database then show it on the page. My problem is when...
    2. Dynamic XML page styled with XSL page
      I cannot make the XSL file create dynamic links properly. I wanted to link a dynamic field to another dynamic field. I can make this much happen,...
    3. dynamic menu system going to dynamic page
      please can someone help me - im at the end of my tether! ive got an access db. Its got a list of words that is to be a menu system stored in it....
    4. Linking to a Page URL from a dynamic page
      Hello I have an Access db table which contains a field called URL. I have previously <cfset display_url = #rsListHistory.URL#>. When I display...
    5. Dynamic page generation page examples?
      Hoping to add a "generate your own web service" feature to my application. I have been searching MSDN and other places for an example of .NET code...
  3. #2

    Default Re: Precache a Dynamic CF Page

    Check out cfcache:-

    [url]http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-pa8.htm#wp1097532[/url]

    It does what you want!
    Stressed_Simon Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139