Page Time: 0.1647s

Memory: 11.1989 MB (Peak: 17.7631 MB)

Queries (65, time: 0.0274s, 16.6%)

  1. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('styles')
    Run Time: 0.000615
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  2. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000175
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  3. SELECT thread.*
    	,
    		user.gender, user.avatar_date, user.gravatar,
    		NULL AS thread_read_date,
    		0 AS thread_reply_banned,
    		0 AS thread_is_watched,
    		'' AS draft_message, NULL AS draft_extra,
    		0 AS thread_is_ignored, 0 AS thread_ignore_news_feed,
                        0 AS thread_ignore_new_posts, 0 AS thread_ignore_forum_view
    FROM xf_thread AS thread
    
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = thread.user_id)
    WHERE thread.thread_id = ?
    Params: 93623
    Run Time: 0.000503
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
  4. SELECT node.*, forum.*
    	,
    	permission.cache_value AS node_permission_cache,
    		NULL AS forum_read_date
    FROM xf_forum AS forum
    INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
    
    	LEFT JOIN xf_permission_cache_content AS permission
    		ON (permission.permission_combination_id = 1
    			AND permission.content_type = 'node'
    			AND permission.content_id = forum.node_id)
    WHERE node.node_id = ?
    Params: 29
    Run Time: 0.000320
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  5. SELECT post.*
    	,
    		bb_code_parse_cache.parse_tree AS message_parsed, bb_code_parse_cache.cache_version AS message_cache_version,
    		user.*, IF(user.username IS NULL, post.username, user.username) AS username,
    		user_profile.*,
    		user_privacy.*,
    		signature_parse_cache.parse_tree AS signature_parsed, bb_code_parse_cache.cache_version AS signature_cache_version,
    		session_activity.view_date AS last_view_date,
    		0 AS like_date
    FROM xf_post AS post
    
    		LEFT JOIN xf_bb_code_parse_cache AS bb_code_parse_cache ON
    			(bb_code_parse_cache.content_type = 'post' AND bb_code_parse_cache.content_id = post.post_id)
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = post.user_id)
    		LEFT JOIN xf_user_profile AS user_profile ON
    			(user_profile.user_id = post.user_id)
    		LEFT JOIN xf_user_privacy AS user_privacy ON
    			(user_privacy.user_id = post.user_id)
    		LEFT JOIN xf_bb_code_parse_cache AS signature_parse_cache ON
    			(signature_parse_cache.content_type = 'signature' AND signature_parse_cache.content_id = post.user_id)
    		LEFT JOIN xf_session_activity AS session_activity ON
    			(post.user_id > 0 AND session_activity.user_id = post.user_id AND session_activity.unique_key = CAST(post.user_id AS BINARY))
    WHERE post.thread_id = ?
    	 AND (post.position >= 0 AND post.position < 50) 
    	AND (post.message_state IN ('visible'))
    ORDER BY post.position ASC, post.post_date ASC
    Params: 93623
    Run Time: 0.002216
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangethread_id_post_date,thread_id_positionthread_id_position8 50Using index condition; Using where; Using filesort
    SIMPLEbb_code_parse_cacheeq_refcontent_type_idcontent_type_id31const,themainb_tmb_new.post.post_id1Using where
    SIMPLEusereq_refPRIMARYPRIMARY4themainb_tmb_new.post.user_id1 
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4themainb_tmb_new.post.user_id1 
    SIMPLEuser_privacyeq_refPRIMARYPRIMARY4themainb_tmb_new.post.user_id1 
    SIMPLEsignature_parse_cacheeq_refcontent_type_idcontent_type_id31const,themainb_tmb_new.post.user_id1Using where
    SIMPLEsession_activityeq_refPRIMARYPRIMARY22themainb_tmb_new.post.user_id,func1Using where
  6. INSERT DELAYED INTO xf_thread_view
    	(thread_id)
    VALUES
    	(?)
    Params: 93623
    Run Time: 0.000066
  7. INSERT INTO xf_session_activity
    	(user_id, unique_key, ip, controller_name, controller_action, view_state, params, view_date, robot_key)
    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),
    	robot_key = VALUES(robot_key)
    Params: 0, , , XenForo_ControllerPublic_Thread, Index, valid, thread_id=93623, 1711689192,
    Run Time: 0.000176
  8. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: uix_nodeCache
    Run Time: 0.000107
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       no matching row in const table
  9. SELECT *
    FROM uix_node_layout
    Run Time: 0.000070
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuix_node_layoutALL    2 
  10. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: uix_nodeCache
    Run Time: 0.000068
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       no matching row in const table
  11. SELECT node.*,
    	node_field.uix_node_icons,
    	node_field.uix_styling,
    	node_field.collapsed,
    	node_field.inheritClass
    FROM xf_node AS node
    LEFT JOIN uix_node_fields AS node_field ON (node.node_id = node_field.node_id)
    Run Time: 0.000123
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeALL    38 
    SIMPLEnode_fieldALLPRIMARY   1Using where; Using join buffer (Block Nested Loop)
  12. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'bb_code_tag_code', 'bb_code_tag_php', 'bb_code_tag_html', 'bb_code_tag_quote', 'bb_code_tag_attach', 'bb_code_tag_spoiler', 'BRATI_thread_icon', 'BRATI_thread_icon_edit', 'thread_view', 'addm_navigation', 'BRSTI_navigation_tabs_members', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 16, 1
    Run Time: 0.000339
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 13Using where
  13. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('addm_donations')
    Params: 1
    Run Time: 0.000033
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  14. SELECT sport_team.*
    	
    FROM xf_brivium_sport_team AS sport_team
    	
    WHERE (sport_team.active = 1)
    ORDER BY sport_team.title ASC
    Run Time: 0.000081
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsport_teamALLactive   429Using where; Using filesort
  15. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796928, a:6:{i:0;s:14:"mmmmm :moar: ";i:1;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[img]";i:1;s:6:"[/img]";}s:8:"children";a:1:{i:0;s:78:"http://starcasm.net/wp-content/uploads/2011/06/Khaleesi-Daenerys-Targaryen.jpg";}}i:2;s:2:" ";i:3;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[img]";i:1;s:6:"[/img]";}s:8:"children";a:1:{i:0;s:52:"http://media.tumblr.com/tumblr_ln3p75pX0q1qcf3l5.jpg";}}i:4;s:2:" ";i:5;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[img]";i:1;s:6:"[/img]";}s:8:"children";a:1:{i:0;s:95:"http://t2.gstatic.com/images?q=tbn:ANd9GcSunE_hnh9oMnhg2CvkRivY8rTv_UuWj-S1mzMm4lSCWIseGhyl&t=1";}}}, 1702743702, 1711689192
    Run Time: 0.000631
  16. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796929, a:1:{i:0;s:67:"I'm gonna need you to go ahead and make this nsfw thanks, everyone";}, 1702743702, 1711689192
    Run Time: 0.000514
  17. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796930, a:1:{i:0;s:34:"done done done bring the heat doc";}, 1702743702, 1711689192
    Run Time: 0.000393
  18. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796931, a:1:{i:0;s:12:"Great thread";}, 1702743702, 1711689192
    Run Time: 0.000377
  19. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796932, a:10:{i:0;s:60:"Haha I was just saying it in general but i'll contribute. ";i:1;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[img]";i:1;s:6:"[/img]";}s:8:"children";a:1:{i:0;s:28:"http://i.imgur.com/R4bH4.jpg";}}i:2;s:1:" ";i:3;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[img]";i:1;s:6:"[/img]";}s:8:"children";a:1:{i:0;s:28:"http://i.imgur.com/EoETV.jpg";}}i:4;s:1:" ";i:5;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[img]";i:1;s:6:"[/img]";}s:8:"children";a:1:{i:0;s:28:"http://i.imgur.com/vCmDN.png";}}i:6;s:1:" ";i:7;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[img]";i:1;s:6:"[/img]";}s:8:"children";a:1:{i:0;s:98:"http://cdn03.cdn.egotastic.com/wp-content/uploads/2011/06/emilia-clarke-GOT-topless-02-830x466.jpg";}}i:8;s:41:" and a video of the final dragon scene ";i:9;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:20:"http://dai.ly/kfgWEB";s:8:"original";a:2:{i:0;s:26:"[url=http://dai.ly/kfgWEB]";i:1;s:6:"[/url]";}s:8:"children";a:1:{i:0;s:20:"http://dai.ly/kfgWEB";}}}, 1702743702, 1711689192
    Run Time: 0.000415
  20. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796933, a:1:{i:0;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[img]";i:1;s:6:"[/img]";}s:8:"children";a:1:{i:0;s:61:"http://25.media.tumblr.com/tumblr_lk8mbf2gp81qdz5mfo1_400.gif";}}}, 1702743702, 1711689192
    Run Time: 0.000457
  21. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796934, a:1:{i:0;s:12:"she's so hot";}, 1702743702, 1711689192
    Run Time: 0.000407
  22. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796935, a:1:{i:0;s:11:"team blonde";}, 1702743702, 1711689192
    Run Time: 0.000456
  23. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796936, a:7:{i:0;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[img]";i:1;s:6:"[/img]";}s:8:"children";a:1:{i:0;s:128:"http://www.accesshollywood.com/content/images/136/230x306/136058_emilia-clarke-as-daenerys-targaryen-in-game-of-thrones-2011.jpg";}}i:1;s:2:" ";i:2;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[img]";i:1;s:6:"[/img]";}s:8:"children";a:1:{i:0;s:143:"http://www.allcelebritygossip.net/wp-content/uploads/2011/06/Emilia-Clarke-Game-of-Thrones-Screening-Photocall-MonteCarlo-9-June-01-450x674.jpg";}}i:3;s:2:" ";i:4;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[img]";i:1;s:6:"[/img]";}s:8:"children";a:1:{i:0;s:119:"http://www.guttersnipenews.com/thegutter/thegutter/wp-content/uploads/2011/04/Emilia-Clarke-nude-Game-of-Thrones-15.jpg";}}i:5;s:2:" ";i:6;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[img]";i:1;s:6:"[/img]";}s:8:"children";a:1:{i:0;s:134:"http://4.bp.blogspot.com/-4KC5tYZJZ9U/TcCwpYLI0CI/AAAAAAAAATE/UClCR-1HY4w/s1600/emilia-clarke-game-of-thrones-doggy-cap-01-830x466.jpg";}}}, 1702743702, 1711689192
    Run Time: 0.000260
  24. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796937, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:13:"Doc Blanchard";s:8:"original";a:2:{i:0;s:22:"[quote=Doc Blanchard ]";i:1;s:8:"[/quote]";}s:8:"children";a:3:{i:0;s:61:" Haha I was just saying it in general but i'll contribute. ";i:1;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[img]";i:1;s:6:"[/img]";}s:8:"children";a:1:{i:0;s:28:"http://i.imgur.com/R4bH4.jpg";}}i:2;s:1:" ";}}i:1;s:82:" fucking beautiful. They should say fuck you bookfags and make Dany have dark hair";}, 1702743702, 1711689192
    Run Time: 0.000436
  25. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796938, a:1:{i:0;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[img]";i:1;s:6:"[/img]";}s:8:"children";a:1:{i:0;s:28:"http://i.imgur.com/iiOh6.jpg";}}}, 1702743702, 1711689192
    Run Time: 0.000536
  26. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796939, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:13:"Doc Blanchard";s:8:"original";a:2:{i:0;s:22:"[quote=Doc Blanchard ]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:2:" ";}}i:1;s:59:"Amazing photo Doc. :lovelove: Well fucking done. :golfclap:";}, 1702743702, 1711689192
    Run Time: 0.000377
  27. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796940, a:1:{i:0;s:145:"he fucking eyes drove me crazy during the show, not sure if I like her better with light or dark hair. Thought she was a really believable blonde";}, 1702743702, 1711689192
    Run Time: 0.000337
  28. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796941, a:1:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:9:"Houndster";s:8:"original";a:2:{i:0;s:18:"[quote=Houndster ]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:12:" team blonde";}}}, 1702743702, 1711689192
    Run Time: 0.000409
  29. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796942, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:11:"NewPirate13";s:8:"original";a:2:{i:0;s:20:"[quote=NewPirate13 ]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:2:" ";}}i:1;s:84:"I liked the blonde photos better until Doc posted that one, she looks like an angel.";}, 1702743702, 1711689192
    Run Time: 0.000393
  30. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796943, a:1:{i:0;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:54:"http://www.youtube.com/watch?v=526Yt9cfer0&hd=1#normal";s:8:"original";a:2:{i:0;s:60:"[url=http://www.youtube.com/watch?v=526Yt9cfer0&hd=1#normal]";i:1;s:6:"[/url]";}s:8:"children";a:1:{i:0;s:52:"Daenerys' Dragons - Game of Thrones 1.10 Final Scene";}}}, 1702743702, 1711689192
    Run Time: 0.000394
  31. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796944, a:1:{i:0;s:64:"Best NSFW thread ever IMO. That girl is pure porn fully dressed.";}, 1702743702, 1711689192
    Run Time: 0.000393
  32. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796945, a:1:{i:0;s:57:"i think she's hotter as a brunette. either way i love her";}, 1702743702, 1711689192
    Run Time: 0.000390
  33. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796946, a:1:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:14:"colonel_forbin";s:8:"original";a:2:{i:0;s:23:"[quote=colonel_forbin ]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:59:" i think she's hotter as a brunette. either way i love her ";}}}, 1702743702, 1711689192
    Run Time: 0.000375
  34. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796947, a:1:{i:0;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[img]";i:1;s:6:"[/img]";}s:8:"children";a:1:{i:0;s:61:"http://28.media.tumblr.com/tumblr_ln2n956j4i1qi46zeo1_500.gif";}}}, 1702743702, 1711689192
    Run Time: 0.000402
  35. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796948, a:1:{i:0;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[img]";i:1;s:6:"[/img]";}s:8:"children";a:1:{i:0;s:61:"http://28.media.tumblr.com/tumblr_ln2qvq0i7E1qc2jbwo1_500.gif";}}}, 1702743702, 1711689192
    Run Time: 0.000512
  36. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796949, a:1:{i:0;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[img]";i:1;s:6:"[/img]";}s:8:"children";a:1:{i:0;s:61:"http://24.media.tumblr.com/tumblr_lngd29ffs41qa7aydo1_500.gif";}}}, 1702743702, 1711689192
    Run Time: 0.000514
  37. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796950, a:19:{i:0;s:15:"Team Brunette ";i:1;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[img]";i:1;s:6:"[/img]";}s:8:"children";a:1:{i:0;s:61:"http://img.listal.com/image/1529051/600full-emilia-clarke.jpg";}}i:2;s:1:" ";i:3;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[img]";i:1;s:6:"[/img]";}s:8:"children";a:1:{i:0;s:95:"http://t2.gstatic.com/images?q=tbn:ANd9GcT6-1XI7IRYXF-3No0Zv309ITahIccJsgz9FufW_avO_UO8J4uc&t=1";}}i:4;s:1:" ";i:5;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[img]";i:1;s:6:"[/img]";}s:8:"children";a:1:{i:0;s:125:"http://www.accesshollywood.com/content/images/136/300x300/136118_access-extended-emilia-clarke-talks-hbos-game-of-thrones.jpg";}}i:6;s:1:" ";i:7;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[img]";i:1;s:6:"[/img]";}s:8:"children";a:1:{i:0;s:97:"http://t3.gstatic.com/images?q=tbn:ANd9GcS8yuNTq8Wzk7GxgYWbgEoCsQhIyFqUmGBYYqWmUL-GMHQQjPr-oQ&t=1";}}i:8;s:1:" ";i:9;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[img]";i:1;s:6:"[/img]";}s:8:"children";a:1:{i:0;s:78:"http://unrealityshout.com/files/imagecache/image_240/emilia-clarke-actress.jpg";}}i:10;s:1:" ";i:11;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[img]";i:1;s:6:"[/img]";}s:8:"children";a:1:{i:0;s:75:"http://www.screendaily.com/pictures/182xAny/3/3/6/1120336_emilia_clarke.jpg";}}i:12;s:1:" ";i:13;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[img]";i:1;s:6:"[/img]";}s:8:"children";a:1:{i:0;s:125:"http://images4.fanpop.com/image/photos/20600000/Harry-Lloyd-Emilia-Clarke-Richard-Madden-game-of-thrones-20652834-415-277.jpg";}}i:14;s:1:" ";i:15;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[img]";i:1;s:6:"[/img]";}s:8:"children";a:1:{i:0;s:83:"http://www.redcarpet-fashionawards.com/wp-content/uploads/2011/06/Emilia-Clarke.jpg";}}i:16;s:1:" ";i:17;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[img]";i:1;s:6:"[/img]";}s:8:"children";a:1:{i:0;s:96:"http://www2.pictures.zimbio.com/pc/Emilia+Clarke+Closing+Ceremonies+Monte+Carlo+5hd4pexV3cxl.jpg";}}i:18;s:26:" Fuck you Jaime stay away";}, 1702743702, 1711689192
    Run Time: 0.000393
  38. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796951, a:7:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:13:"Doc Blanchard";s:8:"original";a:2:{i:0;s:22:"[quote=Doc Blanchard ]";i:1;s:8:"[/quote]";}s:8:"children";a:3:{i:0;s:1:" ";i:1;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/img]";}s:8:"children";a:1:{i:0;s:34:"http://i53.tinypic.com/2u9k4dw.jpg";}}i:2;s:1:" ";}}i:1;s:167:" This has to be my favorite photo [smaller version] and solidifies me on team brunette. Well I was pretty team brunette already but this just adds to it. Two more ";i:2;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[img]";i:1;s:6:"[/img]";}s:8:"children";a:1:{i:0;s:28:"http://i.imgur.com/idgnu.jpg";}}i:3;s:1:" ";i:4;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[img]";i:1;s:6:"[/img]";}s:8:"children";a:1:{i:0;s:28:"http://i.imgur.com/vCmDN.png";}}i:5;s:28:" and an interview with her ";i:6;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:77:"http://www.aoltv.com/2011/05/04/emilia-clarke-talks-daenerys-game-of-thrones/";s:8:"original";a:2:{i:0;s:83:"[url=http://www.aoltv.com/2011/05/04/emilia-clarke-talks-daenerys-game-of-thrones/]";i:1;s:6:"[/url]";}s:8:"children";a:1:{i:0;s:77:"http://www.aoltv.com/2011/05/04/emilia-clarke-talks-daenerys-game-of-thrones/";}}}, 1702743702, 1711689192
    Run Time: 0.000437
  39. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796952, a:1:{i:0;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[img]";i:1;s:6:"[/img]";}s:8:"children";a:1:{i:0;s:28:"http://i.imgur.com/RwUn1.png";}}}, 1702743702, 1711689192
    Run Time: 0.000345
  40. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796953, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:3:"WBN";s:8:"original";a:2:{i:0;s:12:"[quote=WBN ]";i:1;s:8:"[/quote]";}s:8:"children";a:3:{i:0;s:16:" Team Brunette ";i:1;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[img]";i:1;s:6:"[/img]";}s:8:"children";a:1:{i:0;s:96:"http://www2.pictures.zimbio.com/pc/Emilia+Clarke+Closing+Ceremonies+Monte+Carlo+5hd4pexV3cxl.jpg";}}i:2;s:27:" Fuck you Jaime stay away ";}}i:1;s:19:" Fucking Lannisters";}, 1702743702, 1711689192
    Run Time: 0.000361
  41. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796954, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:9:"Houndster";s:8:"original";a:2:{i:0;s:18:"[quote=Houndster ]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:21:" Fucking Lannisters ";}}i:1;s:54:" Bastard's got a chub going too. I guess I would too.";}, 1702743702, 1711689192
    Run Time: 0.000299
  42. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796955, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:8:"Constant";s:8:"original";a:2:{i:0;s:17:"[quote=Constant ]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:34:" Bastard's got a chub going too. ";}}i:1;s:19:" That you shocker?";}, 1702743702, 1711689192
    Run Time: 0.000649
  43. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796956, a:1:{i:0;s:192:"she the closest thing I can imagine an earthly goddess being. and im not talking about one of charlie sheen's scrubs that've been chewed up and spit out of the bottom end of the porn industry.";}, 1702743702, 1711689192
    Run Time: 0.000688
  44. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796957, a:1:{i:0;s:39:"she seems to be tiny I kinda like that";}, 1702743702, 1711689192
    Run Time: 0.000640
  45. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796958, a:1:{i:0;s:55:"Yeah doesn't look to be that much taller than dinklage.";}, 1702743702, 1711689192
    Run Time: 0.000647
  46. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796959, a:1:{i:0;s:53:":moar: :moar: :moar: :lovelove: :lovelove: :lovelove:";}, 1702743702, 1711689192
    Run Time: 0.000557
  47. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796960, a:1:{i:0;s:66:"i literally paused mid episode to fap to the khaleesi at one point";}, 1702743702, 1711689192
    Run Time: 0.000565
  48. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796961, a:1:{i:0;s:21:"great fucking thread!";}, 1702743702, 1711689192
    Run Time: 0.000512
  49. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796962, a:1:{i:0;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[img]";i:1;s:6:"[/img]";}s:8:"children";a:1:{i:0;s:61:"http://29.media.tumblr.com/tumblr_ln2sshygx11qd0q92o1_500.jpg";}}}, 1702743702, 1711689192
    Run Time: 0.000512
  50. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796963, a:1:{i:0;s:2:"<3";}, 1702743702, 1711689192
    Run Time: 0.000448
  51. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796964, a:1:{i:0;s:47:"Wonder why they didn't go with a bald khaleesi?";}, 1702743702, 1711689192
    Run Time: 0.000468
  52. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796965, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:13:"Doc Blanchard";s:8:"original";a:2:{i:0;s:22:"[quote=Doc Blanchard ]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:49:" Wonder why they didn't go with a bald khaleesi? ";}}i:1;s:197:" because thast not near as sexy and her hair is growing back in book 2. it would be like emma watson all over again. and secondly, the chick that plays cersei is really hot with dark hair as well";}, 1702743702, 1711689192
    Run Time: 0.000462
  53. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796966, a:1:{i:0;s:50:"so the khaleesi is bald in the books? interesting.";}, 1702743702, 1711689192
    Run Time: 0.000468
  54. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796967, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:6:"Snakes";s:8:"original";a:2:{i:0;s:15:"[quote=Snakes ]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:52:" so the khaleesi is bald in the books? interesting. ";}}i:1;s:108:" when she goes in the fire at the end of season 1 it burns all of her hair off and it regrows during book 2";}, 1702743702, 1711689192
    Run Time: 0.000458
  55. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796968, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:6:"Snakes";s:8:"original";a:2:{i:0;s:15:"[quote=Snakes ]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:52:" so the khaleesi is bald in the books? interesting. ";}}i:1;s:65:" Just at the end. The fire burns everything so Dany has no hair.";}, 1702743702, 1711689192
    Run Time: 0.000497
  56. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796969, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:13:"Doc Blanchard";s:8:"original";a:2:{i:0;s:22:"[quote=Doc Blanchard ]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:66:" Just at the end. The fire burns everything so Dany has no hair. ";}}i:1;s:8:" :eatit:";}, 1702743702, 1711689192
    Run Time: 0.000427
  57. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796970, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:10:"BayouMafia";s:8:"original";a:2:{i:0;s:19:"[quote=BayouMafia ]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:10:" :eatit: ";}}i:1;s:8:" :roll:";}, 1702743702, 1711689192
    Run Time: 0.000482
  58. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 4796971, a:3:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:10:"BayouMafia";s:8:"original";a:2:{i:0;s:19:"[quote=BayouMafia ]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:10:" :eatit: ";}}i:1;s:2:" ";i:2;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:16:"Jeffrey Lebowski";s:8:"original";a:2:{i:0;s:25:"[quote=Jeffrey Lebowski ]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:8:" :roll: ";}}}, 1702743702, 1711689192
    Run Time: 0.000361
  59. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6168283, a:1:{i:0;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:86:"http://www.celebrity3.com/wp-content/uploads/pictures/emilia-clarke-wallpaper-2323.jpg";}}}, 1702743702, 1711689192
    Run Time: 0.000360
  60. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6170589, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:26:"Corky Bucek, post: 6168283";s:8:"original";a:2:{i:0;s:36:"[quote="Corky Bucek, post: 6168283"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:86:"http://www.celebrity3.com/wp-content/uploads/pictures/emilia-clarke-wallpaper-2323.jpg";}}}}i:1;s:8:" :taxes:";}, 1702743702, 1711689192
    Run Time: 0.000348
  61. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6396185, a:1:{i:0;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[img]";i:1;s:6:"[/img]";}s:8:"children";a:1:{i:0;s:83:"http://www.accesshollywood.com/content/images/i/articles/51/51014/header_149697.jpg";}}}, 1702743702, 1711689192
    Run Time: 0.000362
  62. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6475351, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:18:"WBN, post: 6396185";s:8:"original";a:2:{i:0;s:28:"[quote="WBN, post: 6396185"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:83:"http://www.accesshollywood.com/content/images/i/articles/51/51014/header_149697.jpg";}}}}i:1;s:8:" :lick:";}, 1702743702, 1711689192
    Run Time: 0.000308
  63. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6499181, a:1:{i:0;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[img]";i:1;s:6:"[/img]";}s:8:"children";a:1:{i:0;s:28:"http://i.imgur.com/KixQ6.jpg";}}}, 1702743702, 1711689192
    Run Time: 0.000397
  64. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6567362, a:1:{i:0;s:20:"would wife right now";}, 1702743702, 1711689192
    Run Time: 0.000508
  65. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('xenfans_popular_forumstab_link', 'xenfans_popular_footer_link', 'navigation')
    	AND style_id = ?
    	AND language_id = ?
    Params: 16, 1
    Run Time: 0.000139
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 3Using where

Included Files (130, XenForo Classes: 61)

  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/Memcached.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/Zend/Db.php
  25. library/Zend/Db/Adapter/Mysqli.php
  26. library/Zend/Db/Adapter/Abstract.php
  27. library/Zend/Db/Select.php
  28. library/Zend/Db/Expr.php
  29. library/Zend/Db/Profiler.php
  30. library/Zend/Db/Statement/Mysqli.php
  31. library/Zend/Db/Statement.php
  32. library/Zend/Db/Statement/Interface.php
  33. library/Zend/Db/Profiler/Query.php
  34. library/XenForo/CodeEvent.php
  35. library/XenForo/Options.php
  36. library/XenForo/Link.php
  37. library/XenForo/Template/Helper/Core.php
  38. library/ThemeHouse/Listener/InitDependencies.php
  39. library/ThemeHouse/Listener/InitDependencies/20151202.php
  40. library/Audentio/UIX/Listener/CodeEvent.php
  41. library/ThemeHouse/Listener/ControllerPreDispatch/20150911.php
  42. library/Brivium/BriviumHelper/EventListeners.php
  43. library/Brivium/BriviumHelper/1020131/EventListeners.php
  44. library/bdPaygate/Listener.php
  45. library/bdPaygate/ShippableHelper/Updater.php
  46. library/bdPaygate/Option.php
  47. library/Brivium/ThreadIcon/Listener.php
  48. library/Brivium/SportTeamIcons/EventListeners/Listener.php
  49. library/Audentio/UIX/vendor/autoload.php
  50. library/Audentio/UIX/vendor/composer/autoload_real.php
  51. library/Audentio/UIX/vendor/composer/ClassLoader.php
  52. library/Audentio/UIX/vendor/composer/autoload_namespaces.php
  53. library/Audentio/UIX/vendor/composer/autoload_psr4.php
  54. library/Audentio/UIX/vendor/composer/autoload_classmap.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/XenForo/Route/Prefix/Threads.php
  61. library/XenForo/RouteMatch.php
  62. library/XenForo/ControllerPublic/Thread.php
  63. library/XenForo/ControllerPublic/Abstract.php
  64. library/XenForo/Controller.php
  65. library/ThemeHouse/IgnoreMore/Listener/LoadClass.php
  66. library/ThemeHouse/Listener/LoadClass.php
  67. library/ThemeHouse/Listener/LoadClass/20150518.php
  68. library/Siropu/UsernameChange/Listener.php
  69. library/RainDD/UserActivity/Listener.php
  70. library/ThemeHouse/IgnoreMore/Extend/XenForo/ControllerPublic/Thread.php
  71. library/Brivium/ThreadIcon/ControllerPublic/Thread.php
  72. library/RainDD/UserActivity/Controller/ThreadViewers.php
  73. library/XenForo/Input.php
  74. library/XenForo/Session.php
  75. library/XenForo/Helper/Ip.php
  76. library/XenForo/Visitor.php
  77. library/XenForo/Model/User.php
  78. library/Audentio/UIX/Model/User.php
  79. library/Brivium/SportTeamIcons/Model/User.php
  80. library/XenForo/Permission.php
  81. library/XenForo/Helper/Php.php
  82. library/XenForo/Phrase.php
  83. library/XenForo/Locale.php
  84. library/XenForo/ControllerHelper/ForumThreadPost.php
  85. library/XenForo/ControllerHelper/Abstract.php
  86. library/XenForo/Model/Thread.php
  87. library/Audentio/UIX/Model/Thread.php
  88. library/ThemeHouse/IgnoreMore/Extend/XenForo/Model/Thread.php
  89. library/Brivium/ThreadIcon/Model/ThreadIcon.php
  90. library/bdPaygate/XenForo/Model/Thread.php
  91. library/XenForo/Model/Forum.php
  92. library/ThemeHouse/IgnoreMore/Extend/XenForo/Model/Forum.php
  93. library/XenForo/Helper/String.php
  94. library/XenForo/Helper/Discussion.php
  95. library/XenForo/Model/Post.php
  96. library/Audentio/UIX/Model/Post.php
  97. library/XenForo/Model/Attachment.php
  98. library/XenForo/Model/Node.php
  99. library/Audentio/UIX/Model/Node.php
  100. library/XenForo/Route/Prefix/Categories.php
  101. library/XenForo/Route/Prefix/Forums.php
  102. library/XenForo/ControllerResponse/View.php
  103. library/XenForo/ControllerResponse/Abstract.php
  104. library/XenForo/Helper/Cookie.php
  105. library/XenForo/ViewRenderer/HtmlPublic.php
  106. library/XenForo/ViewRenderer/Abstract.php
  107. library/XenForo/Template/Public.php
  108. library/XenForo/Template/Abstract.php
  109. library/XenForo/ViewPublic/Thread/View.php
  110. library/XenForo/ViewPublic/Base.php
  111. library/XenForo/View.php
  112. library/XenForo/BbCode/Parser.php
  113. library/XenForo/BbCode/Formatter/Base.php
  114. library/XenForo/ViewPublic/Helper/Message.php
  115. library/XenForo/BbCode/TextWrapper.php
  116. library/XenFans/Popular/Listener/Listener.php
  117. library/Audentio/UIX/Model/NodeLayout.php
  118. library/XenForo/Route/Prefix/Members.php
  119. library/Audentio/DonationManager/Listener/CodeEvent.php
  120. library/XenForo/Model/StyleProperty.php
  121. library/XenForo/Route/Prefix/Posts.php
  122. library/XenForo/Model/Avatar.php
  123. library/Brivium/SportTeamIcons/EventListeners/Helpers.php
  124. library/Brivium/SportTeamIcons/Model/SportTeam.php
  125. library/Brivium/SportTeamIcons/Route/Prefix/SportTeam.php
  126. library/XenForo/Debug.php
  127. library/Audentio/UIX/Template/Helper/CanvasNavigation.php
  128. library/XenFans/Popular/Route/Popular.php
  129. library/Zend/Exception.php
  130. library/XenForo/ViewRenderer/Json.php