Page Time: 0.1163s

Memory: 9.2452 MB (Peak: 11.1335 MB)

Queries (14, time: 0.0047s, 4.0%)

  1. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('options', 'languages', 'contentTypes', 'codeEventListeners', 'deferredRun', 'simpleCache', 'addOns', 'defaultStyleProperties', 'routeFiltersIn', 'routeFiltersOut', 'routesPublic', 'nodeTypes', 'bannedIps', 'discouragedIps', 'styles', 'displayStyles', 'userBanners', 'smilies', 'bbCode', 'threadPrefixes', 'userTitleLadder', 'reportCounts', 'moderationCounts', 'userModerationCounts', 'notices', 'userFieldsInfo')
    Run Time: 0.000824
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryALLPRIMARY   27Using where
  2. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000190
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  3. SELECT *
    FROM xf_search
    WHERE search_id = ?
    Params: 54024610
    Run Time: 0.000463
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  4. SELECT profile_post.*
    	,
    	posting_user.*,
    	IF(posting_user.username IS NULL, profile_post.username, posting_user.username) AS username,
    	receiving_user.username
    		AS profile_username,
    	receiving_user.gender
    		AS profile_gender,
    	receiving_user.user_state
    		AS profile_user_state,
    	receiving_user.user_group_id
    		AS profile_user_group_id,
    	receiving_user.secondary_group_ids
    		AS profile_secondary_group_ids,
    	receiving_user.display_style_group_id
    		AS profile_display_style_group_id,
    	receiving_user.is_banned
    		AS profile_is_banned,
    	receiving_user.is_admin
    		AS profile_is_admin,
    	receiving_user.is_moderator
    		AS profile_is_moderator,
    	receiving_user.avatar_date
    		AS profile_avatar_date,
    	receiving_user.gravatar
    		AS profile_gravatar,
    	receiving_user.warning_points
    		AS profile_warning_points,
    	receiving_user.permission_combination_id
    		AS profile_permission_combination_id,
    	receiving_user_privacy.allow_view_profile
    		AS profile_allow_view_profile,
    	receiving_user_privacy.allow_post_profile
    		AS profile_allow_post_profile,
    	receiving_user_privacy.allow_send_personal_conversation
    		AS profile_allow_send_personal_conversation,
    	receiving_user_privacy.allow_view_identities
    		AS profile_allow_view_identities,
    	receiving_user_privacy.allow_receive_news_feed
    		AS profile_allow_allow_receive_news_feed,
    	IF (receiving_user_follow.follow_user_id, 1, 0)
    		AS following_0
    FROM xf_profile_post AS profile_post
    
    	LEFT JOIN xf_user AS posting_user ON
    		(posting_user.user_id = profile_post.user_id)
    	LEFT JOIN xf_user AS receiving_user ON
    		(receiving_user.user_id = profile_post.profile_user_id)
    	LEFT JOIN xf_user_privacy AS receiving_user_privacy ON
    		(receiving_user_privacy.user_id = profile_post.profile_user_id)
    	LEFT JOIN xf_user_follow AS receiving_user_follow ON
    		(receiving_user_follow.user_id = profile_post.profile_user_id AND follow_user_id = 0)
    WHERE (profile_post.message_state IN ('visible'))
    ORDER BY profile_post.post_date DESC
     LIMIT 200
    Run Time: 0.001025
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEprofile_postALL    1541Using where; Using filesort
    SIMPLEposting_usereq_refPRIMARYPRIMARY4ih54800_lasers.profile_post.user_id1 
    SIMPLEreceiving_usereq_refPRIMARYPRIMARY4ih54800_lasers.profile_post.profile_user_id1 
    SIMPLEreceiving_user_privacyeq_refPRIMARYPRIMARY4ih54800_lasers.profile_post.profile_user_id1 
    SIMPLEreceiving_user_followeq_refPRIMARY,follow_user_idPRIMARY8ih54800_lasers.profile_post.profile_user_id,const1Using index
  5. SELECT user_ban.*,
    	user.username,
    	banning_user.username AS banning_username
    FROM xf_user_ban AS user_ban
    LEFT JOIN xf_user AS user ON (user.user_id = user_ban.user_id)
    LEFT JOIN xf_user AS banning_user ON (banning_user.user_id = user_ban.ban_user_id)
    WHERE user_ban.user_id = ?
    Params: 17255
    Run Time: 0.000203
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_banconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEbanning_userconstPRIMARYPRIMARY4const1 
  6. SELECT user_ban.*,
    	user.username,
    	banning_user.username AS banning_username
    FROM xf_user_ban AS user_ban
    LEFT JOIN xf_user AS user ON (user.user_id = user_ban.user_id)
    LEFT JOIN xf_user AS banning_user ON (banning_user.user_id = user_ban.ban_user_id)
    WHERE user_ban.user_id = ?
    Params: 17255
    Run Time: 0.000190
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_banconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEbanning_userconstPRIMARYPRIMARY4const1 
  7. SELECT user_ban.*,
    	user.username,
    	banning_user.username AS banning_username
    FROM xf_user_ban AS user_ban
    LEFT JOIN xf_user AS user ON (user.user_id = user_ban.user_id)
    LEFT JOIN xf_user AS banning_user ON (banning_user.user_id = user_ban.ban_user_id)
    WHERE user_ban.user_id = ?
    Params: 17255
    Run Time: 0.000193
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_banconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEbanning_userconstPRIMARYPRIMARY4const1 
  8. SELECT user_ban.*,
    	user.username,
    	banning_user.username AS banning_username
    FROM xf_user_ban AS user_ban
    LEFT JOIN xf_user AS user ON (user.user_id = user_ban.user_id)
    LEFT JOIN xf_user AS banning_user ON (banning_user.user_id = user_ban.ban_user_id)
    WHERE user_ban.user_id = ?
    Params: 17255
    Run Time: 0.000188
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_banconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEbanning_userconstPRIMARYPRIMARY4const1 
  9. SELECT user_ban.*,
    	user.username,
    	banning_user.username AS banning_username
    FROM xf_user_ban AS user_ban
    LEFT JOIN xf_user AS user ON (user.user_id = user_ban.user_id)
    LEFT JOIN xf_user AS banning_user ON (banning_user.user_id = user_ban.ban_user_id)
    WHERE user_ban.user_id = ?
    Params: 17255
    Run Time: 0.000187
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_banconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEbanning_userconstPRIMARYPRIMARY4const1 
  10. SELECT user_ban.*,
    	user.username,
    	banning_user.username AS banning_username
    FROM xf_user_ban AS user_ban
    LEFT JOIN xf_user AS user ON (user.user_id = user_ban.user_id)
    LEFT JOIN xf_user AS banning_user ON (banning_user.user_id = user_ban.ban_user_id)
    WHERE user_ban.user_id = ?
    Params: 17255
    Run Time: 0.000189
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_banconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEbanning_userconstPRIMARYPRIMARY4const1 
  11. SELECT user_ban.*,
    	user.username,
    	banning_user.username AS banning_username
    FROM xf_user_ban AS user_ban
    LEFT JOIN xf_user AS user ON (user.user_id = user_ban.user_id)
    LEFT JOIN xf_user AS banning_user ON (banning_user.user_id = user_ban.ban_user_id)
    WHERE user_ban.user_id = ?
    Params: 17255
    Run Time: 0.000188
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_banconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEbanning_userconstPRIMARYPRIMARY4const1 
  12. SELECT user_ban.*,
    	user.username,
    	banning_user.username AS banning_username
    FROM xf_user_ban AS user_ban
    LEFT JOIN xf_user AS user ON (user.user_id = user_ban.user_id)
    LEFT JOIN xf_user AS banning_user ON (banning_user.user_id = user_ban.ban_user_id)
    WHERE user_ban.user_id = ?
    Params: 17255
    Run Time: 0.000217
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_banconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEbanning_userconstPRIMARYPRIMARY4const1 
  13. INSERT INTO `xf_search` (`search_results`, `result_count`, `search_type`, `search_query`, `search_constraints`, `search_order`, `search_grouping`, `user_results`, `warnings`, `user_id`, `search_date`, `query_hash`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    Params: [["profilePost",3014],["profilePost",2995],["profilePost",2993],["profilePost",2992],["profilePost",2991],["profilePost",2984],["profilePost",2983],["profilePost",2982],["profilePost",2981],["profilePost",2980],["profilePost",2974],["profilePost",2973],["profilePost",2972],["profilePost",2968],["profilePost",2966],["profilePost",2962],["profilePost",2952],["profilePost",2951],["profilePost",2921],["profilePost",2907],["profilePost",2906],["profilePost",2905],["profilePost",2904],["profilePost",2902],["profilePost",2901],["profilePost",2894],["profilePost",2893],["profilePost",2794],["profilePost",2788],["profilePost",2761],["profilePost",2753],["profilePost",2751],["profilePost",2740],["profilePost",2735],["profilePost",2732],["profilePost",2731],["profilePost",2730],["profilePost",2729],["profilePost",2728],["profilePost",2727],["profilePost",2725],["profilePost",2722],["profilePost",2721],["profilePost",2720],["profilePost",2719],["profilePost",2718],["profilePost",2717],["profilePost",2716],["profilePost",2715],["profilePost",2714],["profilePost",2712],["profilePost",2711],["profilePost",2710],["profilePost",2709],["profilePost",2708],["profilePost",2707],["profilePost",2702],["profilePost",2687],["profilePost",2667],["profilePost",2661],["profilePost",2660],["profilePost",2657],["profilePost",2656],["profilePost",2655],["profilePost",2654],["profilePost",2649],["profilePost",2642],["profilePost",2623],["profilePost",2622],["profilePost",2621],["profilePost",2619],["profilePost",2618],["profilePost",2605],["profilePost",2599],["profilePost",2557],["profilePost",2544],["profilePost",2537],["profilePost",2536],["profilePost",2520],["profilePost",2517],["profilePost",2502],["profilePost",2498],["profilePost",2497],["profilePost",2496],["profilePost",2490],["profilePost",2489],["profilePost",2488],["profilePost",2487],["profilePost",2486],["profilePost",2484],["profilePost",2483],["profilePost",2478],["profilePost",2477],["profilePost",2476],["profilePost",2472],["profilePost",2470],["profilePost",2467],["profilePost",2466],["profilePost",2465],["profilePost",2463],["profilePost",2462],["profilePost",2461],["profilePost",2460],["profilePost",2457],["profilePost",2456],["profilePost",2455],["profilePost",2454],["profilePost",2452],["profilePost",2451],["profilePost",2449],["profilePost",2448],["profilePost",2446],["profilePost",2445],["profilePost",2443],["profilePost",2442],["profilePost",2440],["profilePost",2439],["profilePost",2438],["profilePost",2437],["profilePost",2436],["profilePost",2430],["profilePost",2426],["profilePost",2425],["profilePost",2424],["profilePost",2423],["profilePost",2422],["profilePost",2416],["profilePost",2415],["profilePost",2414],["profilePost",2410],["profilePost",2409],["profilePost",2408],["profilePost",2406],["profilePost",2404],["profilePost",2403],["profilePost",2402],["profilePost",2401],["profilePost",2399],["profilePost",2391],["profilePost",2373],["profilePost",2359],["profilePost",2357],["profilePost",2351],["profilePost",2350],["profilePost",2345],["profilePost",2343],["profilePost",2342],["profilePost",2341],["profilePost",2338],["profilePost",2335],["profilePost",2334],["profilePost",2332],["profilePost",2327],["profilePost",2326],["profilePost",2324],["profilePost",2323],["profilePost",2322],["profilePost",2316],["profilePost",2315],["profilePost",2314],["profilePost",2305],["profilePost",2304],["profilePost",2302],["profilePost",2301],["profilePost",2300],["profilePost",2298],["profilePost",2297],["profilePost",2292],["profilePost",2291],["profilePost",2290],["profilePost",2289],["profilePost",2287],["profilePost",2284],["profilePost",2282],["profilePost",2278],["profilePost",2277],["profilePost",2276],["profilePost",2274],["profilePost",2273],["profilePost",2271],["profilePost",2265],["profilePost",2264],["profilePost",2259],["profilePost",2258],["profilePost",2257],["profilePost",2256]], 186, new-profile-posts, , [], date, 0, , [], 0, 1714352007, e5e90eac995176ca784929f242361827
    Run Time: 0.000340
  14. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 197c4a0b64208b0ee4abb26b225fc921, a:7:{s:12:"sessionStart";i:1714352007;s:2:"ip";s:4:"¾˜&";s:11:"sessionCsrf";s:16:"X9-zmXUYoIbci6J2";s:9:"userAgent";s:103:"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)";s:7:"robotId";s:0:"";s:16:"previousActivity";i:0;s:10:"isIpBanned";a:2:{s:6:"result";b:0;s:7:"version";i:1574415124;}}, 1714355607
    Run Time: 0.000270

Included Files (63, XenForo Classes: 42)

  1. index.php
  2. library/XenForo/Autoloader.php
  3. library/XenForo/Application.php
  4. library/Zend/Registry.php
  5. library/Lgpl/utf8.php
  6. library/Zend/Config.php
  7. library/config.php
  8. library/XenForo/FrontController.php
  9. library/XenForo/Dependencies/Public.php
  10. library/XenForo/Dependencies/Abstract.php
  11. library/Zend/Controller/Request/Http.php
  12. library/Zend/Controller/Request/Abstract.php
  13. library/Zend/Uri.php
  14. library/Zend/Controller/Response/Http.php
  15. library/Zend/Controller/Response/Abstract.php
  16. library/XenForo/Model/DataRegistry.php
  17. library/XenForo/Model.php
  18. library/Zend/Db.php
  19. library/Zend/Db/Adapter/Mysqli.php
  20. library/Zend/Db/Adapter/Abstract.php
  21. library/Zend/Db/Select.php
  22. library/Zend/Db/Expr.php
  23. library/Zend/Db/Profiler.php
  24. library/Zend/Db/Statement/Mysqli.php
  25. library/Zend/Db/Statement.php
  26. library/Zend/Db/Statement/Interface.php
  27. library/Zend/Db/Profiler/Query.php
  28. library/XenForo/CodeEvent.php
  29. library/XenForo/Options.php
  30. library/XenForo/Link.php
  31. library/XenForo/Template/Helper/Core.php
  32. library/XenForo/Router.php
  33. library/XenForo/Route/Filter.php
  34. library/XenForo/Route/Interface.php
  35. library/XenForo/Route/ResponseSuffix.php
  36. library/XenForo/Route/Prefix.php
  37. library/XenForo/Route/Prefix/FindNew.php
  38. library/XenForo/RouteMatch.php
  39. library/XenForo/ControllerPublic/FindNew.php
  40. library/XenForo/ControllerPublic/Abstract.php
  41. library/XenForo/Controller.php
  42. library/ExternalExtended/Listener.php
  43. library/XenForo/Input.php
  44. library/XenForo/Session.php
  45. library/XenForo/Helper/Ip.php
  46. library/XenForo/Visitor.php
  47. library/XenForo/Model/User.php
  48. library/XenForo/Permission.php
  49. library/XenForo/Helper/Php.php
  50. library/XenForo/Phrase.php
  51. library/XenForo/Locale.php
  52. library/XenForo/Model/ProfilePost.php
  53. library/XenForo/Model/Search.php
  54. library/XenForo/Model/UserProfile.php
  55. library/XenForo/Model/Banning.php
  56. library/XenForo/ControllerResponse/Redirect.php
  57. library/XenForo/ControllerResponse/Abstract.php
  58. library/XenForo/Helper/Cookie.php
  59. library/XenForo/ViewRenderer/HtmlPublic.php
  60. library/XenForo/ViewRenderer/Abstract.php
  61. library/XenForo/Template/Public.php
  62. library/XenForo/Template/Abstract.php
  63. library/XenForo/Debug.php