Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -r1.542.2.128 -r1.542.2.129 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 2 Jan 2022 18:04:25 -0000 1.542.2.128 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 2 Jan 2022 18:07:48 -0000 1.542.2.129 @@ -3796,8 +3796,9 @@ PageInstance proc get_short_spec_from_form_constraints {-name -form_constraints} { # - # For the time being we cache the form_constraints. Without - # caching, the proc takes 87 microseconds + # For the time being we cache the parsed form_constraints. Without + # caching, the proc takes 87 microseconds, with chaching, it is + # significantly faster. # # via ns_cache {6.153537846215379 microseconds per iteration} # via nsv {3.865795920407959 microseconds per iteration}