Page Time: 0.0532s

Memory: 6.6817 MB (Peak: 6.7372 MB)

Queries (4, time: 0.0015s, 2.9%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000123
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  2. SELECT resource.*
    	,
    		version.version_string,
    		version.release_date,
    		version.download_url,
    		version.rating_count AS version_rating_count,
    		version.rating_sum AS version_rating_sum,
    		version.download_count AS version_download_count,
    		user.*, user_profile.*, IF(user.username IS NULL, resource.username, user.username) AS username,
    		attachment.attachment_id,
    		attachment.view_count AS attachment_view_count,
    		attachment_data.filename AS attachment_filename,
    		attachment_data.file_size AS attachment_file_size,
    		feature.feature_date,
    		0 AS is_watched,
    		0 AS last_download_date
    FROM xf_resource AS resource
    	
    		LEFT JOIN xf_resource_version AS version ON
    			(version.resource_version_id = resource.current_version_id)
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = resource.user_id)
    		LEFT JOIN xf_user_profile AS user_profile ON
    			(user_profile.user_id = resource.user_id)
    		LEFT JOIN xf_attachment AS attachment ON
    			(attachment.content_type = 'resource_version' AND attachment.content_id = version.resource_version_id)
    		LEFT JOIN xf_attachment_data AS attachment_data ON
    			(attachment_data.data_id = attachment.data_id)
    		LEFT JOIN xf_resource_feature AS feature ON
    			(feature.resource_id = resource.resource_id)
    WHERE resource.resource_id = ?
    Params: 312
    Run Time: 0.000365
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEresourceconstPRIMARYPRIMARY4const1 
    SIMPLEversionconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEuser_profileconstPRIMARYPRIMARY4const1 
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using where
    SIMPLEattachment_dataeq_refPRIMARYPRIMARY4psychopa_vanilla.attachment.data_id1Using where
    SIMPLEfeatureeq_refPRIMARYPRIMARY4const1 
  3. SELECT resource_category.*
    	,
    	permission.cache_value AS category_permission_cache
    FROM xf_resource_category AS resource_category
    
    	LEFT JOIN xf_permission_cache_content AS permission
    		ON (permission.permission_combination_id = 1
    			AND permission.content_type = 'resource_category'
    			AND permission.content_id = resource_category.resource_category_id)
    WHERE resource_category.resource_category_id = ?
    Params: 3
    Run Time: 0.000128
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEresource_categoryconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  4. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: a1d14e39a2999365a7fa0e3c543a4664, , 1714156994
    Run Time: 0.000903

