I have a page (generate.cfm) that loops through various steps to produce a slection of text output.
At present I use CFINCLUDE to prublish this my main template (index.cfm) however it makes index.cfm very slow to load.
What I would like to do is run the generate.cfm overnight and produce a static page with all the output text and then include that in the main page.
Do this makes sense. I'm sure there must be a way to do it that I just not thinking of.
Cheers
At present I use CFINCLUDE to prublish this my main template (index.cfm) however it makes index.cfm very slow to load.
What I would like to do is run the generate.cfm overnight and produce a static page with all the output text and then include that in the main page.
Do this makes sense. I'm sure there must be a way to do it that I just not thinking of.
Cheers