home / User details of Tiuri



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

found 300 debug messages

0.000064 - GLOBAL::include                      -> config.php
0.000251 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotDatabase.php
0.000294 - dotDatabase::getInstance             -> connection: database
0.000314 - dotDatabase::__construct             -> connection: database
0.000338 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.page.php
0.000367 - page::getInstance                    -> do
0.000392 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.dotSession.php
0.000415 - dotSession::getInstance              -> do
0.000432 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user.php
0.000469 - dotSession::start                    -> ---- init
0.000505 - dotSession::start                    -> start php session managment
0.887873 - dotSession::start                    -> finished php session management
0.887910 - dotSession::start                    -> check for security options
0.887929 - dotSession::start                    -> lookup ip2country
0.887950 - dotDatabase::connect                 -> dotlan.app@5.75.134.22
0.903793 - dotDatabase::select                  -> database: dotlan_database
0.911744 - dotDatabase::query                   -> SELECT `code` FROM `country_ip2code` WHERE 59401709 BETWEEN ip_from AND ip_to
0.920380 - dotSession::start                    -> update current session online user infos
0.920459 - dotDatabase::query                   -> UPDATE session SET lastactivity = 1746378860, userid = 0, site = 'https://dev.switzerlan.ch/user/?action=events&id=2526', host = '3.138.101.237', dns = '3.138.101.237', countrycode = '', hits = hits + 1 WHERE hash = '03409a06elg615e62hrhmn8s80'
0.926700 - dotSession::start                    -> session found in DB
0.926743 - dotSession::load_locales             -> do
0.926790 - dotSession::load_locales             -> chosing language for locales: en_US.UTF-8
0.926803 - dotSession::start                    -> ---- finished with session startup
0.926829 - dotSession::load_user                -> id: 0
0.926841 - user::get_user                       -> id: >0<
0.926861 - dotDatabase::getInstance             -> connection: database
0.926927 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.styles.php
0.926968 - styles::load                         -> name: ><
0.926997 - styles::load                         -> include: /var/www/html/swilan-dev/2024/www/html/templates/2024_switzerlan/styles/2024_switzerlan.php
0.927287 - styles::activate                     -> style = 2024_switzerlan
0.927875 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.admin.php
0.927910 - admin::getInstance                   -> do
0.927923 - dotSession::getInstance              -> do
0.927940 - admin::__construct                   -> user_id=0
0.927954 - user::load_settings                  -> load current user settings to $global
0.927978 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.prvmsg.php
0.928010 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.event.php
0.928038 - EVENT::comming_event                 -> return
0.928056 - dotDatabase::query                   -> SELECT id FROM events WHERE UNIX_TIMESTAMP(end) > 1746378860 AND active=1 ORDER by begin ASC
0.932769 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.sitzplan.php
0.932845 - GLOBAL::end global.php               -> ---------------------------------------------
0.932870 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_frontend.php
0.932944 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.user_profile.php
0.932975 - user::get_user                       -> id: >2526<
0.932991 - dotDatabase::getInstance             -> connection: database
0.933020 - dotDatabase::query                   -> SELECT *, UNIX_TIMESTAMP(geb) AS geb_unix FROM user WHERE id = 2526 ORDER by id DESC
0.937864 - USER_FUNCTIONS::display_details      -> id:2526
0.937984 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.html.php
0.938062 - GLOBAL::include                      -> custom.user.php
0.938396 - HTML::template                       -> template: >user_profile_inner_bit4<
0.938612 - 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=2526 AND active=1 ORDER by events.begin DESC
0.943513 - EVENT::load_event_status             -> load event_status to $this
0.943552 - dotDatabase::query                   -> SELECT * FROM event_status ORDER by id ASC
0.948684 - HTML::template                       -> template: >user_profile_inner_bit4<
0.948855 - HTML::template                       -> template: >user_profile_inner_bit4<
0.948947 - HTML::template                       -> template: >user_profile_inner_bit4<
0.949031 - HTML::template                       -> template: >user_profile_inner_bit4<
0.949082 - HTML::template                       -> template: >user_profile_innerlist<
0.949232 - HTML::template                       -> template: >user_profile_inner_bit3<
0.949334 - 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=2526 GROUP by t_turnier.tid ORDER by events.begin DESC, tname DESC
0.985005 - HTML::template                       -> template: >user_profile_inner_bit1<
0.985220 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier.php
0.985301 - TURNIER::__construct                 -> init
0.985365 - HTML::template                       -> template: >user_profile_inner_bit3<
0.985463 - HTML::template                       -> template: >user_profile_inner_bit1<
0.985514 - HTML::template                       -> template: >user_profile_inner_bit3<
0.985583 - HTML::template                       -> template: >user_profile_inner_bit3<
0.985651 - HTML::template                       -> template: >user_profile_inner_bit1<
0.985688 - HTML::template                       -> template: >user_profile_inner_bit3<
0.985811 - HTML::template                       -> template: >user_profile_inner_bit1<
0.985858 - TURNIER::get_turnier                 -> ID: 107 (db)
0.985873 - 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='107'
0.990293 - TURNIER::load_system                 -> Turniermodus: double
0.990352 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersystem_double.php
0.990425 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turnier_tree.php
0.990528 - TURNIER::get_system                  -> return tournamentsystem class
0.990540 - TURNIERSYTEM_DOUBLE::__construct     -> init
0.990546 - TURNIER_TREE::__construct            -> init
0.990585 - TURNIER::__construct                 -> init
0.990598 - TURNIER::get_turnier                 -> ID: 107 (cache)
0.990754 - TURNIER_TREE::load_contests          -> loading from db
0.990776 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cache.php
0.990803 - CACHE::get                           -> cache: >turnier_107::contests< not found
0.990814 - 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=107 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
1.007117 - CACHE::set                           -> cache: >turnier_107::contests< with ttl:3600
1.011969 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 107
1.012020 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.012056 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_teilnehmer.php
1.012110 - TURNIER_TEILNEHMER::__construct      -> init
1.012120 - TURNIER::__construct                 -> init
1.012137 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 2526 tid: 107
1.012155 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=107 AND user_id=2526
1.017826 - TURNIER_TREE::load_contests          -> load cache
1.017875 - TURNIER::load_players_info           -> loading from db
1.017925 - CACHE::get                           -> cache: >turnier_107::players_info< not found
1.017942 - 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=12 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=107
1.048286 - CACHE::set                           -> cache: >turnier_107::players_info< with ttl:3600
1.050099 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.050168 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.turniersub_verlauf.php
1.050229 - TURNIER::__construct                 -> init
1.050254 - TURNIER::get_turnier                 -> ID: 107 (cache)
1.050311 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.050329 - TURNIER::is_admin                    -> user_id: 0
1.050341 - admin::getInstance                   -> do
1.050370 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.050484 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.050826 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.050963 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.051070 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.051134 - HTML::template                       -> template: >turnier_profile_contest_list<
1.051310 - HTML::template                       -> template: >user_profile_inner_bit3<
1.051465 - HTML::template                       -> template: >user_profile_inner_bit3<
1.051548 - HTML::template                       -> template: >user_profile_inner_bit3<
1.051633 - HTML::template                       -> template: >user_profile_inner_bit1<
1.051688 - TURNIER::get_turnier                 -> ID: 71 (db)
1.051702 - 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='71'
1.056542 - TURNIER::load_system                 -> Turniermodus: double
1.056580 - TURNIER::get_system                  -> return tournamentsystem class
1.056598 - TURNIERSYTEM_DOUBLE::__construct     -> init
1.056609 - TURNIER_TREE::__construct            -> init
1.056620 - TURNIER::__construct                 -> init
1.056637 - TURNIER::get_turnier                 -> ID: 71 (cache)
1.056689 - TURNIER_TREE::load_contests          -> loading from db
1.056738 - CACHE::get                           -> cache: >turnier_71::contests< not found
1.056752 - 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=71 GROUP by t_contest.tcid ORDER by roundsort DESC, tcrunde DESC, row ASC
1.065432 - CACHE::set                           -> cache: >turnier_71::contests< with ttl:3600
1.068211 - TURNIER_TREE::check_timeouts         -> check for contest timeouts in TID 71
1.068257 - TURNIER::main                        -> initialize 'turnier_teilnehmer' subsystem
1.068272 - TURNIER_TEILNEHMER::__construct      -> init
1.068305 - TURNIER::__construct                 -> init
1.068324 - TURNIER_TEILNEHMER::check_teilnehmer -> user: 2526 tid: 71
1.068342 - dotDatabase::query                   -> SELECT t_teilnehmer.tnid FROM t_teilnehmer_part LEFT JOIN t_teilnehmer ON t_teilnehmer_part.tnid=t_teilnehmer.tnid WHERE tid=71 AND user_id=2526
1.073723 - TURNIER_TREE::load_contests          -> load cache
1.073836 - TURNIER::load_players_info           -> loading from db
1.073893 - CACHE::get                           -> cache: >turnier_71::players_info< not found
1.073915 - 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=71
1.101116 - CACHE::set                           -> cache: >turnier_71::players_info< with ttl:3600
1.102372 - TURNIER::main                        -> initialize 'turnier_verlauf' subsystem
1.102402 - TURNIER::__construct                 -> init
1.102426 - TURNIER::get_turnier                 -> ID: 71 (cache)
1.102482 - TURNIER_VERLAUF::contest_list        -> turnier_profile_contest_list
1.102503 - TURNIER::is_admin                    -> user_id: 0
1.102514 - admin::getInstance                   -> do
1.102542 - admin::hasRight                      -> check for adminright: >0:0 & 4096< FALSE
1.102670 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.102986 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.103092 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.103175 - HTML::template                       -> template: >turnier_profile_contest_list_bit<
1.103231 - HTML::template                       -> template: >turnier_profile_contest_list<
1.103297 - HTML::template                       -> template: >user_profile_inner_bit3<
1.103375 - HTML::template                       -> template: >user_profile_innerlist<
1.103440 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.103602 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.103641 - HTML::template                       -> template: >user_profile_shortbar_bit<
1.103669 - HTML::template                       -> template: >user_profile_shortbar<
1.103750 - HTML::template                       -> template: >user_profile<
1.103868 - GLOBAL::end userspace                -> ---------------------------------------------
1.103880 - PAGE::render                         -> start rendering page layout
1.103892 - USER::check_for_new_messages         -> return
1.103911 - dotSession::getInstance              -> do
1.103962 - PAGE::get_boxes                      -> -------- side=left
1.103991 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.cbox.php
1.104036 - PAGE::get_boxes                      -> -------- call: left::menu_main
1.104056 - CBOX::menu                           -> generate Menu Box >menu<
1.104081 - HTML::template                       -> template: >box_menu_bit<
1.104188 - HTML::template                       -> template: >box_menu_bit<
1.104216 - HTML::template                       -> template: >box_menu_bit<
1.104239 - HTML::template                       -> template: >box_menu_bit<
1.104260 - HTML::template                       -> template: >box_menu_bit<
1.104282 - HTML::template                       -> template: >box_menu_bit<
1.104303 - HTML::template                       -> template: >box_menu_bit<
1.104324 - HTML::template                       -> template: >box_menu<
1.104430 - HTML::template_exists                -> search: >page_box_left< == 1
1.104468 - HTML::template                       -> template: >page_box_left<
1.104546 - PAGE::get_boxes                      -> -------- call: left::menu_party
1.104561 - CBOX::menu                           -> generate Menu Box >party<
1.104583 - HTML::template                       -> template: >box_menu_bit<
1.104610 - HTML::template                       -> template: >box_menu_bit<
1.104633 - HTML::template                       -> template: >box_menu_bit<
1.104655 - HTML::template                       -> template: >box_menu_bit<
1.104677 - HTML::template                       -> template: >box_menu_bit<
1.104698 - HTML::template                       -> template: >box_menu_bit<
1.104720 - HTML::template                       -> template: >box_menu_bit<
1.104741 - HTML::template                       -> template: >box_menu_bit<
1.104762 - HTML::template                       -> template: >box_menu_bit<
1.104783 - HTML::template                       -> template: >box_menu_bit<
1.104805 - HTML::template                       -> template: >box_menu_bit<
1.104826 - HTML::template                       -> template: >box_menu_bit<
1.104847 - HTML::template                       -> template: >box_menu<
1.104900 - HTML::template_exists                -> search: >page_box_left< == 1
1.104930 - HTML::template                       -> template: >page_box_left<
1.104963 - PAGE::get_boxes                      -> -------- call: left::menu_login
1.104978 - CBOX::menu                           -> generate Menu Box >login<
1.104996 - HTML::template                       -> template: >box_menu_bit<
1.105021 - HTML::template                       -> template: >box_menu_bit<
1.105042 - HTML::template                       -> template: >box_menu<
1.105088 - HTML::template_exists                -> search: >page_box_left< == 1
1.105116 - HTML::template                       -> template: >page_box_left<
1.105147 - PAGE::get_boxes                      -> -------- ignore: left::menu_user
1.105157 - PAGE::get_boxes                      -> -------- call: left::search
1.105172 - CBOX::template                       -> generate Box with >box_suchen< as template
1.105182 - HTML::template                       -> template: >box_suchen<
1.105291 - HTML::template_exists                -> search: >page_box_left< == 1
1.105318 - HTML::template                       -> template: >page_box_left<
1.105350 - PAGE::get_boxes                      -> -------- call: left::banner
1.105385 - CACHE::get                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< not found
1.105401 - dotDatabase::query                   -> SELECT * FROM sponsoren_groups WHERE id=3
1.109705 - 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.114464 - HTML::encode                         -> Die EEvent ist eine der grössten LAN-Parties in der Schweiz...
1.114524 - dotDatabase::query                   -> SELECT `code`, `smily` FROM html_smilies ORDER by LENGTH(code) DESC
1.119578 - dotDatabase::query                   -> SELECT codetag, codereplacement, twoparams FROM html_code
1.123964 - HTML::encode                         -> replace run 1
1.124113 - HTML::template                       -> template: >box_banner_bit<
1.124319 - HTML::encode                         -> www.egames.ch...
1.124453 - HTML::encode                         -> replace run 1
1.124508 - HTML::encode                         -> replace run 2
1.124554 - HTML::template                       -> template: >box_banner_bit<
1.124590 - HTML::template                       -> template: >box_banner<
1.124701 - CACHE::set                           -> cache: >sponsoren_3::cbox_2024_switzerlan.en_US< with ttl:3600
1.124832 - HTML::template_exists                -> search: >page_box_left< == 1
1.124872 - HTML::template                       -> template: >page_box_left<
1.124933 - PAGE::get_boxes                      -> -------- side=right
1.124951 - PAGE::get_boxes                      -> -------- call: right::news
1.124969 - CBOX::news                           -> generate Box
1.124988 - dotCommon::classload                 -> require: /var/www/html/swilan-dev/2024/www/includes/class.news.php
1.125030 - NEWS::load_news                      -> load news data
1.125066 - CACHE::get                           -> cache: >news::stats_switzerlan2024< not found
1.125109 - dotDatabase::query                   -> SELECT * FROM news_section WHERE urlshort IN ('switzerlan2024') ORDER by urlshort ASC
1.129499 - dotDatabase::query                   -> SELECT COUNT(*) FROM news_post WHERE active = 1 AND dateline <= NOW() AND section_id IN (16) ORDER by dateline ASC
1.134333 - 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.139004 - CACHE::set                           -> cache: >news::stats_switzerlan2024< with ttl:3600
1.139202 - CACHE::get                           -> cache: >news::news_switzerlan2024_limit5_page0< not found
1.139221 - NEWS::load_news                      -> ... from database
1.139258 - 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.144824 - HTML::encodeCms                      -> 
1.145307 - HTML::encode                         -> This year we’re facing a couple of logistical challenges. ...
1.145499 - HTML::encode                         -> replace run 1
1.145552 - HTML::encodeCms                      -> 
1.145571 - HTML::encode                         -> We are pleased to announce that SwitzerLAN is back and you c...
1.145614 - HTML::encode                         -> replace run 1
1.145650 - CACHE::set                           -> cache: >news::news_switzerlan2024_limit5_page0< with ttl:3600
1.145956 - HTML::template                       -> template: >box_news_bit<
1.146115 - HTML::template                       -> template: >box_news_bit<
1.146143 - HTML::template                       -> template: >box_news<
1.146252 - HTML::template_exists                -> search: >page_box_right< == 1
1.146290 - HTML::template                       -> template: >page_box_right<
1.146367 - PAGE::get_boxes                      -> -------- call: right::party
1.146395 - CBOX::party                          -> generate Box
1.146415 - EVENT::short_event                   -> id >27<
1.146425 - EVENT::getevent                      -> id >27<
1.146438 - 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.151493 - CACHE::get                           -> cache: >event_27::stats< not found
1.151526 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>=0
1.158190 - dotDatabase::query                   -> SELECT count(*) FROM event_teilnehmer WHERE event_id='27' AND bezahlt>0
1.166846 - CACHE::set                           -> cache: >event_27::stats< with ttl:3600
1.167045 - HTML::template                       -> template: >box_event<
1.167391 - HTML::template_exists                -> search: >page_box_right< == 1
1.167475 - HTML::template                       -> template: >page_box_right<
1.167530 - PAGE::get_boxes                      -> -------- call: right::forum
1.167551 - CBOX::forum                          -> generate forum box
1.167563 - CBOX::forum_load_threads             -> load data
1.167601 - CACHE::get                           -> cache: >forum::topthreads< not found
1.167621 - 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.178781 - CACHE::set                           -> cache: >forum::topthreads< with ttl:3600
1.179059 - CBOX::forum_threads                  -> list all threads in array
1.179092 - 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.179143 - admin::getInstance                   -> do
1.179232 - HTML::template                       -> template: >box_forum_bit<
1.179428 - HTML::template                       -> template: >box_forum_bit<
1.179483 - HTML::template                       -> template: >box_forum_bit<
1.179539 - HTML::template                       -> template: >box_forum_bit<
1.179586 - HTML::template                       -> template: >box_forum_bit<
1.179634 - HTML::template                       -> template: >box_forum_bit<
1.179663 - HTML::template                       -> template: >box_forum<
1.179798 - HTML::template_exists                -> search: >page_box_right< == 1
1.179851 - HTML::template                       -> template: >page_box_right<
1.179899 - PAGE::get_boxes                      -> -------- call: right::vote
1.179919 - CBOX::vote                           -> generate Box
1.179933 - 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.184439 - HTML::template                       -> template: >box_vote_nocurrent<
1.184677 - HTML::template_exists                -> search: >page_box_right< == 1
1.184717 - HTML::template                       -> template: >page_box_right<
1.184755 - PAGE::get_boxes                      -> -------- call: right::buddylist
1.184774 - CBOX::buddylist                      -> generate Box
1.184807 - HTML::template                       -> template: >box_buddylist_msg<
1.184867 - HTML::template                       -> template: >box_buddylist<
1.184951 - HTML::template_exists                -> search: >page_box_right< == 1
1.184976 - HTML::template                       -> template: >page_box_right<
1.185011 - PAGE::get_boxes                      -> -------- call: right::online
1.185026 - CBOX::online                         -> generate Box
1.185038 - HTML::template                       -> template: >box_online<
1.185123 - HTML::template_exists                -> search: >page_box_right< == 1
1.185157 - HTML::template                       -> template: >page_box_right<
1.185205 - PAGE::render                         -> final
1.185216 - PAGE::renderTemplate                 -> page
1.185227 - dotSession::getInstance              -> do
1.185247 - PAGE::getHead                        -> return
1.185254 - dotSession::getInstance              -> do
1.185385 - HTML::template                       -> template: >page<
1.186041 - PAGE::render_template                -> final

PHP Includes   : 26
DB Queries     : 28
Rendering Time : 1.187559

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