home / User details of Checkomated



 ------------------- 

found 453 debug messages

0.000063 - GLOBAL::include                      -> config.php
0.000222 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotDatabase.php
0.000261 - dotDatabase::getInstance             -> connection: database
0.000280 - dotDatabase::__construct             -> connection: database
0.000304 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.page.php
0.000330 - page::getInstance                    -> do
0.000367 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotSession.php
0.000391 - dotSession::getInstance              -> do
0.000408 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user.php
0.000443 - dotSession::start                    -> ---- init
0.000476 - dotSession::start                    -> start php session managment
0.812601 - dotSession::start                    -> finished php session management
0.812630 - dotSession::start                    -> check for security options
0.812693 - dotSession::start                    -> lookup ip2country
0.812713 - dotDatabase::connect                 -> dotlan.app@5.75.134.22
0.828032 - dotDatabase::select                  -> database: dotlan_database
0.835688 - dotDatabase::query                   -> SELECT `code` FROM `country_ip2code` WHERE 59084207 BETWEEN ip_from AND ip_to
0.843970 - dotSession::start                    -> update current session online user infos
0.844066 - dotDatabase::query                   -> UPDATE session SET lastactivity = 1746422215, userid = 0, site = 'https://dev.switzerlan.ch/user/?action=events&id=2251', host = '3.133.141.175', dns = '3.133.141.175', countrycode = '', hits = hits + 1 WHERE hash = 'cqe5t4ipu3261c1vt1f2srej43'
0.849724 - dotSession::start                    -> session found in DB
0.849765 - dotSession::load_locales             -> do
0.849822 - dotSession::load_locales             -> chosing language for locales: en_US.UTF-8
0.849835 - dotSession::start                    -> ---- finished with session startup
0.849861 - dotSession::load_user                -> id: 0
0.849872 - user::get_user                       -> id: >0<
0.849892 - dotDatabase::getInstance             -> connection: database
0.849953 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.styles.php
0.849988 - styles::load                         -> name: ><
0.850014 - styles::load                         -> include: /var/www/html/swilan-dev/2024/www/html/templates/2024_switzerlan/styles/2024_switzerlan.php
0.850287 - styles::activate                     -> style = 2024_switzerlan
0.850470 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.admin.php
0.850492 - admin::getInstance                   -> do
0.850502 - dotSession::getInstance              -> do
0.850515 - admin::__construct                   -> user_id=0
0.850526 - user::load_settings                  -> load current user settings to $global
0.850543 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.prvmsg.php
0.850572 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.event.php
0.850601 - EVENT::comming_event                 -> return
0.850616 - dotDatabase::query                   -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) > 1746422215 AND active=1 ORDER by begin ASC
0.855364 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.sitzplan.php
0.855430 - GLOBAL::end global.php               -> ---------------------------------------------
0.855453 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_frontend.php
0.855523 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_profile.php
0.855554 - user::get_user                       -> id: >2251<
0.855570 - dotDatabase::getInstance             -> connection: database
0.855592 - dotDatabase::query                   -> SELECT *, UNIX_TIMESTAMP(geb) AS geb_unix FROM user WHERE id = 2251 ORDER by id DESC
0.860380 - USER_FUNCTIONS::display_details      -> id:2251
0.860512 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.html.php
0.860577 - GLOBAL::include                      -> custom.user.php
0.860815 - HTML::template                       -> template: >user_profile_inner_bit4<
0.860949 - dotDatabase::query                   -> SELECT zahl_typ, sitz_nr, sitz_id, sitz_block AS block, event_id, events.name, UNIX_TIMESTAMP(events.begin) AS begin, UNIX_TIMESTAMP(events.end) AS end FROM event_teilnehmer LEFT JOIN events ON event_teilnehmer.event_id=events.id WHERE user_id=2251 AND active=1 ORDER by events.begin DESC
0.865901 - EVENT::load_event_status             -> load event_status to $this
0.865937 - dotDatabase::query                   -> SELECT * FROM event_status ORDER by id ASC
0.870852 - HTML::template                       -> template: >user_profile_inner_bit4<
0.870998 - HTML::template                       -> template: >user_profile_inner_bit4<
0.871092 - HTML::template                       -> template: >user_profile_inner_bit4<
0.871169 - HTML::template                       -> template: >user_profile_inner_bit4<
0.871258 - HTML::template                       -> template: >user_profile_inner_bit4<
0.871334 - HTML::template                       -> template: >user_profile_inner_bit4<
0.871407 - HTML::template                       -> template: >user_profile_inner_bit4<
0.871483 - HTML::template                       -> template: >user_profile_inner_bit4<
0.871536 - HTML::template                       -> template: >user_profile_innerlist<
0.871720 - HTML::template                       -> template: >user_profile_inner_bit3<
0.871830 - dotDatabase::query                   -> SELECT t_turnier.tid, t_turnier.tname, t_turnier.tlogo, t_turnier.topen, t_turnier.tclosed, t_turnier.tplaytype, t_teilnehmer.loser, t_teilnehmer.rankpos, events.id AS event_id, events.name AS event_name, UNIX_TIMESTAMP(events.begin) AS event_begin, UNIX_TIMESTAMP(events.end) AS event_end, t_turnier.c_contests AS contests, t_teilnehmer_part.user_id FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid LEFT JOIN t_turnier ON t_teilnehmer.tid=t_turnier.tid LEFT JOIN events ON t_turnier.teventid=events.id WHERE t_turnier.tactive=1 AND t_teilnehmer_part.user_id=2251 GROUP by t_turnier.tid ORDER by events.begin DESC, tname DESC
0.904813 - HTML::template                       -> template: >user_profile_inner_bit1<
0.905013 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier.php
0.905107 - TURNIER::__construct                 -> init
0.905179 - HTML::template                       -> template: >user_profile_inner_bit3<
0.905284 - HTML::template                       -> template: >user_profile_inner_bit3<
0.905370 - HTML::template                       -> template: >user_profile_inner_bit1<
0.905553 - HTML::template                       -> template: >user_profile_inner_bit3<
0.905638 - HTML::template                       -> template: >user_profile_inner_bit1<
0.905699 - TURNIER::get_turnier                 -> ID: 131 (db)
0.905713 - dotDatabase::query                   -> SELECT *, tg.name AS group_name, tg.options AS group_options, UNIX_TIMESTAMP(tstart) AS unix_start, tadmins FROM t_turnier LEFT JOIN t_groups AS tg ON tg.id=t_turnier.tgroupid WHERE tid='131'
0.910355 - TURNIER::load_system                 -> Turniermodus: double
0.910401 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_double.php
0.910464 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier_tree.php
0.910578 - TURNIER::get_system                  -> return tournamentsystem class
0.910589 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.910595 - TURNIER_TREE::__construct            -> init
0.910600 - TURNIER::__construct                 -> init
0.910614 - TURNIER::get_turnier                 -> ID: 131 (cache)
0.910656 - TURNIER_TREE::load_contests          -> loading from db
0.910671 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cache.php
0.910696 - CACHE::get                           -> cache: >turnier_131::contests< not found
0.910705 - dotDatabase::query                   -> SELECT t_contest.*, starttime AS starttime_iso, UNIX_TIMESTAMP(starttime) AS starttime, COUNT(t_media.id) AS downloads, IF(tcrunde<0,tcrunde*-1+1,tcrunde*2) AS roundsort FROM t_contest LEFT JOIN t_media ON t_contest.tcid=t_media.tcid WHERE tid=131 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
0.916800 - CACHE::set                           -> cache: >turnier_131::contests< with ttl:3600
0.917911 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 131
0.917949 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.917989 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_teilnehmer.php
0.918041 - TURNIER_TEILNEHMER::__construct      -> init
0.918052 - TURNIER::__construct                 -> init
0.918067 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 2251 tid: 131
0.918084 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=131 AND user_id=2251
0.922576 - TURNIER_TREE::load_contests          -> load cache
0.922619 - TURNIER::load_players_info           -> loading from db
0.922666 - CACHE::get                           -> cache: >turnier_131::players_info< not found
0.922688 - dotDatabase::query                   -> SELECT tnid, user.nick AS name, user.id AS leader_id, user.nick AS leader_nick, user.clan AS leader_clan, user.vorname AS leader_realname, tnanz, tcheckedin, tnlogo, t_teilnehmer.homepage, t_teilnehmer.irc, t_teilnehmer.loser, t_teilnehmer.description, sitz_block, sitz_id, sitz_nr, user.countrycode, country_code2name.name AS countryname FROM t_teilnehmer LEFT JOIN event_teilnehmer AS et ON tnleader=et.user_id AND et.event_id=12 LEFT JOIN user ON t_teilnehmer.tnleader=user.id LEFT JOIN country_code2name ON code=user.countrycode WHERE t_teilnehmer.tid=131
0.928504 - CACHE::set                           -> cache: >turnier_131::players_info< with ttl:3600
0.929038 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.929072 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_verlauf.php
0.929123 - TURNIER::__construct                 -> init
0.929141 - TURNIER::get_turnier                 -> ID: 131 (cache)
0.929184 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.929202 - TURNIER::is_admin                    -> user_id: 0
0.929214 - admin::getInstance                   -> do
0.929244 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.929351 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.929575 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.929652 - HTML::template                       -> template: >turnier_profile_contest_list<
0.929761 - HTML::template                       -> template: >user_profile_inner_bit3<
0.929861 - HTML::template                       -> template: >user_profile_inner_bit3<
0.929936 - HTML::template                       -> template: >user_profile_inner_bit1<
0.929975 - HTML::template                       -> template: >user_profile_inner_bit3<
0.930044 - HTML::template                       -> template: >user_profile_inner_bit1<
0.930082 - HTML::template                       -> template: >user_profile_inner_bit3<
0.930159 - TURNIER::get_turnier                 -> ID: 73 (db)
0.930171 - dotDatabase::query                   -> SELECT *, tg.name AS group_name, tg.options AS group_options, UNIX_TIMESTAMP(tstart) AS unix_start, tadmins FROM t_turnier LEFT JOIN t_groups AS tg ON tg.id=t_turnier.tgroupid WHERE tid='73'
0.935110 - TURNIER::load_system                 -> Turniermodus: double
0.935147 - TURNIER::get_system                  -> return tournamentsystem class
0.935163 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.935172 - TURNIER_TREE::__construct            -> init
0.935181 - TURNIER::__construct                 -> init
0.935198 - TURNIER::get_turnier                 -> ID: 73 (cache)
0.935249 - TURNIER_TREE::load_contests          -> loading from db
0.935296 - CACHE::get                           -> cache: >turnier_73::contests< not found
0.935308 - dotDatabase::query                   -> SELECT t_contest.*, starttime AS starttime_iso, UNIX_TIMESTAMP(starttime) AS starttime, COUNT(t_media.id) AS downloads, IF(tcrunde<0,tcrunde*-1+1,tcrunde*2) AS roundsort FROM t_contest LEFT JOIN t_media ON t_contest.tcid=t_media.tcid WHERE tid=73 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
0.943098 - CACHE::set                           -> cache: >turnier_73::contests< with ttl:3600
0.944200 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 73
0.944254 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.944270 - TURNIER_TEILNEHMER::__construct      -> init
0.944281 - TURNIER::__construct                 -> init
0.944298 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 2251 tid: 73
0.944315 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=73 AND user_id=2251
0.949195 - TURNIER_TREE::load_contests          -> load cache
0.949244 - TURNIER::load_players_info           -> loading from db
0.949303 - CACHE::get                           -> cache: >turnier_73::players_info< not found
0.949326 - dotDatabase::query                   -> SELECT tnid, tnname AS name, user.id AS leader_id, user.nick AS leader_nick, user.clan AS leader_clan, user.vorname AS leader_realname, tnanz, tcheckedin, tnlogo, t_teilnehmer.homepage, t_teilnehmer.irc, t_teilnehmer.loser, t_teilnehmer.description, sitz_block, sitz_id, sitz_nr, IF(t_teilnehmer.countrycode!='',t_teilnehmer.countrycode,user.countrycode) AS countrycode, IF(t_teilnehmer.countrycode!='',c2.name,c1.name) AS countryname FROM t_teilnehmer LEFT JOIN event_teilnehmer AS et ON tnleader=et.user_id AND et.event_id=7 LEFT JOIN user ON t_teilnehmer.tnleader=user.id LEFT JOIN country_code2name AS c1 ON c1.code=user.countrycode LEFT JOIN country_code2name AS c2 ON c2.code=t_teilnehmer.countrycode WHERE t_teilnehmer.tid=73
0.963083 - CACHE::set                           -> cache: >turnier_73::players_info< with ttl:3600
0.963835 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.963858 - TURNIER::__construct                 -> init
0.963879 - TURNIER::get_turnier                 -> ID: 73 (cache)
0.963923 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.963943 - TURNIER::is_admin                    -> user_id: 0
0.963953 - admin::getInstance                   -> do
0.963981 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.964072 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.964193 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.964279 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.964429 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.964480 - HTML::template                       -> template: >turnier_profile_contest_list<
0.964531 - HTML::template                       -> template: >user_profile_inner_bit3<
0.964619 - HTML::template                       -> template: >user_profile_inner_bit1<
0.964659 - TURNIER::get_turnier                 -> ID: 83 (db)
0.964668 - dotDatabase::query                   -> SELECT *, tg.name AS group_name, tg.options AS group_options, UNIX_TIMESTAMP(tstart) AS unix_start, tadmins FROM t_turnier LEFT JOIN t_groups AS tg ON tg.id=t_turnier.tgroupid WHERE tid='83'
0.969688 - TURNIER::load_system                 -> Turniermodus: double
0.969724 - TURNIER::get_system                  -> return tournamentsystem class
0.969736 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.969744 - TURNIER_TREE::__construct            -> init
0.969750 - TURNIER::__construct                 -> init
0.969763 - TURNIER::get_turnier                 -> ID: 83 (cache)
0.969800 - TURNIER_TREE::load_contests          -> loading from db
0.969843 - CACHE::get                           -> cache: >turnier_83::contests< not found
0.969852 - dotDatabase::query                   -> SELECT t_contest.*, starttime AS starttime_iso, UNIX_TIMESTAMP(starttime) AS starttime, COUNT(t_media.id) AS downloads, IF(tcrunde<0,tcrunde*-1+1,tcrunde*2) AS roundsort FROM t_contest LEFT JOIN t_media ON t_contest.tcid=t_media.tcid WHERE tid=83 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
0.977290 - CACHE::set                           -> cache: >turnier_83::contests< with ttl:3600
0.977480 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 83
0.977499 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.977509 - TURNIER_TEILNEHMER::__construct      -> init
0.977515 - TURNIER::__construct                 -> init
0.977536 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 2251 tid: 83
0.977547 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=83 AND user_id=2251
0.982394 - TURNIER_TREE::load_contests          -> load cache
0.982432 - TURNIER::load_players_info           -> loading from db
0.982473 - CACHE::get                           -> cache: >turnier_83::players_info< not found
0.982486 - dotDatabase::query                   -> SELECT tnid, tnname AS name, user.id AS leader_id, user.nick AS leader_nick, user.clan AS leader_clan, user.vorname AS leader_realname, tnanz, tcheckedin, tnlogo, t_teilnehmer.homepage, t_teilnehmer.irc, t_teilnehmer.loser, t_teilnehmer.description, sitz_block, sitz_id, sitz_nr, IF(t_teilnehmer.countrycode!='',t_teilnehmer.countrycode,user.countrycode) AS countrycode, IF(t_teilnehmer.countrycode!='',c2.name,c1.name) AS countryname FROM t_teilnehmer LEFT JOIN event_teilnehmer AS et ON tnleader=et.user_id AND et.event_id=6 LEFT JOIN user ON t_teilnehmer.tnleader=user.id LEFT JOIN country_code2name AS c1 ON c1.code=user.countrycode LEFT JOIN country_code2name AS c2 ON c2.code=t_teilnehmer.countrycode WHERE t_teilnehmer.tid=83
0.992286 - CACHE::set                           -> cache: >turnier_83::players_info< with ttl:3600
0.992577 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.992595 - TURNIER::__construct                 -> init
0.992608 - TURNIER::get_turnier                 -> ID: 83 (cache)
0.992641 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.992653 - TURNIER::is_admin                    -> user_id: 0
0.992660 - admin::getInstance                   -> do
0.992677 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.992742 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.992831 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.992867 - HTML::template                       -> template: >turnier_profile_contest_list<
0.992907 - HTML::template                       -> template: >user_profile_inner_bit3<
0.992999 - TURNIER::get_turnier                 -> ID: 66 (db)
0.993008 - dotDatabase::query                   -> SELECT *, tg.name AS group_name, tg.options AS group_options, UNIX_TIMESTAMP(tstart) AS unix_start, tadmins FROM t_turnier LEFT JOIN t_groups AS tg ON tg.id=t_turnier.tgroupid WHERE tid='66'
0.998385 - TURNIER::load_system                 -> Turniermodus: group
0.998449 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_group.php
0.998634 - TURNIER::get_system                  -> return tournamentsystem class
0.998653 - TURNIERSYSTEM_GROUP::__construct     -> init
0.998663 - TURNIER::__construct                 -> init
0.998681 - TURNIER::get_turnier                 -> ID: 66 (cache)
0.998737 - TURNIERSYSTEM_GROUP::load_contests   -> loading from db
0.998764 - CACHE::get                           -> cache: >turnier_66::contests< not found
0.998779 - dotDatabase::query                   -> SELECT t_contest.*, starttime AS starttime_iso, UNIX_TIMESTAMP(starttime) AS starttime, COUNT(t_media.id) AS downloads FROM t_contest LEFT JOIN t_media ON t_contest.tcid=t_media.tcid WHERE tid=66 GROUP by t_contest.tcid
1.004057 - CACHE::set                           -> cache: >turnier_66::contests< with ttl:3600
1.004412 - TURNIERSYSTEM_GROUP::check_timeouts  -> check for contest timeouts in TID 66
1.004438 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.004449 - TURNIER_TEILNEHMER::__construct      -> init
1.004455 - TURNIER::__construct                 -> init
1.004467 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 2251 tid: 66
1.004479 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=66 AND user_id=2251
1.008894 - dotDatabase::query                   -> SELECT row FROM t_contest WHERE team_a=957 OR team_b=957 LIMIT 1
1.013405 - TURNIERSYSTEM_GROUP::load_contests   -> loading from db
1.013476 - CACHE::get                           -> cache: >turnier_66::contests< not found
1.013531 - dotDatabase::query                   -> SELECT t_contest.*, starttime AS starttime_iso, UNIX_TIMESTAMP(starttime) AS starttime, COUNT(t_media.id) AS downloads FROM t_contest LEFT JOIN t_media ON t_contest.tcid=t_media.tcid WHERE tid=66 GROUP by t_contest.tcid
1.018518 - CACHE::set                           -> cache: >turnier_66::contests< with ttl:3600
1.018768 - TURNIER::load_players_info           -> loading from db
1.018792 - CACHE::get                           -> cache: >turnier_66::players_info< not found
1.018807 - dotDatabase::query                   -> SELECT tnid, tnname AS name, user.id AS leader_id, user.nick AS leader_nick, user.clan AS leader_clan, user.vorname AS leader_realname, tnanz, tcheckedin, tnlogo, t_teilnehmer.homepage, t_teilnehmer.irc, t_teilnehmer.loser, t_teilnehmer.description, sitz_block, sitz_id, sitz_nr, IF(t_teilnehmer.countrycode!='',t_teilnehmer.countrycode,user.countrycode) AS countrycode, IF(t_teilnehmer.countrycode!='',c2.name,c1.name) AS countryname FROM t_teilnehmer LEFT JOIN event_teilnehmer AS et ON tnleader=et.user_id AND et.event_id=6 LEFT JOIN user ON t_teilnehmer.tnleader=user.id LEFT JOIN country_code2name AS c1 ON c1.code=user.countrycode LEFT JOIN country_code2name AS c2 ON c2.code=t_teilnehmer.countrycode WHERE t_teilnehmer.tid=66
1.029014 - CACHE::set                           -> cache: >turnier_66::players_info< with ttl:3600
1.029246 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.029261 - TURNIER::__construct                 -> init
1.029275 - TURNIER::get_turnier                 -> ID: 66 (cache)
1.029312 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.029324 - TURNIER::is_admin                    -> user_id: 0
1.029331 - admin::getInstance                   -> do
1.029348 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.029421 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.029512 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.029580 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.029615 - HTML::template                       -> template: >turnier_profile_contest_list<
1.029678 - HTML::template                       -> template: >user_profile_inner_bit3<
1.029864 - HTML::template                       -> template: >user_profile_inner_bit1<
1.029910 - TURNIER::get_turnier                 -> ID: 62 (db)
1.029919 - dotDatabase::query                   -> SELECT *, tg.name AS group_name, tg.options AS group_options, UNIX_TIMESTAMP(tstart) AS unix_start, tadmins FROM t_turnier LEFT JOIN t_groups AS tg ON tg.id=t_turnier.tgroupid WHERE tid='62'
1.034416 - TURNIER::load_system                 -> Turniermodus: single
1.034473 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_single.php
1.034581 - TURNIER::get_system                  -> return tournamentsystem class
1.034592 - TURNIERSYSTEM_SINGLE::__construct    -> init
1.034598 - TURNIER_TREE::__construct            -> init
1.034604 - TURNIER::__construct                 -> init
1.034619 - TURNIER::get_turnier                 -> ID: 62 (cache)
1.034656 - TURNIER_TREE::load_contests          -> loading from db
1.034677 - CACHE::get                           -> cache: >turnier_62::contests< not found
1.034686 - dotDatabase::query                   -> SELECT t_contest.*, starttime AS starttime_iso, UNIX_TIMESTAMP(starttime) AS starttime, COUNT(t_media.id) AS downloads, IF(tcrunde<0,tcrunde*-1+1,tcrunde*2) AS roundsort FROM t_contest LEFT JOIN t_media ON t_contest.tcid=t_media.tcid WHERE tid=62 AND tcrunde>=0 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
1.039921 - CACHE::set                           -> cache: >turnier_62::contests< with ttl:3600
1.040160 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 62
1.040190 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.040205 - TURNIER_TEILNEHMER::__construct      -> init
1.040216 - TURNIER::__construct                 -> init
1.040232 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 2251 tid: 62
1.040251 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=62 AND user_id=2251
1.044455 - TURNIER_TREE::load_contests          -> load cache
1.044498 - TURNIER::load_players_info           -> loading from db
1.044562 - CACHE::get                           -> cache: >turnier_62::players_info< not found
1.044583 - dotDatabase::query                   -> SELECT tnid, tnname AS name, user.id AS leader_id, user.nick AS leader_nick, user.clan AS leader_clan, user.vorname AS leader_realname, tnanz, tcheckedin, tnlogo, t_teilnehmer.homepage, t_teilnehmer.irc, t_teilnehmer.loser, t_teilnehmer.description, sitz_block, sitz_id, sitz_nr, IF(t_teilnehmer.countrycode!='',t_teilnehmer.countrycode,user.countrycode) AS countrycode, IF(t_teilnehmer.countrycode!='',c2.name,c1.name) AS countryname FROM t_teilnehmer LEFT JOIN event_teilnehmer AS et ON tnleader=et.user_id AND et.event_id=5 LEFT JOIN user ON t_teilnehmer.tnleader=user.id LEFT JOIN country_code2name AS c1 ON c1.code=user.countrycode LEFT JOIN country_code2name AS c2 ON c2.code=t_teilnehmer.countrycode WHERE t_teilnehmer.tid=62
1.050083 - CACHE::set                           -> cache: >turnier_62::players_info< with ttl:3600
1.050293 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.050324 - TURNIER::__construct                 -> init
1.050346 - TURNIER::get_turnier                 -> ID: 62 (cache)
1.050399 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.050418 - TURNIER::is_admin                    -> user_id: 0
1.050431 - admin::getInstance                   -> do
1.050486 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.050558 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.050700 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.050741 - HTML::template                       -> template: >turnier_profile_contest_list<
1.050780 - HTML::template                       -> template: >user_profile_inner_bit3<
1.050902 - TURNIER::get_turnier                 -> ID: 52 (db)
1.050912 - dotDatabase::query                   -> SELECT *, tg.name AS group_name, tg.options AS group_options, UNIX_TIMESTAMP(tstart) AS unix_start, tadmins FROM t_turnier LEFT JOIN t_groups AS tg ON tg.id=t_turnier.tgroupid WHERE tid='52'
1.055989 - TURNIER::load_system                 -> Turniermodus: group
1.056056 - TURNIER::get_system                  -> return tournamentsystem class
1.056075 - TURNIERSYSTEM_GROUP::__construct     -> init
1.056086 - TURNIER::__construct                 -> init
1.056103 - TURNIER::get_turnier                 -> ID: 52 (cache)
1.056163 - TURNIERSYSTEM_GROUP::load_contests   -> loading from db
1.056211 - CACHE::get                           -> cache: >turnier_52::contests< not found
1.056225 - dotDatabase::query                   -> SELECT t_contest.*, starttime AS starttime_iso, UNIX_TIMESTAMP(starttime) AS starttime, COUNT(t_media.id) AS downloads FROM t_contest LEFT JOIN t_media ON t_contest.tcid=t_media.tcid WHERE tid=52 GROUP by t_contest.tcid
1.061846 - CACHE::set                           -> cache: >turnier_52::contests< with ttl:3600
1.062172 - TURNIERSYSTEM_GROUP::check_timeouts  -> check for contest timeouts in TID 52
1.062195 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.062205 - TURNIER_TEILNEHMER::__construct      -> init
1.062211 - TURNIER::__construct                 -> init
1.062223 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 2251 tid: 52
1.062234 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=52 AND user_id=2251
1.066736 - dotDatabase::query                   -> SELECT row FROM t_contest WHERE team_a=806 OR team_b=806 LIMIT 1
1.071160 - TURNIERSYSTEM_GROUP::load_contests   -> loading from db
1.071232 - CACHE::get                           -> cache: >turnier_52::contests< not found
1.071338 - dotDatabase::query                   -> SELECT t_contest.*, starttime AS starttime_iso, UNIX_TIMESTAMP(starttime) AS starttime, COUNT(t_media.id) AS downloads FROM t_contest LEFT JOIN t_media ON t_contest.tcid=t_media.tcid WHERE tid=52 GROUP by t_contest.tcid
1.076662 - CACHE::set                           -> cache: >turnier_52::contests< with ttl:3600
1.077010 - TURNIER::load_players_info           -> loading from db
1.077035 - CACHE::get                           -> cache: >turnier_52::players_info< not found
1.077049 - dotDatabase::query                   -> SELECT tnid, tnname AS name, user.id AS leader_id, user.nick AS leader_nick, user.clan AS leader_clan, user.vorname AS leader_realname, tnanz, tcheckedin, tnlogo, t_teilnehmer.homepage, t_teilnehmer.irc, t_teilnehmer.loser, t_teilnehmer.description, sitz_block, sitz_id, sitz_nr, IF(t_teilnehmer.countrycode!='',t_teilnehmer.countrycode,user.countrycode) AS countrycode, IF(t_teilnehmer.countrycode!='',c2.name,c1.name) AS countryname FROM t_teilnehmer LEFT JOIN event_teilnehmer AS et ON tnleader=et.user_id AND et.event_id=5 LEFT JOIN user ON t_teilnehmer.tnleader=user.id LEFT JOIN country_code2name AS c1 ON c1.code=user.countrycode LEFT JOIN country_code2name AS c2 ON c2.code=t_teilnehmer.countrycode WHERE t_teilnehmer.tid=52
1.085350 - CACHE::set                           -> cache: >turnier_52::players_info< with ttl:3600
1.085683 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.085705 - TURNIER::__construct                 -> init
1.085727 - TURNIER::get_turnier                 -> ID: 52 (cache)
1.085793 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.085818 - TURNIER::is_admin                    -> user_id: 0
1.085832 - admin::getInstance                   -> do
1.085868 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.085963 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.086097 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.086189 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.086292 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.086389 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.086474 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.086523 - HTML::template                       -> template: >turnier_profile_contest_list<
1.086653 - HTML::template                       -> template: >user_profile_inner_bit3<
1.086734 - HTML::template                       -> template: >user_profile_innerlist<
1.086799 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.086932 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.086967 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.086995 - HTML::template                       -> template: >user_profile_shortbar<
1.087057 - HTML::template                       -> template: >user_profile<
1.087170 - GLOBAL::end userspace                -> ---------------------------------------------
1.087181 - PAGE::render                         -> start rendering page layout
1.087192 - USER::check_for_new_messages         -> return
1.087208 - dotSession::getInstance              -> do
1.087269 - PAGE::get_boxes                      -> -------- side=left
1.087301 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cbox.php
1.087345 - PAGE::get_boxes                      -> -------- call: left::menu_main
1.087363 - CBOX::menu                           -> generate Menu Box >menu<
1.087390 - HTML::template                       -> template: >box_menu_bit<
1.087480 - HTML::template                       -> template: >box_menu_bit<
1.087506 - HTML::template                       -> template: >box_menu_bit<
1.087530 - HTML::template                       -> template: >box_menu_bit<
1.087554 - HTML::template                       -> template: >box_menu_bit<
1.087579 - HTML::template                       -> template: >box_menu_bit<
1.087603 - HTML::template                       -> template: >box_menu_bit<
1.087626 - HTML::template                       -> template: >box_menu<
1.087714 - HTML::template_exists                -> search: >page_box_left< == 1
1.087750 - HTML::template                       -> template: >page_box_left<
1.087822 - PAGE::get_boxes                      -> -------- call: left::menu_party
1.087840 - CBOX::menu                           -> generate Menu Box >party<
1.087868 - HTML::template                       -> template: >box_menu_bit<
1.087901 - HTML::template                       -> template: >box_menu_bit<
1.087925 - HTML::template                       -> template: >box_menu_bit<
1.087949 - HTML::template                       -> template: >box_menu_bit<
1.087973 - HTML::template                       -> template: >box_menu_bit<
1.087997 - HTML::template                       -> template: >box_menu_bit<
1.088059 - HTML::template                       -> template: >box_menu_bit<
1.088085 - HTML::template                       -> template: >box_menu_bit<
1.088109 - HTML::template                       -> template: >box_menu_bit<
1.088134 - HTML::template                       -> template: >box_menu_bit<
1.088158 - HTML::template                       -> template: >box_menu_bit<
1.088182 - HTML::template                       -> template: >box_menu_bit<
1.088205 - HTML::template                       -> template: >box_menu<
1.088268 - HTML::template_exists                -> search: >page_box_left< == 1
1.088298 - HTML::template                       -> template: >page_box_left<
1.088331 - PAGE::get_boxes                      -> -------- call: left::menu_login
1.088391 - CBOX::menu                           -> generate Menu Box >login<
1.088412 - HTML::template                       -> template: >box_menu_bit<
1.088438 - HTML::template                       -> template: >box_menu_bit<
1.088461 - HTML::template                       -> template: >box_menu<
1.088508 - HTML::template_exists                -> search: >page_box_left< == 1
1.088534 - HTML::template                       -> template: >page_box_left<
1.088565 - PAGE::get_boxes                      -> -------- ignore: left::menu_user
1.088575 - PAGE::get_boxes                      -> -------- call: left::search
1.088590 - CBOX::template                       -> generate Box with >box_suchen< as template
1.088601 - HTML::template                       -> template: >box_suchen<
1.088693 - HTML::template_exists                -> search: >page_box_left< == 1
1.088717 - HTML::template                       -> template: >page_box_left<
1.088745 - PAGE::get_boxes                      -> -------- call: left::banner
1.088776 - CACHE::get                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< not found
1.088792 - dotDatabase::query                   -> SELECT * FROM sponsoren_groups WHERE id=3
1.093180 - dotDatabase::query                   -> SELECT * FROM sponsoren WHERE group_id=3 AND active=1 AND ( restricted=0 OR ( restricted=1 AND begin < NOW() AND end > NOW())) ORDER by display_order ASC
1.097833 - HTML::encode                         -> Die EEvent ist eine der grössten LAN-Parties in der Schweiz...
1.097882 - dotDatabase::query                   -> SELECT `code`, `smily` FROM html_smilies ORDER by LENGTH(code) DESC
1.103260 - dotDatabase::query                   -> SELECT codetag, codereplacement, twoparams FROM html_code
1.107577 - HTML::encode                         -> replace run 1
1.107695 - HTML::template                       -> template: >box_banner_bit<
1.107863 - HTML::encode                         -> www.egames.ch...
1.107991 - HTML::encode                         -> replace run 1
1.108068 - HTML::encode                         -> replace run 2
1.108112 - HTML::template                       -> template: >box_banner_bit<
1.108135 - HTML::template                       -> template: >box_banner<
1.108232 - CACHE::set                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< with ttl:3600
1.108403 - HTML::template_exists                -> search: >page_box_left< == 1
1.108436 - HTML::template                       -> template: >page_box_left<
1.108477 - PAGE::get_boxes                      -> -------- side=right
1.108489 - PAGE::get_boxes                      -> -------- call: right::news
1.108502 - CBOX::news                           -> generate Box
1.108517 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.news.php
1.108550 - NEWS::load_news                      -> load news data
1.108569 - CACHE::get                           -> cache: >news::stats_switzerlan2024< not found
1.108593 - dotDatabase::query                   -> SELECT * FROM news_section WHERE urlshort IN ('switzerlan2024') ORDER by urlshort ASC
1.112991 - dotDatabase::query                   -> SELECT COUNT(*) FROM news_post WHERE active = 1 AND dateline <= NOW() AND section_id IN (16) ORDER by dateline ASC
1.117691 - dotDatabase::query                   -> SELECT UNIX_TIMESTAMP(news_post.dateline) FROM news_post WHERE active = 1 AND dateline > NOW() AND section_id IN (16) ORDER by dateline ASC LIMIT 1
1.122551 - CACHE::set                           -> cache: >news::stats_switzerlan2024< with ttl:3600
1.122735 - CACHE::get                           -> cache: >news::news_switzerlan2024_limit5_page0< not found
1.122752 - NEWS::load_news                      -> ... from database
1.122862 - dotDatabase::query                   -> SELECT news_post.id AS id, news_post.headline, news_post.content, news_post.short, news_post.user_id, news_post.encode, UNIX_TIMESTAMP(news_post.dateline) AS date_unix, news_post.comments, news_post.section_id, news_section.name AS section_name, news_section.short AS section_short, news_section.urlshort AS section_url, news_section.template, user.nick, user.vorname, user.nachname, user.countrycode FROM news_post LEFT JOIN news_section ON news_post.section_id = news_section.id LEFT JOIN user ON user.id = news_post.user_id WHERE news_post.active = 1 AND news_post.dateline <= NOW() AND news_post.section_id IN (16) ORDER by news_post.dateline DESC LIMIT 0,5
1.132215 - HTML::encodeCms                      -> 
1.132671 - HTML::encode                         -> This year we’re facing a couple of logistical challenges. ...
1.132877 - HTML::encode                         -> replace run 1
1.132941 - HTML::encodeCms                      -> 
1.132962 - HTML::encode                         -> We are pleased to announce that SwitzerLAN is back and you c...
1.132997 - HTML::encode                         -> replace run 1
1.133030 - CACHE::set                           -> cache: >news::news_switzerlan2024_limit5_page0< with ttl:3600
1.133218 - HTML::template                       -> template: >box_news_bit<
1.133360 - HTML::template                       -> template: >box_news_bit<
1.133386 - HTML::template                       -> template: >box_news<
1.133491 - HTML::template_exists                -> search: >page_box_right< == 1
1.133528 - HTML::template                       -> template: >page_box_right<
1.133600 - PAGE::get_boxes                      -> -------- call: right::party
1.133619 - CBOX::party                          -> generate Box
1.133638 - EVENT::short_event                   -> id >27<
1.133647 - EVENT::getevent                      -> id >27<
1.133660 - dotDatabase::query                   -> SELECT events.id, active, invite, password, events.name, anzahl, preis, konto, kontocheck, UNIX_TIMESTAMP(kontocheck) AS kontocheck_unix, event_location.name AS location, event_location.zip AS plz, event_location.city AS ort, event_location.street AS strasse, event_location.countrycode, location_id, map_template, allow_signoff, voraussetzung, minalter, turnier, netzwerk, weiteres, banner, UNIX_TIMESTAMP(begin) AS begin, UNIX_TIMESTAMP(end) AS end, UNIX_TIMESTAMP(signupbegin) AS sgbegin, UNIX_TIMESTAMP(signupend) AS sgend, UNIX_TIMESTAMP(seatreservebegin) AS seatbegin, UNIX_TIMESTAMP(seatreserveend) AS seatend, seatimage, UNIX_TIMESTAMP(canceled) AS canceled, archiv_gallery, archiv_media FROM events LEFT JOIN event_location ON event_location.id=location_id WHERE events.id=27 AND active=1
1.138562 - CACHE::get                           -> cache: >event_27::stats< not found
1.138584 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>=0
1.145824 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>0
1.154586 - CACHE::set                           -> cache: >event_27::stats< with ttl:3600
1.154775 - HTML::template                       -> template: >box_event<
1.154988 - HTML::template_exists                -> search: >page_box_right< == 1
1.155031 - HTML::template                       -> template: >page_box_right<
1.155070 - PAGE::get_boxes                      -> -------- call: right::forum
1.155089 - CBOX::forum                          -> generate forum box
1.155102 - CBOX::forum_load_threads             -> load data
1.155126 - CACHE::get                           -> cache: >forum::topthreads< not found
1.155144 - dotDatabase::query                   -> SELECT t.title, t.lastposter, t.fv_id, t.threadid, t.lastposttime AS stamp, UNIX_TIMESTAMP(t.lastposttime) AS lastposttime, m.forumid AS forumid, m.title AS forumtitle, m.private AS private, m.priv_access AS priv_access, t.replies, t.ext, SUBSTRING(pagetext, 1, 190) AS preview FROM forum_thread AS t LEFT JOIN forum_main AS m ON t.forumid=m.forumid LEFT JOIN forum_post AS p ON t.threadid=p.threadid AND t.lastposttime=p.dateline WHERE t.invisible=0 AND m.show_latest=1 AND t.show_latest=1 ORDER by t.lastposttime DESC LIMIT 20
1.166667 - CACHE::set                           -> cache: >forum::topthreads< with ttl:3600
1.166867 - CBOX::forum_threads                  -> list all threads in array
1.166890 - FORUM::thread_lastvisit              -> threadid: array ( 0 => 302, 1 => 301, 2 => 300, 3 => 299, 4 => 297, 5 => 298, 6 => 296, 7 => 295, 8 => 293, 9 => 294, 10 => 282, 11 => 287, 12 => 292, 13 => 290, 14 => 291, 15 => 289, 16 => 288, 17 => 283, 18 => 286, 19 => 285, )
1.166916 - admin::getInstance                   -> do
1.166978 - HTML::template                       -> template: >box_forum_bit<
1.167107 - HTML::template                       -> template: >box_forum_bit<
1.167139 - HTML::template                       -> template: >box_forum_bit<
1.167172 - HTML::template                       -> template: >box_forum_bit<
1.167198 - HTML::template                       -> template: >box_forum_bit<
1.167224 - HTML::template                       -> template: >box_forum_bit<
1.167241 - HTML::template                       -> template: >box_forum<
1.167323 - HTML::template_exists                -> search: >page_box_right< == 1
1.167350 - HTML::template                       -> template: >page_box_right<
1.167377 - PAGE::get_boxes                      -> -------- call: right::vote
1.167389 - CBOX::vote                           -> generate Box
1.167399 - dotDatabase::query                   -> SELECT v_id, UNIX_TIMESTAMP(v_ende) AS v_ende FROM vote_main WHERE v_start < NOW() AND v_ende > NOW() AND v_active=1 AND v_top=1 ORDER by v_start DESC
1.171926 - HTML::template                       -> template: >box_vote_nocurrent<
1.172127 - HTML::template_exists                -> search: >page_box_right< == 1
1.172159 - HTML::template                       -> template: >page_box_right<
1.172187 - PAGE::get_boxes                      -> -------- call: right::buddylist
1.172206 - CBOX::buddylist                      -> generate Box
1.172236 - HTML::template                       -> template: >box_buddylist_msg<
1.172279 - HTML::template                       -> template: >box_buddylist<
1.172335 - HTML::template_exists                -> search: >page_box_right< == 1
1.172402 - HTML::template                       -> template: >page_box_right<
1.172426 - PAGE::get_boxes                      -> -------- call: right::online
1.172437 - CBOX::online                         -> generate Box
1.172444 - HTML::template                       -> template: >box_online<
1.172513 - HTML::template_exists                -> search: >page_box_right< == 1
1.172530 - HTML::template                       -> template: >page_box_right<
1.172582 - PAGE::render                         -> final
1.172588 - PAGE::renderTemplate                 -> page
1.172595 - dotSession::getInstance              -> do
1.172609 - PAGE::getHead                        -> return
1.172613 - dotSession::getInstance              -> do
1.172726 - HTML::template                       -> template: >page<
1.173166 - PAGE::render_template                -> final

PHP Includes   : 28
DB Queries     : 48
Rendering Time : 1.174754

Includes PHP Files: 
 - /var/www/html/swilan-dev/2024/www/user/index.php
 - /var/www/html/swilan-dev/2024/www/global.php
 - /var/www/html/swilan-dev/2024/www/includes/class.dotCommon.php
 - /var/www/html/swilan-dev/2024/www/config.php
 - /var/www/html/swilan-dev/2024/www/includes/class.dotDatabase.php
 - /var/www/html/swilan-dev/2024/www/includes/class.page.php
 - /var/www/html/swilan-dev/2024/www/includes/class.dotSession.php
 - /var/www/html/swilan-dev/2024/www/includes/class.user.php
 - /var/www/html/swilan-dev/2024/www/includes/class.styles.php
 - /var/www/html/swilan-dev/2024/www/html/templates/2024_switzerlan/styles/2024_switzerlan.php
 - /var/www/html/swilan-dev/2024/www/includes/class.admin.php
 - /var/www/html/swilan-dev/2024/www/includes/class.prvmsg.php
 - /var/www/html/swilan-dev/2024/www/includes/class.event.php
 - /var/www/html/swilan-dev/2024/www/includes/class.sitzplan.php
 - /var/www/html/swilan-dev/2024/www/includes/class.user_frontend.php
 - /var/www/html/swilan-dev/2024/www/includes/class.user_profile.php
 - /var/www/html/swilan-dev/2024/www/includes/class.html.php
 - /var/www/html/swilan-dev/2024/www/includes/custom.user.php
 - /var/www/html/swilan-dev/2024/www/includes/class.turnier.php
 - /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_double.php
 - /var/www/html/swilan-dev/2024/www/includes/class.turnier_tree.php
 - /var/www/html/swilan-dev/2024/www/includes/class.cache.php
 - /var/www/html/swilan-dev/2024/www/includes/class.turniersub_teilnehmer.php
 - /var/www/html/swilan-dev/2024/www/includes/class.turniersub_verlauf.php
 - /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_group.php
 - /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_single.php
 - /var/www/html/swilan-dev/2024/www/includes/class.cbox.php
 - /var/www/html/swilan-dev/2024/www/includes/class.news.php