Page Time: 0.1110s

Memory: 6.8242 MB (Peak: 7.0544 MB)

Queries (8, time: 0.0108s, 9.8%)

  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.001263
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using where
  2. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('brListenerClasses', 'brBriviumAddOns')
    Run Time: 0.000414
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using where
  3. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('ads', 'adPositions', 'adTypes')
    Run Time: 0.000257
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 3Using where
  4. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000251
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  5. SELECT xfa_blog_entry.*
    	,xf_user.*,deletion_log.*,liked_content.like_date,xfa_blog_entry_watch.watch_id watch_id,xfa_blog_entry_read.entry_read_date,user_follow.follow_user_id blog_owner_follows_visitor				
    FROM xfa_blog_entry
    	 INNER JOIN xf_user ON xfa_blog_entry.user_id = xf_user.user_id LEFT JOIN xf_deletion_log deletion_log ON xfa_blog_entry.entry_id = deletion_log.content_id AND content_type = 'xfa_blog_entry'
    	LEFT JOIN xf_liked_content AS liked_content
    		ON (liked_content.content_type = 'xfa_blog_entry'
    		AND liked_content.content_id = xfa_blog_entry.entry_id
    		AND liked_content.like_user_id = 0)					
    	 LEFT JOIN xfa_blog_entry_watch ON xfa_blog_entry.entry_id = xfa_blog_entry_watch.entry_id AND xfa_blog_entry_watch.user_id = 0 LEFT JOIN xfa_blog_entry_read ON xfa_blog_entry.entry_id = xfa_blog_entry_read.entry_id AND xfa_blog_entry_read.user_id = 0 LEFT JOIN xf_user_follow user_follow ON xfa_blog_entry.user_id = user_follow.user_id AND follow_user_id = 0				
    WHERE
    	xfa_blog_entry.entry_id = ?
    Params: 6498
    Run Time: 0.005258
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExfa_blog_entryconstPRIMARY,idx_user,idx_positionPRIMARY4const1 
    SIMPLExf_userconstPRIMARYPRIMARY4const1 
    SIMPLEdeletion_logconstPRIMARYPRIMARY31const,const0unique row not found
    SIMPLEliked_contentconstcontent_type_id_like_user_id,like_user_content_type_idcontent_type_id_like_user_id35const,const,const0unique row not found
    SIMPLExfa_blog_entry_watchconstux_watchux_watch8const,const0unique row not found
    SIMPLExfa_blog_entry_readconstuser_iduser_id8const,const0unique row not found
    SIMPLEuser_followconstPRIMARY,follow_user_idPRIMARY8const,const0unique row not found
  6. SELECT
    	blog.*, blog.user_id blog_exists,
    	user.*
    	,user_privacy.allow_view_blog,user_follow.follow_user_id blog_owner_follows_visitor,xfa_blog_read.blog_read_date
    FROM xf_user user
    LEFT JOIN xfa_blog blog ON user.user_id = blog.user_id
    	 INNER JOIN xf_user_privacy user_privacy ON user.user_id = user_privacy.user_id LEFT JOIN xf_user_follow user_follow ON user.user_id = user_follow.user_id AND follow_user_id = 0 LEFT JOIN xfa_blog_read ON user.user_id = xfa_blog_read.blog_user_id AND xfa_blog_read.user_id = 0
    WHERE
    	user.user_id = ?
    Params: 606
    Run Time: 0.002034
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEblogconstPRIMARYPRIMARY4const1 
    SIMPLEuser_privacyconstPRIMARYPRIMARY4const1 
    SIMPLEuser_followconstPRIMARY,follow_user_idPRIMARY8const,const0unique row not found
    SIMPLExfa_blog_readconstuser_iduser_id8const,const0unique row not found
  7. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('xfa_blogs_username')
    Params: 2
    Run Time: 0.000694
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  8. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 539c709edb00a08d2a1be515f27cb62f, , 1711668178
    Run Time: 0.000657

Included Files (89, XenForo Classes: 37)

  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/EWRporta2/Listener/Init.php
  33. library/NFLJ/Sportsbook/Listener/Proxy.php
  34. library/Brivium/BriviumHelper/EventListeners.php
  35. library/Brivium/BriviumHelper/1010071/EventListeners.php
  36. library/EWRporta2/Listener/Model.php
  37. library/Siropu/Chat/Listener.php
  38. library/Merc/AdManager/Listener/LoadClass.php
  39. library/XenPlus/Listener/LoadClass.php
  40. library/XenPlus/Listener/Abstract.php
  41. library/ExternalExtended/Listener.php
  42. library/XfAddOns/Blogs/Listener.php
  43. library/XfAddOns/Blogs/Install/Version.php
  44. library/bdMedal/Listener.php
  45. library/DevKit/Listener/Listener.php
  46. library/Esthetic/EBBC/Listener/Model.php
  47. library/Brivium/CustomNodeStyle/EventListener/Listener.php
  48. library/Merc/AdManager/Listener/InitDependencies.php
  49. library/XenPlus/Listener/InitDependencies.php
  50. library/Esthetic/EBBC/Listener/Dependencies.php
  51. library/Esthetic/EBBC/Service/Config.php
  52. library/XenForo/Router.php
  53. library/XenForo/Route/Filter.php
  54. library/XenForo/Route/Interface.php
  55. library/XenForo/Route/ResponseSuffix.php
  56. library/XenForo/Route/Prefix.php
  57. library/XenForo/RouteMatch.php
  58. library/XfAddOns/Blogs/Route/Prefix/BlogEntry.php
  59. library/XfAddOns/Blogs/ControllerPublic/BlogEntry.php
  60. library/XfAddOns/Blogs/ControllerPublic/Abstract.php
  61. library/XenForo/ControllerPublic/Abstract.php
  62. library/XenForo/Controller.php
  63. library/EWRporta2/Listener/Controller.php
  64. library/XI/Tag/CodeEvent/Listener.php
  65. library/Esthetic/EBBC/Listener/Controller.php
  66. library/XenForo/Input.php
  67. library/XfAddOns/Blogs/Model/Blog.php
  68. library/XfAddOns/Blogs/Model/Entry.php
  69. library/XfAddOns/Blogs/Model/Comment.php
  70. library/XfAddOns/Blogs/Model/Category.php
  71. library/XenForo/Session.php
  72. library/XenForo/Helper/Ip.php
  73. library/XenForo/Visitor.php
  74. library/XenForo/Model/User.php
  75. library/EWRporta2/Model/User.php
  76. library/XfAddOns/Blogs/Override/Model/User.php
  77. library/XenForo/Permission.php
  78. library/XenForo/Helper/Php.php
  79. library/XenForo/Phrase.php
  80. library/XenForo/Locale.php
  81. library/XenForo/ControllerResponse/Redirect.php
  82. library/XenForo/ControllerResponse/Abstract.php
  83. library/XenForo/ControllerResponse/Exception.php
  84. library/XenForo/Helper/Cookie.php
  85. library/XenForo/ViewRenderer/HtmlPublic.php
  86. library/XenForo/ViewRenderer/Abstract.php
  87. library/XenForo/Template/Public.php
  88. library/XenForo/Template/Abstract.php
  89. library/XenForo/Debug.php