From: Zoran V. <zv...@ar...> - 2006-07-13 21:03:05
|
Am 13.07.2006 um 22:53 schrieb Andrew Piskorski: > >> Right, output caching is a different thing. But wouldn't it be cool >> to have it working for ADP pages, Tcl pages, registered procs etc.? > > Yes, indeed it would... Do not forget that you get caching for free if you just move bulk of the code in Tcl procedures. First time they are run, they get byte-compiled. Just my 2 cents. Cheers Zoran |