home / User details of Nero



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

found 257 debug messages

0.000035 - GLOBAL::include                      -> config.php
0.000144 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotDatabase.php
0.000176 - dotDatabase::getInstance             -> connection: database
0.000189 - dotDatabase::__construct             -> connection: database
0.000206 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.page.php
0.000226 - page::getInstance                    -> do
0.000242 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotSession.php
0.000258 - dotSession::getInstance              -> do
0.000270 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user.php
0.000296 - dotSession::start                    -> ---- init
0.000322 - dotSession::start                    -> start php session managment
0.640633 - dotSession::start                    -> finished php session management
0.640665 - dotSession::start                    -> check for security options
0.640683 - dotSession::start                    -> lookup ip2country
0.640738 - dotDatabase::connect                 -> dotlan.app@5.75.134.22
0.656488 - dotDatabase::select                  -> database: dotlan_database
0.664497 - dotDatabase::query                   -> SELECT `code` FROM `country_ip2code` WHERE 316249704 BETWEEN ip_from AND ip_to
0.673044 - dotSession::start                    -> update current session online user infos
0.673123 - dotDatabase::query                   -> UPDATE session SET lastactivity = 1746379376, userid = 0, site = 'https://dev.switzerlan.ch/user/?action=events&id=2025', host = '18.217.150.104', dns = '18.217.150.104', countrycode = '', hits = hits + 1 WHERE hash = '6l55vtkk6k88cfbq7li8c2vaj5'
0.678913 - dotSession::start                    -> session found in DB
0.678953 - dotSession::load_locales             -> do
0.678994 - dotSession::load_locales             -> chosing language for locales: en_US.UTF-8
0.679001 - dotSession::start                    -> ---- finished with session startup
0.679022 - dotSession::load_user                -> id: 0
0.679029 - user::get_user                       -> id: >0<
0.679044 - dotDatabase::getInstance             -> connection: database
0.679096 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.styles.php
0.679125 - styles::load                         -> name: ><
0.679144 - styles::load                         -> include: /var/www/html/swilan-dev/2024/www/html/templates/2024_switzerlan/styles/2024_switzerlan.php
0.679315 - styles::activate                     -> style = 2024_switzerlan
0.679432 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.admin.php
0.679456 - admin::getInstance                   -> do
0.679466 - dotSession::getInstance              -> do
0.679482 - admin::__construct                   -> user_id=0
0.679495 - user::load_settings                  -> load current user settings to $global
0.679518 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.prvmsg.php
0.679556 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.event.php
0.679583 - EVENT::comming_event                 -> return
0.679598 - dotDatabase::query                   -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) > 1746379376 AND active=1 ORDER by begin ASC
0.684147 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.sitzplan.php
0.684217 - GLOBAL::end global.php               -> ---------------------------------------------
0.684245 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_frontend.php
0.684325 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_profile.php
0.684364 - user::get_user                       -> id: >2025<
0.684385 - dotDatabase::getInstance             -> connection: database
0.684409 - dotDatabase::query                   -> SELECT *, UNIX_TIMESTAMP(geb) AS geb_unix FROM user WHERE id = 2025 ORDER by id DESC
0.689238 - USER_FUNCTIONS::display_details      -> id:2025
0.689322 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.html.php
0.689380 - GLOBAL::include                      -> custom.user.php
0.689612 - HTML::template                       -> template: >user_profile_inner_bit4<
0.689741 - 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=2025 AND active=1 ORDER by events.begin DESC
0.694864 - EVENT::load_event_status             -> load event_status to $this
0.694898 - dotDatabase::query                   -> SELECT * FROM event_status ORDER by id ASC
0.700061 - HTML::template                       -> template: >user_profile_inner_bit4<
0.700203 - HTML::template                       -> template: >user_profile_inner_bit4<
0.700288 - HTML::template                       -> template: >user_profile_inner_bit4<
0.700374 - HTML::template                       -> template: >user_profile_inner_bit4<
0.700460 - HTML::template                       -> template: >user_profile_inner_bit4<
0.700512 - HTML::template                       -> template: >user_profile_innerlist<
0.700668 - HTML::template                       -> template: >user_profile_inner_bit3<
0.700809 - 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=2025 GROUP by t_turnier.tid ORDER by events.begin DESC, tname DESC
0.736905 - HTML::template                       -> template: >user_profile_inner_bit1<
0.737103 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier.php
0.737166 - TURNIER::__construct                 -> init
0.737225 - HTML::template                       -> template: >user_profile_inner_bit3<
0.737338 - HTML::template                       -> template: >user_profile_inner_bit1<
0.737413 - TURNIER::get_turnier                 -> ID: 41 (db)
0.737428 - 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='41'
0.741985 - TURNIER::load_system                 -> Turniermodus: double
0.742062 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_double.php
0.742167 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier_tree.php
0.742332 - TURNIER::get_system                  -> return tournamentsystem class
0.742347 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.742358 - TURNIER_TREE::__construct            -> init
0.742368 - TURNIER::__construct                 -> init
0.742387 - TURNIER::get_turnier                 -> ID: 41 (cache)
0.742450 - TURNIER_TREE::load_contests          -> loading from db
0.742470 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cache.php
0.742504 - CACHE::get                           -> cache: >turnier_41::contests< not found
0.742519 - 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=41 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
0.750867 - CACHE::set                           -> cache: >turnier_41::contests< with ttl:3600
0.752388 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 41
0.752432 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
0.752469 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_teilnehmer.php
0.752557 - TURNIER_TEILNEHMER::__construct      -> init
0.752567 - TURNIER::__construct                 -> init
0.752584 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 2025 tid: 41
0.752603 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=41 AND user_id=2025
0.757839 - TURNIER_TREE::load_contests          -> load cache
0.757891 - TURNIER::load_players_info           -> loading from db
0.757956 - CACHE::get                           -> cache: >turnier_41::players_info< not found
0.757978 - 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=4 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=41
0.773962 - CACHE::set                           -> cache: >turnier_41::players_info< with ttl:3600
0.774607 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
0.774645 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_verlauf.php
0.774721 - TURNIER::__construct                 -> init
0.774745 - TURNIER::get_turnier                 -> ID: 41 (cache)
0.774806 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
0.774825 - TURNIER::is_admin                    -> user_id: 0
0.774836 - admin::getInstance                   -> do
0.774873 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
0.775134 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.775383 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.775515 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.775607 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
0.775660 - HTML::template                       -> template: >turnier_profile_contest_list<
0.775869 - HTML::template                       -> template: >user_profile_inner_bit3<
0.775954 - HTML::template                       -> template: >user_profile_innerlist<
0.776019 - HTML::template                       -> template: >user_profile_shortbar_bit<
0.776129 - HTML::template                       -> template: >user_profile_shortbar_bit<
0.776172 - HTML::template                       -> template: >user_profile_shortbar_bit<
0.776200 - HTML::template                       -> template: >user_profile_shortbar<
0.776279 - HTML::template                       -> template: >user_profile<
0.776373 - GLOBAL::end userspace                -> ---------------------------------------------
0.776384 - PAGE::render                         -> start rendering page layout
0.776396 - USER::check_for_new_messages         -> return
0.776412 - dotSession::getInstance              -> do
0.776459 - PAGE::get_boxes                      -> -------- side=left
0.776483 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cbox.php
0.776534 - PAGE::get_boxes                      -> -------- call: left::menu_main
0.776554 - CBOX::menu                           -> generate Menu Box >menu<
0.776578 - HTML::template                       -> template: >box_menu_bit<
0.776666 - HTML::template                       -> template: >box_menu_bit<
0.776693 - HTML::template                       -> template: >box_menu_bit<
0.776764 - HTML::template                       -> template: >box_menu_bit<
0.776796 - HTML::template                       -> template: >box_menu_bit<
0.776842 - HTML::template                       -> template: >box_menu_bit<
0.776873 - HTML::template                       -> template: >box_menu_bit<
0.776897 - HTML::template                       -> template: >box_menu<
0.777050 - HTML::template_exists                -> search: >page_box_left< == 1
0.777088 - HTML::template                       -> template: >page_box_left<
0.777157 - PAGE::get_boxes                      -> -------- call: left::menu_party
0.777173 - CBOX::menu                           -> generate Menu Box >party<
0.777210 - HTML::template                       -> template: >box_menu_bit<
0.777237 - HTML::template                       -> template: >box_menu_bit<
0.777262 - HTML::template                       -> template: >box_menu_bit<
0.777289 - HTML::template                       -> template: >box_menu_bit<
0.777318 - HTML::template                       -> template: >box_menu_bit<
0.777344 - HTML::template                       -> template: >box_menu_bit<
0.777368 - HTML::template                       -> template: >box_menu_bit<
0.777391 - HTML::template                       -> template: >box_menu_bit<
0.777414 - HTML::template                       -> template: >box_menu_bit<
0.777438 - HTML::template                       -> template: >box_menu_bit<
0.777461 - HTML::template                       -> template: >box_menu_bit<
0.777485 - HTML::template                       -> template: >box_menu_bit<
0.777508 - HTML::template                       -> template: >box_menu<
0.777554 - HTML::template_exists                -> search: >page_box_left< == 1
0.777585 - HTML::template                       -> template: >page_box_left<
0.777617 - PAGE::get_boxes                      -> -------- call: left::menu_login
0.777630 - CBOX::menu                           -> generate Menu Box >login<
0.777649 - HTML::template                       -> template: >box_menu_bit<
0.777676 - HTML::template                       -> template: >box_menu_bit<
0.777704 - HTML::template                       -> template: >box_menu<
0.777749 - HTML::template_exists                -> search: >page_box_left< == 1
0.777775 - HTML::template                       -> template: >page_box_left<
0.777804 - PAGE::get_boxes                      -> -------- ignore: left::menu_user
0.777814 - PAGE::get_boxes                      -> -------- call: left::search
0.777829 - CBOX::template                       -> generate Box with >box_suchen< as template
0.777840 - HTML::template                       -> template: >box_suchen<
0.777961 - HTML::template_exists                -> search: >page_box_left< == 1
0.777987 - HTML::template                       -> template: >page_box_left<
0.778014 - PAGE::get_boxes                      -> -------- call: left::banner
0.778054 - CACHE::get                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< not found
0.778074 - dotDatabase::query                   -> SELECT * FROM sponsoren_groups WHERE id=3
0.782775 - 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.787862 - HTML::encode                         -> Die EEvent ist eine der grössten LAN-Parties in der Schweiz...
0.787915 - dotDatabase::query                   -> SELECT `code`, `smily` FROM html_smilies ORDER by LENGTH(code) DESC
0.793261 - dotDatabase::query                   -> SELECT codetag, codereplacement, twoparams FROM html_code
0.797516 - HTML::encode                         -> replace run 1
0.797629 - HTML::template                       -> template: >box_banner_bit<
0.797811 - HTML::encode                         -> www.egames.ch...
0.797926 - HTML::encode                         -> replace run 1
0.797972 - HTML::encode                         -> replace run 2
0.798023 - HTML::template                       -> template: >box_banner_bit<
0.798046 - HTML::template                       -> template: >box_banner<
0.798120 - CACHE::set                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< with ttl:3600
0.798254 - HTML::template_exists                -> search: >page_box_left< == 1
0.798286 - HTML::template                       -> template: >page_box_left<
0.798325 - PAGE::get_boxes                      -> -------- side=right
0.798338 - PAGE::get_boxes                      -> -------- call: right::news
0.798351 - CBOX::news                           -> generate Box
0.798365 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.news.php
0.798397 - NEWS::load_news                      -> load news data
0.798417 - CACHE::get                           -> cache: >news::stats_switzerlan2024< not found
0.798440 - dotDatabase::query                   -> SELECT * FROM news_section WHERE urlshort IN ('switzerlan2024') ORDER by urlshort ASC
0.803035 - dotDatabase::query                   -> SELECT COUNT(*) FROM news_post WHERE active = 1 AND dateline <= NOW() AND section_id IN (16) ORDER by dateline ASC
0.807909 - 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.812433 - CACHE::set                           -> cache: >news::stats_switzerlan2024< with ttl:3600
0.812631 - CACHE::get                           -> cache: >news::news_switzerlan2024_limit5_page0< not found
0.812647 - NEWS::load_news                      -> ... from database
0.812681 - 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.817691 - HTML::encodeCms                      -> 
0.818213 - HTML::encode                         -> This year we’re facing a couple of logistical challenges. ...
0.818402 - HTML::encode                         -> replace run 1
0.818455 - HTML::encodeCms                      -> 
0.818480 - HTML::encode                         -> We are pleased to announce that SwitzerLAN is back and you c...
0.818527 - HTML::encode                         -> replace run 1
0.818563 - CACHE::set                           -> cache: >news::news_switzerlan2024_limit5_page0< with ttl:3600
0.818795 - HTML::template                       -> template: >box_news_bit<
0.818924 - HTML::template                       -> template: >box_news_bit<
0.818943 - HTML::template                       -> template: >box_news<
0.819020 - HTML::template_exists                -> search: >page_box_right< == 1
0.819050 - HTML::template                       -> template: >page_box_right<
0.819097 - PAGE::get_boxes                      -> -------- call: right::party
0.819111 - CBOX::party                          -> generate Box
0.819125 - EVENT::short_event                   -> id >27<
0.819131 - EVENT::getevent                      -> id >27<
0.819141 - 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.824115 - CACHE::get                           -> cache: >event_27::stats< not found
0.824152 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>=0
0.831081 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>0
0.838361 - CACHE::set                           -> cache: >event_27::stats< with ttl:3600
0.838533 - HTML::template                       -> template: >box_event<
0.838697 - HTML::template_exists                -> search: >page_box_right< == 1
0.838729 - HTML::template                       -> template: >page_box_right<
0.838758 - PAGE::get_boxes                      -> -------- call: right::forum
0.838772 - CBOX::forum                          -> generate forum box
0.838779 - CBOX::forum_load_threads             -> load data
0.838796 - CACHE::get                           -> cache: >forum::topthreads< not found
0.838809 - 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.853052 - CACHE::set                           -> cache: >forum::topthreads< with ttl:3600
0.853294 - CBOX::forum_threads                  -> list all threads in array
0.853327 - 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.853366 - admin::getInstance                   -> do
0.853440 - HTML::template                       -> template: >box_forum_bit<
0.853620 - HTML::template                       -> template: >box_forum_bit<
0.853681 - HTML::template                       -> template: >box_forum_bit<
0.853745 - HTML::template                       -> template: >box_forum_bit<
0.853793 - HTML::template                       -> template: >box_forum_bit<
0.853841 - HTML::template                       -> template: >box_forum_bit<
0.853871 - HTML::template                       -> template: >box_forum<
0.853999 - HTML::template_exists                -> search: >page_box_right< == 1
0.854036 - HTML::template                       -> template: >page_box_right<
0.854072 - PAGE::get_boxes                      -> -------- call: right::vote
0.854090 - CBOX::vote                           -> generate Box
0.854103 - 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.858811 - HTML::template                       -> template: >box_vote_nocurrent<
0.859012 - HTML::template_exists                -> search: >page_box_right< == 1
0.859051 - HTML::template                       -> template: >page_box_right<
0.859091 - PAGE::get_boxes                      -> -------- call: right::buddylist
0.859110 - CBOX::buddylist                      -> generate Box
0.859141 - HTML::template                       -> template: >box_buddylist_msg<
0.859200 - HTML::template                       -> template: >box_buddylist<
0.859309 - HTML::template_exists                -> search: >page_box_right< == 1
0.859338 - HTML::template                       -> template: >page_box_right<
0.859369 - PAGE::get_boxes                      -> -------- call: right::online
0.859384 - CBOX::online                         -> generate Box
0.859395 - HTML::template                       -> template: >box_online<
0.859494 - HTML::template_exists                -> search: >page_box_right< == 1
0.859524 - HTML::template                       -> template: >page_box_right<
0.859571 - PAGE::render                         -> final
0.859583 - PAGE::renderTemplate                 -> page
0.859593 - dotSession::getInstance              -> do
0.859612 - PAGE::getHead                        -> return
0.859620 - dotSession::getInstance              -> do
0.859872 - HTML::template                       -> template: >page<
0.860595 - PAGE::render_template                -> final

PHP Includes   : 26
DB Queries     : 24
Rendering Time : 0.862808

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.cbox.php
 - /var/www/html/swilan-dev/2024/www/includes/class.news.php