nicholas sollecito
Member since Dec 11, 2008
- Profile: /members/2603-nicholas-sollecito.htm
- URL: http://nicksollecito.com
- Comments: 3
Recent Blog Comments By nicholas sollecito
-
Winners Of My 1,000th ColdFusion Post
Posted on Jan 27, 2009 at 6:35 PM
This is all backwards... Ben, the community owes you a huge debt for your hard work and dedication. I've said it many times and I'll say it again, THANK YOU! Next time I'm in New York, I'd like to take you out for a beer or three ;-)... read more »
-
Experimenting With Flat-File ColdFusion CFML Caching
Posted on Dec 5, 2008 at 1:25 PM
@Ben My understanding when I was researching this some time ago, is that ColdFusion loads a lot of packaged java libraries when you use cffile, many of which can be unnecessary depending on what you're doing. If you have 6-7 cached instances on a page load, then the difference really adds up fast @... read more »
-
Experimenting With Flat-File ColdFusion CFML Caching
Posted on Dec 5, 2008 at 11:02 AM
I'm using file-based partial page caching to store generated static content on a large/high-load site and it performs very well. When I was working on the project, I had quite a few very large, slow queries and chose security over performance... using cfqueryparam, I needed another way to cache the... read more »