Annotation of parser3/www/htdocs/index.html, revision 1.11
1.11 ! paf 1: @results[]
! 2: [Tue Feb 19 14:36:30 2002] string piece appends=35945, string string appends=45113
! 3: [Tue Feb 19 14:38:35 2002] string piece appends=307971[including string append-pieces], string string appends=45116
! 4: [Tue Feb 19 15:12:43 2002] string piece appends=36025, string string appends=45113, wcontext_result_size=1454388
! 5: [Tue Feb 19 15:14:00 2002] string piece appends=36025, string string appends=45113, wcontext_result_size=111876[pieces count, not size. 13bytes per piece]
! 6: [Tue Feb 19 15:19:55 2002] string piece appends=36032, string string appends=45116, wcontext_result_size=9010[calls with string results] 36M total
! 7: [Tue Feb 19 16:40:09 2002] string piece appends=36025, string string appends=3535584[bytes], wcontext_result_size=1454388, total_alloc_size=12266869
! 8:
! 9: [Tue Feb 19 17:05:07 2002] string piece appends=36025, string string appends=1903776, wcontext_result_size=783132, total_alloc_size=9922292 [no origins]
! 10: [Tue Feb 19 17:35:41 2002] string piece appends=35981, string string appends=3532334, wcontext_result_size=1452958, total_alloc_size=12263593 /stopped random
! 11: [Tue Feb 19 17:38:41 2002] string piece appends=35981, string string appends=3532334, wcontext_result_size=1452958, total_alloc_size=12153191 /à®áâ áâப¨ +1 ®â ¯à¥¤ [1%
! 12: [Tue Feb 19 18:08:59 2002] string piece appends=36225, string string appends=3327900, wcontext_result_size=1373304, total_alloc_size=11813837 /Row.item size ushort, 3%
! 13: [Tue Feb 19 18:51:24 2002] string piece appends=36021, string string appends=3286488, wcontext_result_size=1354164, total_alloc_size=11758725 /don't remember :(
! 14: [Wed Feb 20 11:21:57 2002] string piece appends=36025, string string appends=3286572, wcontext_result_size=1354188, total_alloc_size=11672569
! 15: [Wed Feb 20 11:30:11 2002] string piece appends=36025, string string appends=3286572, wcontext_result_size=1354188, total_alloc_size=11672569
! 16: [Wed Feb 20 11:36:51 2002] string piece appends=36025, string string appends=3286572, wcontext_result_size=1354188, double_appends=45107, total_alloc_size=11672569
! 17: [Wed Feb 20 11:37:32 2002] string piece appends=36025, string string appends=45107, wcontext_result_size=1354188, double_appends=45107, total_alloc_size=11672569
! 18: [Wed Feb 20 11:38:07 2002] string piece appends=36025, string string appends=45107[count], wcontext_result_size=1354188, double_appends=22465[count], total_alloc_size=11672569
! 19: [Wed Feb 20 11:39:29 2002] string piece appends=36025, string string appends=3286572[size], wcontext_result_size=1354188, double_appends=295140[size], total_alloc_size=11672569
! 20: [Wed Feb 20 11:52:36 2002] string piece appends=36025, string string appends=3286572, wcontext_result_size=1354188, double_appends=47568[double append of non-modified-lang strings], total_alloc_size=11672569
! 21: [Wed Feb 20 11:56:33 2002] string piece appends=36025, string string appends=3286572, wcontext_result_size=1354188, double_appends=47568, string_string_shortcut_economy=2538024[77% of all string to string appends; 21% of total_alloc], total_alloc_size=11672569
! 22: z
! 23:
! 24:
! 25: @main[][l]
! 26: $request[^trim[$form:request;/]]
! 27: $request[^trim[/branches/moscow/tariff/;/]]
! 28: $request[^trim[/branches/regional/;/]]
! 29: $mode[^if(def $form:mode){^trim[^form:mode.lower[]]}]
1.1 paf 30:
1.11 ! paf 31: ^if(def $form:print){
! 32: $stylesheetType[PRINT]
! 33: }{
! 34: $stylesheetType[HTML]
1.1 paf 35: }
36:
1.11 ! paf 37: $default_cache_time(3600)
! 38: $cache_cfg[^load[named;/_cache.cfg]]
! 39: ^cache_cfg.menu{
! 40: ^if($cache_cfg.url eq "//"){
! 41: ^if(!def $request){
! 42: $cache_time[$cache_cfg.time]
! 43: }
1.1 paf 44: }{
1.11 ! paf 45: ^if(^request.match[^^^trim[$cache_cfg.url;/]][]){
! 46: $cache_time[$cache_cfg.time]
! 47: }
1.1 paf 48: }
1.6 paf 49: }
1.11 ! paf 50: $cache_key[^request:query.match[^^([^^=]*=)][]{}_${platform}_${browser}_$stylesheetType]
! 51: $cache_time(^if($env:REQUEST_METHOD eq POST){0}{^if(def $cache_time){$cache_time}{$default_cache_time}})
1.6 paf 52:
1.11 ! paf 53: # дл оладки...
! 54: # ^$cache_time=$cache_time<br />^$cache_key=$cache_key
1.1 paf 55:
1.11 ! paf 56: #$hashData[^hashfile::open[$DB_HOME;data.dat]]
! 57: #^hashData.cache[$cache_key]($cache_time){
! 58: ^MAIN:pSQL.server{
! 59: $object[^engine_mdm::dataInit[$request;$stylesheetType;$mode]]
! 60: ^object.execute[]
1.1 paf 61: }
62: #}
1.11 ! paf 63: #end main
E-mail: