home / Tourney system

Information Participants

Team: glatthardsche rockets
Tourneylogo
Tourney Rocket League FUN 2 on 2
Teamname
glatthardsche rockets
Team Leader
TheNoobCH
Players
vinGee
TheNoobCH
Leader


Tourney system powered by DOTLAN

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

found 253 debug messages

0.000036 - GLOBAL::include                          -> config.php
0.000240 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotDatabase.php
0.000283 - dotDatabase::getInstance                 -> connection: database
0.000300 - dotDatabase::__construct                 -> connection: database
0.000322 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.page.php
0.000357 - page::getInstance                        -> do
0.000387 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotSession.php
0.000408 - dotSession::getInstance                  -> do
0.000422 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.user.php
0.000454 - dotSession::start                        -> ---- init
0.000486 - dotSession::start                        -> start php session managment
0.786473 - dotSession::start                        -> finished php session management
0.786500 - dotSession::start                        -> check for security options
0.786514 - dotSession::start                        -> lookup ip2country
0.786529 - dotDatabase::connect                     -> dotlan.app@5.75.134.22
0.804030 - dotDatabase::select                      -> database: dotlan_database
0.811847 - dotDatabase::query                       -> SELECT `code` FROM `country_ip2code` WHERE 221959981 BETWEEN ip_from AND ip_to
0.820045 - dotSession::start                        -> update current session online user infos
0.820100 - dotDatabase::query                       -> UPDATE session SET lastactivity = 1746406722, userid = 0, site = 'https://dev.switzerlan.ch/turnier/?do=team&id=1713', host = '13.58.215.45', dns = '13.58.215.45', countrycode = '', hits = hits + 1 WHERE hash = 'n53ls4qr4l16d2qg2dfnst57q7'
0.825364 - dotSession::start                        -> session found in DB
0.825411 - dotSession::load_locales                 -> do
0.825479 - dotSession::load_locales                 -> chosing language for locales: en_US.UTF-8
0.825495 - dotSession::start                        -> ---- finished with session startup
0.825525 - dotSession::load_user                    -> id: 0
0.825537 - user::get_user                           -> id: >0<
0.825557 - dotDatabase::getInstance                 -> connection: database
0.825631 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.styles.php
0.825667 - styles::load                             -> name: ><
0.825691 - styles::load                             -> include: /var/www/html/swilan-dev/2024/www/html/templates/2024_switzerlan/styles/2024_switzerlan.php
0.826016 - styles::activate                         -> style = 2024_switzerlan
0.826207 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.admin.php
0.826231 - admin::getInstance                       -> do
0.826241 - dotSession::getInstance                  -> do
0.826255 - admin::__construct                       -> user_id=0
0.826266 - user::load_settings                      -> load current user settings to $global
0.826284 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.prvmsg.php
0.826488 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.event.php
0.826518 - EVENT::comming_event                     -> return
0.826533 - dotDatabase::query                       -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) > 1746406722 AND active=1 ORDER by begin ASC
0.831103 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.sitzplan.php
0.831157 - GLOBAL::end global.php                   -> ---------------------------------------------
0.831188 - TURNIER::main                            -> initialize 'turnier' system
0.831206 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier.php
0.831268 - TURNIER::__construct                     -> init
0.831290 - TURNIER::main                            -> initialize 'turnier_teilnehmer_frontend' subsystem
0.831308 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_teilnehmer_frontend.php
0.831338 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_teilnehmer.php
0.831402 - TURNIER_TEILNEHMER_FRONTEND::__construct -> init
0.831412 - TURNIER_TEILNEHMER::__construct          -> init
0.831421 - TURNIER::__construct                     -> init
0.831439 - T_TEILNEHMER::team                       -> ID: 1713
0.831448 - TURNIER_TEILNEHMER::get_teilnehmer       -> ID: 1713
0.831462 - dotDatabase::query                       -> SELECT t_teilnehmer.*, 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 user ON user.id=tnleader LEFT JOIN country_code2name AS c1 ON c1.code=user.countrycode LEFT JOIN country_code2name AS c2 ON c2.code=t_teilnehmer.countrycode WHERE tnid='1713'
0.837078 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.html.php
0.837139 - dotDatabase::query                       -> SELECT user_id FROM t_teilnehmer_part WHERE tnid = 1713
0.843089 - TURNIER::get_turnier                     -> ID: 80 (db)
0.843120 - 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='80'
0.848190 - TURNIER::load_system                     -> Turniermodus: double
0.848278 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_double.php
0.848341 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier_tree.php
0.848465 - TURNIER_TEILNEHMER::get_members          -> ID: 1713
0.848480 - dotDatabase::query                       -> SELECT t_teilnehmer.tnid, t_teilnehmer_part.user_id, user.nick, user.clan, CONCAT(user.vorname,' ',user.nachname) AS realname, user.vorname, user.nachname, user.countrycode, country_code2name.name AS countryname, IF( t_teilnehmer_part.user_id = t_teilnehmer.tnleader, 1, 0 ) AS is_leader, user.geb, user.avatar, sitz_block, sitz_id, sitz_nr FROM t_teilnehmer RIGHT JOIN t_teilnehmer_part ON t_teilnehmer.tnid = t_teilnehmer_part.tnid LEFT JOIN event_teilnehmer ON t_teilnehmer_part.user_id = event_teilnehmer.user_id AND event_teilnehmer.event_id = 7 LEFT JOIN user ON t_teilnehmer_part.user_id = user.id LEFT JOIN country_code2name ON country_code2name.code=user.countrycode WHERE t_teilnehmer.tnid = 1713
0.854277 - HTML::encode                             -> ...
0.854347 - dotDatabase::query                       -> SELECT `code`, `smily` FROM html_smilies ORDER by LENGTH(code) DESC
0.859483 - dotDatabase::query                       -> SELECT codetag, codereplacement, twoparams FROM html_code
0.863793 - HTML::encode                             -> replace run 1
0.863919 - HTML::template                           -> template: >turnier_team_show<
0.864194 - dotDatabase::query                       -> SELECT COUNT(*) FROM t_contest WHERE tid=80
0.868621 - HTML::template                           -> template: >user_profile_inner_bit3<
0.868861 - HTML::template                           -> template: >user_profile_inner_bit3<
0.868917 - HTML::template                           -> template: >user_profile_innerlist<
0.868996 - TURNIER::get_system                      -> return tournamentsystem class
0.869017 - TURNIERSYTEM_DOUBLE::__construct         -> init
0.869028 - TURNIER_TREE::__construct                -> init
0.869042 - TURNIER::__construct                     -> init
0.869063 - TURNIER::get_turnier                     -> ID: 80 (cache)
0.869134 - TURNIER_TREE::load_contests              -> loading from db
0.869158 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.cache.php
0.869193 - CACHE::get                               -> cache: >turnier_80::contests< not found
0.869208 - 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=80 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
0.876662 - CACHE::set                               -> cache: >turnier_80::contests< with ttl:3600
0.877269 - TURNIER_TREE::check_timeouts             -> check for contest timeouts in TID 80
0.877296 - TURNIER::main                            -> initialize 'turnier_teilnehmer' subsystem
0.877307 - TURNIER_TEILNEHMER::__construct          -> init
0.877314 - TURNIER::__construct                     -> init
0.877325 - TURNIER_TEILNEHMER::check_teilnehmer     -> user: 2615 tid: 80
0.877338 - dotDatabase::query                       -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=80 AND user_id=2615
0.882356 - TURNIER_TREE::load_contests              -> load cache
0.882402 - TURNIER::load_players_info               -> loading from db
0.882459 - CACHE::get                               -> cache: >turnier_80::players_info< not found
0.882480 - 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=80
0.893593 - CACHE::set                               -> cache: >turnier_80::players_info< with ttl:3600
0.894174 - TURNIER::main                            -> initialize 'turnier_verlauf' subsystem
0.894224 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_verlauf.php
0.894278 - TURNIER::__construct                     -> init
0.894384 - TURNIER::get_turnier                     -> ID: 80 (cache)
0.894436 - TURNIER_VERLAUF::contest_list            -> turnier_mytourneys_contest_list
0.894455 - TURNIER::is_admin                        -> user_id: 0
0.894467 - admin::getInstance                       -> do
0.894496 - admin::hasRight                          -> check for adminright: >0:0 & 4096< FALSE
0.894642 - HTML::template                           -> template: >turnier_mytourneys_contest_list_bit<
0.894844 - HTML::template                           -> template: >turnier_mytourneys_contest_list_bit<
0.894933 - HTML::template                           -> template: >turnier_mytourneys_contest_list_bit<
0.894984 - HTML::template                           -> template: >turnier_mytourneys_contest_list<
0.895069 - HTML::template                           -> template: >user_profile<
0.895152 - TURNIER::shortbar                        -> display
0.895211 - dotDatabase::query                       -> SELECT tname, tid, tg.name AS group_name, tgroupid FROM t_turnier LEFT JOIN t_groups AS tg ON tg.id=t_turnier.tgroupid WHERE tadultsonly=0 AND tactive=1 AND teventid=7 ORDER by tg.name ASC, tname ASC
0.900408 - TURNIER::is_admin                        -> user_id: 0
0.900427 - admin::getInstance                       -> do
0.900445 - admin::hasRight                          -> check for adminright: >0:0 & 4096< FALSE
0.900455 - HTML::template                           -> template: >turnier_shortbar<
0.900674 - GLOBAL::end userspace                    -> ---------------------------------------------
0.900681 - PAGE::render                             -> start rendering page layout
0.900689 - USER::check_for_new_messages             -> return
0.900700 - dotSession::getInstance                  -> do
0.900749 - PAGE::get_boxes                          -> -------- side=left
0.900778 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.cbox.php
0.900820 - PAGE::get_boxes                          -> -------- call: left::menu_main
0.900834 - CBOX::menu                               -> generate Menu Box >menu<
0.900850 - HTML::template                           -> template: >box_menu_bit<
0.900914 - HTML::template                           -> template: >box_menu_bit<
0.900930 - HTML::template                           -> template: >box_menu_bit<
0.900943 - HTML::template                           -> template: >box_menu_bit<
0.900955 - HTML::template                           -> template: >box_menu_bit<
0.900967 - HTML::template                           -> template: >box_menu_bit<
0.900979 - HTML::template                           -> template: >box_menu_bit<
0.900991 - HTML::template                           -> template: >box_menu<
0.901050 - HTML::template_exists                    -> search: >page_box_left< == 1
0.901074 - HTML::template                           -> template: >page_box_left<
0.901130 - PAGE::get_boxes                          -> -------- call: left::menu_party
0.901139 - CBOX::menu                               -> generate Menu Box >party<
0.901151 - HTML::template                           -> template: >box_menu_bit<
0.901164 - HTML::template                           -> template: >box_menu_bit<
0.901177 - HTML::template                           -> template: >box_menu_bit<
0.901188 - HTML::template                           -> template: >box_menu_bit<
0.901200 - HTML::template                           -> template: >box_menu_bit<
0.901211 - HTML::template                           -> template: >box_menu_bit<
0.901223 - HTML::template                           -> template: >box_menu_bit<
0.901235 - HTML::template                           -> template: >box_menu_bit<
0.901247 - HTML::template                           -> template: >box_menu_bit<
0.901258 - HTML::template                           -> template: >box_menu_bit<
0.901270 - HTML::template                           -> template: >box_menu_bit<
0.901281 - HTML::template                           -> template: >box_menu_bit<
0.901292 - HTML::template                           -> template: >box_menu<
0.901318 - HTML::template_exists                    -> search: >page_box_left< == 1
0.901333 - HTML::template                           -> template: >page_box_left<
0.901351 - PAGE::get_boxes                          -> -------- call: left::menu_login
0.901359 - CBOX::menu                               -> generate Menu Box >login<
0.901368 - HTML::template                           -> template: >box_menu_bit<
0.901389 - HTML::template                           -> template: >box_menu_bit<
0.901413 - HTML::template                           -> template: >box_menu<
0.901461 - HTML::template_exists                    -> search: >page_box_left< == 1
0.901487 - HTML::template                           -> template: >page_box_left<
0.901517 - PAGE::get_boxes                          -> -------- ignore: left::menu_user
0.901527 - PAGE::get_boxes                          -> -------- call: left::search
0.901541 - CBOX::template                           -> generate Box with >box_suchen< as template
0.901552 - HTML::template                           -> template: >box_suchen<
0.901639 - HTML::template_exists                    -> search: >page_box_left< == 1
0.901662 - HTML::template                           -> template: >page_box_left<
0.901689 - PAGE::get_boxes                          -> -------- call: left::banner
0.901719 - CACHE::get                               -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< not found
0.901740 - dotDatabase::query                       -> SELECT * FROM sponsoren_groups WHERE id=3
0.906097 - 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
0.910875 - HTML::encode                             -> Die EEvent ist eine der grössten LAN-Parties in der Schweiz...
0.911047 - HTML::encode                             -> replace run 1
0.911129 - HTML::template                           -> template: >box_banner_bit<
0.911320 - HTML::encode                             -> www.egames.ch...
0.911422 - HTML::encode                             -> replace run 1
0.911474 - HTML::encode                             -> replace run 2
0.911509 - HTML::template                           -> template: >box_banner_bit<
0.911529 - HTML::template                           -> template: >box_banner<
0.911602 - CACHE::set                               -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< with ttl:3600
0.911746 - HTML::template_exists                    -> search: >page_box_left< == 1
0.911798 - HTML::template                           -> template: >page_box_left<
0.911850 - PAGE::get_boxes                          -> -------- side=right
0.911867 - PAGE::get_boxes                          -> -------- call: right::news
0.911883 - CBOX::news                               -> generate Box
0.911904 - dotCommon::classload                     -> require: /var/www/html/swilan-dev/2024/www/includes/class.news.php
0.911967 - NEWS::load_news                          -> load news data
0.911998 - CACHE::get                               -> cache: >news::stats_switzerlan2024< not found
0.912031 - dotDatabase::query                       -> SELECT * FROM news_section WHERE urlshort IN ('switzerlan2024') ORDER by urlshort ASC
0.916517 - dotDatabase::query                       -> SELECT COUNT(*) FROM news_post WHERE active = 1 AND dateline <= NOW() AND section_id IN (16) ORDER by dateline ASC
0.921218 - 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
0.926152 - CACHE::set                               -> cache: >news::stats_switzerlan2024< with ttl:3600
0.926359 - CACHE::get                               -> cache: >news::news_switzerlan2024_limit5_page0< not found
0.926375 - NEWS::load_news                          -> ... from database
0.926408 - 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
0.935821 - HTML::encodeCms                          -> 
0.936134 - HTML::encode                             -> This year we’re facing a couple of logistical challenges. ...
0.936304 - HTML::encode                             -> replace run 1
0.936346 - HTML::encodeCms                          -> 
0.936360 - HTML::encode                             -> We are pleased to announce that SwitzerLAN is back and you c...
0.936382 - HTML::encode                             -> replace run 1
0.936405 - CACHE::set                               -> cache: >news::news_switzerlan2024_limit5_page0< with ttl:3600
0.936546 - HTML::template                           -> template: >box_news_bit<
0.936659 - HTML::template                           -> template: >box_news_bit<
0.936677 - HTML::template                           -> template: >box_news<
0.936750 - HTML::template_exists                    -> search: >page_box_right< == 1
0.936777 - HTML::template                           -> template: >page_box_right<
0.936822 - PAGE::get_boxes                          -> -------- call: right::party
0.936836 - CBOX::party                              -> generate Box
0.936850 - EVENT::short_event                       -> id >27<
0.936856 - EVENT::getevent                          -> id >27<
0.936865 - 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
0.941702 - CACHE::get                               -> cache: >event_27::stats< not found
0.941729 - dotDatabase::query                       -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>=0
0.948347 - dotDatabase::query                       -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>0
0.955457 - CACHE::set                               -> cache: >event_27::stats< with ttl:3600
0.955634 - HTML::template                           -> template: >box_event<
0.955828 - HTML::template_exists                    -> search: >page_box_right< == 1
0.955868 - HTML::template                           -> template: >page_box_right<
0.955905 - PAGE::get_boxes                          -> -------- call: right::forum
0.955923 - CBOX::forum                              -> generate forum box
0.955934 - CBOX::forum_load_threads                 -> load data
0.955958 - CACHE::get                               -> cache: >forum::topthreads< not found
0.955976 - 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
0.967463 - CACHE::set                               -> cache: >forum::topthreads< with ttl:3600
0.967913 - CBOX::forum_threads                      -> list all threads in array
0.967951 - 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, )
0.967991 - admin::getInstance                       -> do
0.968080 - HTML::template                           -> template: >box_forum_bit<
0.968266 - HTML::template                           -> template: >box_forum_bit<
0.968318 - HTML::template                           -> template: >box_forum_bit<
0.968372 - HTML::template                           -> template: >box_forum_bit<
0.968418 - HTML::template                           -> template: >box_forum_bit<
0.968465 - HTML::template                           -> template: >box_forum_bit<
0.968494 - HTML::template                           -> template: >box_forum<
0.968603 - HTML::template_exists                    -> search: >page_box_right< == 1
0.968640 - HTML::template                           -> template: >page_box_right<
0.968677 - PAGE::get_boxes                          -> -------- call: right::vote
0.968694 - CBOX::vote                               -> generate Box
0.968707 - 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
0.973356 - HTML::template                           -> template: >box_vote_nocurrent<
0.973556 - HTML::template_exists                    -> search: >page_box_right< == 1
0.973595 - HTML::template                           -> template: >page_box_right<
0.973636 - PAGE::get_boxes                          -> -------- call: right::buddylist
0.973656 - CBOX::buddylist                          -> generate Box
0.973687 - HTML::template                           -> template: >box_buddylist_msg<
0.973748 - HTML::template                           -> template: >box_buddylist<
0.973834 - HTML::template_exists                    -> search: >page_box_right< == 1
0.973859 - HTML::template                           -> template: >page_box_right<
0.973900 - PAGE::get_boxes                          -> -------- call: right::online
0.973916 - CBOX::online                             -> generate Box
0.973928 - HTML::template                           -> template: >box_online<
0.974022 - HTML::template_exists                    -> search: >page_box_right< == 1
0.974049 - HTML::template                           -> template: >page_box_right<
0.974093 - PAGE::render                             -> final
0.974104 - PAGE::renderTemplate                     -> page
0.974115 - dotSession::getInstance                  -> do
0.974134 - PAGE::getHead                            -> return
0.974141 - dotSession::getInstance                  -> do
0.974290 - HTML::template                           -> template: >page<
0.974938 - PAGE::render_template                    -> final

PHP Includes   : 24
DB Queries     : 25
Rendering Time : 0.976866

Includes PHP Files: 
 - /var/www/html/swilan-dev/2024/www/turnier/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.turnier.php
 - /var/www/html/swilan-dev/2024/www/includes/class.turniersub_teilnehmer_frontend.php
 - /var/www/html/swilan-dev/2024/www/includes/class.turniersub_teilnehmer.php
 - /var/www/html/swilan-dev/2024/www/includes/class.html.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_verlauf.php
 - /var/www/html/swilan-dev/2024/www/includes/class.cbox.php
 - /var/www/html/swilan-dev/2024/www/includes/class.news.php