.0725s

Page Time: 0.0725s

Memory: 11.7773 MB (Peak: 13.7731 MB)

Queries (8, time: 0.0026s, 3.6%)

  1. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('options', 'languages', 'contentTypes', 'codeEventListeners', 'cron', 'simpleCache', 'routesPublic', 'nodeTypes', 'bannedIps', 'discouragedIps', 'styles', 'displayStyles', 'smilies', 'bbCode', 'threadPrefixes', 'trophyUserTitles', 'reportCounts', 'moderationCounts', 'notices', 'userFieldsInfo')
    Run Time: 0.000852
    Select Type Table Type Possible Keys Key Key Len Ref Rows Extra
    SIMPLE xf_data_registry range PRIMARY PRIMARY 77   20 Using where
  2. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000183
    Select Type Table Type Possible Keys Key Key Len Ref Rows Extra
    SIMPLE xf_permission_combination const PRIMARY PRIMARY 4 const 1  
  3. SELECT thread.*
    	,
    		user.avatar_date, user.gravatar,
    		NULL AS thread_read_date,
    		0 AS thread_is_watched
    FROM xf_thread AS thread
    
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = thread.user_id)
    WHERE thread.thread_id = ?
    Params: 2972
    Run Time: 0.000386
    Select Type Table Type Possible Keys Key Key Len Ref Rows Extra
    SIMPLE               Impossible WHERE noticed after reading const tables
  4. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 8e050c9292d0854aee47e98c6712a350, a:5:{s:12:”sessionStart”;i:1352668287;s:2:”ip”;i:2886730103;s:9:”userAgent”;s:75:”ia_archiver (+http://www.alexa.com/site/help/webmasters; [email protected])”;s:7:”isRobot”;s:7:”crawler”;s:16:”previousActivity”;i:0;}, 1352671887
    Run Time: 0.000215
  5. INSERT INTO xf_session_activity
    	(user_id, unique_key, ip, controller_name, controller_action, view_state, params, view_date)
    VALUES
    	(?, ?, ?, ?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE
    	ip = VALUES(ip),
    	controller_name = VALUES(controller_name),
    	controller_action = VALUES(controller_action),
    	view_state = VALUES(view_state),
    	params = VALUES(params),
    	view_date = VALUES(view_date)
    Params: 0, 2886730103, 2886730103, XenForo_ControllerPublic_Thread, Index, error, thread_id=2972, 1352668287
    Run Time: 0.000131
  6. SELECT node_id
    FROM xf_thread
    WHERE thread_id = ?
    Params: 2972
    Run Time: 0.000141
    Select Type Table Type Possible Keys Key Key Len Ref Rows Extra
    SIMPLE               Impossible WHERE noticed after reading const tables
  7. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'error', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 4, 3
    Run Time: 0.000415
    Select Type Table Type Possible Keys Key Key Len Ref Rows Extra
    SIMPLE xf_template_compiled range PRIMARY PRIMARY 160   3 Using where
  8. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('requested_thread_not_found')
    Params: 3
    Run Time: 0.000281
    Select Type Table Type Possible Keys Key Key Len Ref Rows Extra
    SIMPLE xf_phrase_compiled const PRIMARY PRIMARY 231 const,const 1  
  Cần tuyển chị dâu gấp...

Included Files (81, 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.php
  17. library/XenForo/Model/DataRegistry.php
  18. library/XenForo/CodeEvent.php
  19. library/Zend/Db.php
  20. library/Zend/Db/Adapter/Mysqli.php
  21. library/Zend/Db/Adapter/Abstract.php
  22. library/Zend/Db/Select.php
  23. library/Zend/Db/Expr.php
  24. library/Zend/Db/Profiler.php
  25. library/Zend/Db/Statement/Mysqli.php
  26. library/Zend/Db/Statement.php
  27. library/Zend/Db/Statement/Interface.php
  28. library/Zend/Db/Profiler/Query.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/ResponseSuffix.php
  34. library/XenForo/Route/Interface.php
  35. library/XenForo/Route/Prefix.php
  36. library/XenForo/Route/Prefix/Threads.php
  37. library/XenForo/RouteMatch.php
  38. library/XenForo/ControllerPublic/Thread.php
  39. library/XenForo/ControllerPublic/Abstract.php
  40. library/XenForo/Controller.php
  41. library/DBTech/UsersViewingThread/Plugin.php
  42. library/ChipXF/MoreThread/Listener.php
  43. library/NodesAsTabs/Listen.php
  44. library/LatestThread/Listener/Listener.php
  45. library/PrefixForumListing/Listener.php
  46. library/LimitSig/Listener/LoadClassController.php
  47. library/DBTech/UsersViewingThread/Controller/UsersViewingThread.php
  48. library/ChipXF/MoreThread/ControllerPublic/Thread.php
  49. library/NodesAsTabs/ControllerPublic/Thread.php
  50. library/XenForo/Input.php
  51. library/XenForo/Session.php
  52. library/XenForo/Visitor.php
  53. library/XenForo/Model/User.php
  54. library/VietXfAdvStats/Listener.php
  55. library/InfisJSC/TopicStarter/Listener.php
  56. library/VietXfAdvStats/XenForo/Model/User.php
  57. library/XenForo/Permission.php
  58. library/XenForo/Phrase.php
  59. library/XenForo/Locale.php
  60. library/Cezz/MobileStyleSwitch/Switch.php
  61. library/XenForo/ControllerHelper/ForumThreadPost.php
  62. library/XenForo/ControllerHelper/Abstract.php
  63. library/XenForo/Model/Thread.php
  64. library/VietXfAdvStats/XenForo/Model/Thread.php
  65. library/InfisJSC/TopicStarter/Model/Thread.php
  66. library/XenForo/ControllerResponse/Error.php
  67. library/XenForo/ControllerResponse/Abstract.php
  68. library/XenForo/ControllerResponse/Exception.php
  69. library/XenForo/Helper/Cookie.php
  70. library/NodesAsTabs/Model/Options.php
  71. library/XenForo/ViewRenderer/HtmlPublic.php
  72. library/XenForo/ViewRenderer/Abstract.php
  73. library/XenForo/Template/Public.php
  74. library/XenForo/Template/Abstract.php
  75. library/XenForo/Route/Prefix/Members.php
  76. library/NodesAsTabs/NavTabs.php
  77. library/XenForo/Route/Prefix/LinkForums.php
  78. library/VietXfAdvStats/Option.php
  79. library/XenForo/Debug.php
  80. library/sonnbImageFancybox/Listener.php
  81. library/XenForo/ViewRenderer/Json.php
  Điều hướng nhanh

Leave a Comment