I've been on a mission to optimize things in our web template, and I've been using a lot of query caching with fantastic results.
One place I think can be improved is variable assignment. We assign several variables that use CGI.SCRIPT_NAME, and I'm not sure how resource intensive that is. I'm wondering if I can use cfcache to server-cache these variables to keep them from having to be set on each page request, but the documentation on that tag isn't great.
Does anyone here have any insight or guidance?
Thanks!