Question
CF5 File Purging
I have a client's siet with 4200 .cfm files. There are
multitudes of includes and custom tags called from every page.
I created a table in the database with a recursive listing of every template in the site and wanted to be able to update the table when a page got called. This way, within a month or so I would now which pages are never getting called anymore. After setting this up I realized that it was not going to log includes or custom tags.
Is there a way to query the stack of pages loaded during processing? I would imagine there would be a way to do it in MX7, but I need a solution for CF5...
I created a table in the database with a recursive listing of every template in the site and wanted to be able to update the table when a page got called. This way, within a month or so I would now which pages are never getting called anymore. After setting this up I realized that it was not going to log includes or custom tags.
Is there a way to query the stack of pages loaded during processing? I would imagine there would be a way to do it in MX7, but I need a solution for CF5...