Included Files (136, XenForo Classes: 41)

  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/Cache.php
  19. library/Zend/Cache/Backend/File.php
  20. library/Zend/Cache/Backend/ExtendedInterface.php
  21. library/Zend/Cache/Backend/Interface.php
  22. library/Zend/Cache/Backend.php
  23. library/Zend/Cache/Core.php
  24. library/XenForo/CodeEvent.php
  25. library/XenForo/Options.php
  26. library/XenForo/Link.php
  27. library/XenForo/Template/Helper/Core.php
  28. library/XenResource/Listener/Proxy.php
  29. library/Waindigo/Listener/InitDependencies.php
  30. library/Waindigo/Listener/InitDependencies/20150212.php
  31. library/ForumCube/ResourceIconsExtension/Listener.php
  32. library/ForumCube/WidgetLastPost/Listener.php
  33. library/ForumCube/ResourceExtension/Listener.php
  34. library/ForumCube/ArticleAuthor/Listener.php
  35. library/ForumCube/BanUserTitle/Listener.php
  36. library/ForumCube/BannedLogout/Listener.php
  37. library/ForumCube/Hug/Listener.php
  38. library/ForumCube/ReferralUserLog/Listener.php
  39. library/ForumCube/MultiAccountDetector/Listener.php
  40. library/ForumCube/QuickPrefix/Listener.php
  41. library/ForumCube/RegistrationQuiz/Listener.php
  42. library/ForumCube/SecurityImprovements/Listener.php
  43. library/ForumCube/Donations/Listener.php
  44. library/ForumCube/ReportImprovement/Listener.php
  45. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  46. library/WidgetFramework/Listener.php
  47. library/WidgetFramework/Option.php
  48. library/XenMoods/Listener/InitDependencies.php
  49. library/PowerDigital/Unanswered/Listener.php
  50. library/XenMoods/Listener/LoadClassModel.php
  51. library/RmThreadReassign/Listener.php
  52. library/ThemeHouse/Listener/InitDependencies.php
  53. library/ThemeHouse/Listener/InitDependencies/20151202.php
  54. library/ThemeHouse/Listener/ControllerPreDispatch/20150911.php
  55. library/XenForo/Router.php
  56. library/XenForo/Route/Filter.php
  57. library/XenForo/Route/Interface.php
  58. library/XenForo/Route/ResponseSuffix.php
  59. library/XenForo/Route/Prefix.php
  60. library/WidgetFramework/Route/Filter/PageX.php
  61. library/XenForo/RouteMatch.php
  62. library/XenResource/Route/Prefix/Resources.php
  63. library/XenResource/ControllerPublic/Resource.php
  64. library/XenForo/ControllerPublic/Abstract.php
  65. library/XenForo/Controller.php
  66. library/Siropu/UsernameChange/Listener.php
  67. library/ForumCube/DeletePosts/Listener.php
  68. library/ForumCube/ResourceExtension/Extend/XenResource/ControllerPublic/Resource.php
  69. library/ForumCube/ArticleAuthor/Extend/XenResource/ControllerPublic/Resource.php
  70. library/RmThreadReassign/ControllerPublic/Resource.php
  71. library/XenForo/Input.php
  72. library/XenForo/Session.php
  73. library/Zend/Db.php
  74. library/Zend/Db/Adapter/Mysqli.php
  75. library/Zend/Db/Adapter/Abstract.php
  76. library/Zend/Db/Select.php
  77. library/Zend/Db/Expr.php
  78. library/Zend/Db/Profiler.php
  79. library/Zend/Db/Statement/Mysqli.php
  80. library/Zend/Db/Statement.php
  81. library/Zend/Db/Statement/Interface.php
  82. library/XenForo/Helper/Ip.php
  83. library/XenForo/Visitor.php
  84. library/XenForo/Model/User.php
  85. library/ThemeHouse/LoginAsUser/Listener/LoadClass.php
  86. library/ThemeHouse/Listener/LoadClass.php
  87. library/ThemeHouse/Listener/LoadClass/20150518.php
  88. library/Litespeedcache/Listener/Global.php
  89. library/ThemeHouse/LoginAsUser/Extend/XenForo/Model/User.php
  90. library/WidgetFramework/XenForo/Model/User.php
  91. library/XenMoods/XFCP/Model/User.php
  92. library/XenResource/Listener/Proxy/ModelUser.php
  93. library/Zend/Db/Profiler/Query.php
  94. library/XenForo/Permission.php
  95. library/XenForo/Helper/Php.php
  96. library/XenForo/Phrase.php
  97. library/XenForo/Locale.php
  98. library/ThemeHouse/LoginAsUser/Listener/VisitorSetup.php
  99. library/ThemeHouse/Listener/VisitorSetup.php
  100. library/ThemeHouse/Listener/VisitorSetup/20150106.php
  101. library/ThemeHouse/LoginAsUser/Extend/XenForo/Visitor.php
  102. library/XenResource/Model/Resource.php
  103. library/Waindigo/ResourceIcons/Listener/LoadClass.php
  104. library/Waindigo/Listener/LoadClass.php
  105. library/Waindigo/Listener/LoadClass/20150318.php
  106. library/ForumCube/ResourceIconsExtension/Extend/XenResource/Model/Resource.php
  107. library/ForumCube/ResourceExtension/Extend/XenResource/Model/Resource.php
  108. library/Waindigo/ResourceIcons/Extend/XenResource/Model/Resource.php
  109. library/RmThreadReassign/Model/Resource.php
  110. library/DigitalPointAdPositioning/Listener/ControllerPreDispatch.php
  111. library/Waindigo/DailyPostLimit/Listener/ControllerPreDispatch.php
  112. library/XenForo/ControllerResponse/Reroute.php
  113. library/XenForo/ControllerResponse/Abstract.php
  114. library/DigitalPointAdPositioning/Listener/ControllerPostDispatch.php
  115. library/XenResource/ControllerHelper/Resource.php
  116. library/XenForo/ControllerHelper/Abstract.php
  117. library/XenResource/Model/Category.php
  118. library/XenForo/Helper/String.php
  119. library/XenResource/Model/Update.php
  120. library/XenResource/Model/Version.php
  121. library/XenForo/ControllerResponse/Redirect.php
  122. library/XenForo/ControllerResponse/Exception.php
  123. library/XenForo/Helper/Cookie.php
  124. library/XenForo/ViewRenderer/HtmlPublic.php
  125. library/XenForo/ViewRenderer/Abstract.php
  126. library/XenForo/Template/Public.php
  127. library/XenForo/Template/Abstract.php
  128. library/WidgetFramework/Core.php
  129. library/XenForo/Model/Moderator.php
  130. library/XenResource/Listener/Proxy/ModelModerator.php
  131. library/ForumCube/CWidget/Listener.php
  132. library/WidgetFramework/Model/Widget.php
  133. library/ForumCube/CWidget/Model/Widget.php
  134. library/WidgetFramework/Helper/Sort.php
  135. library/XenMoods/Listener/FrontControllerPreView.php
  136. library/XenForo/Debug.php