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.000780
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | range | PRIMARY | PRIMARY | 77 | | 20 | Using where |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000120
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: 84b306687d7e5ee33b2ae7e9ff851eed, a:5:{s:12:"sessionStart";i:1618967913;s:2:"ip";i:586126905;s:9:"userAgent";s:40:"CCBot/2.0 (https://commoncrawl.org/faq/)";s:7:"isRobot";b:0;s:16:"previousActivity";i:0;}, 1618971513
Run Time: 0.000186
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, 586126905, 586126905, EWRporta_ControllerPublic_Portal, Index, valid, , 1618967913
Run Time: 0.000086
SELECT *
FROM EWRporta_layouts
WHERE layout_id = ?
Params: portal
Run Time: 0.000083
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_layouts | const | PRIMARY | PRIMARY | 77 | const | 1 | |
SELECT *, 'disabled' AS position
FROM EWRporta_blocks
WHERE active = 1
ORDER BY block_id ASC
Run Time: 0.000155
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_blocks | index | | PRIMARY | 77 | | 24 | Using where |
SELECT * FROM EWRporta_caches
Run Time: 0.000228
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_caches | ALL | | | | | 17 | |
SELECT * FROM EWRporta_options
Run Time: 0.000149
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_options | ALL | | | | | 74 | |
SELECT *
FROM EWRporta_options
WHERE option_id = ?
Params: recentnews_forum
Run Time: 0.000115
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_options | const | PRIMARY | PRIMARY | 152 | const | 1 | |
SELECT xf_thread.*, xf_post.message,
IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) AS promote_date
FROM xf_thread
INNER JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
INNER JOIN xf_attachment ON (xf_attachment.content_id = xf_thread.first_post_id AND xf_attachment.content_type = 'post')
INNER JOIN xf_attachment_data ON (xf_attachment_data.data_id = xf_attachment.data_id AND xf_attachment_data.filename = ?)
LEFT JOIN EWRporta_promotes ON (EWRporta_promotes.thread_id = xf_thread.thread_id)
WHERE (xf_thread.node_id IN (2) OR EWRporta_promotes.promote_date < ?)
AND xf_thread.discussion_state = 'visible'
AND IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) < ?
ORDER BY promote_date DESC
LIMIT ?
Params: slide.jpg, 1618967913, 1618967913, 5
Run Time: 0.007473
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_thread | ALL | node_id_last_post_date,node_id_sticky_last_post_date | | | | 2074 | Using where; Using temporary; Using filesort |
SIMPLE | xf_attachment | ref | content_type_id_date | content_type_id_date | 81 | const,thefalif_shocktest.xf_thread.first_post_id | 1 | Using index condition |
SIMPLE | xf_attachment_data | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.xf_attachment.data_id | 1 | Using where |
SIMPLE | EWRporta_promotes | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.xf_thread.thread_id | 1 | Using where |
SIMPLE | xf_post | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.xf_thread.first_post_id | 1 | |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xf_attachment AS attachment
INNER JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE attachment.content_type = ?
AND attachment.content_id IN (12768)
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.000161
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | attachment | ref | content_type_id_date | content_type_id_date | 81 | const,const | 1 | Using index condition; Using where |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.attachment.data_id | 1 | |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xf_attachment AS attachment
INNER JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE attachment.content_type = ?
AND attachment.content_id IN (12734)
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.000160
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | attachment | ref | content_type_id_date | content_type_id_date | 81 | const,const | 1 | Using index condition; Using where |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.attachment.data_id | 1 | |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xf_attachment AS attachment
INNER JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE attachment.content_type = ?
AND attachment.content_id IN (12733)
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.000130
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | attachment | ref | content_type_id_date | content_type_id_date | 81 | const,const | 1 | Using index condition; Using where |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.attachment.data_id | 1 | |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xf_attachment AS attachment
INNER JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE attachment.content_type = ?
AND attachment.content_id IN (12445)
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.000122
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | attachment | ref | content_type_id_date | content_type_id_date | 81 | const,const | 1 | Using index condition; Using where |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.attachment.data_id | 1 | |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xf_attachment AS attachment
INNER JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE attachment.content_type = ?
AND attachment.content_id IN (12100)
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.000126
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | attachment | ref | content_type_id_date | content_type_id_date | 81 | const,const | 1 | Using index condition; Using where |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.attachment.data_id | 1 | |
SELECT *
FROM EWRporta_caches
WHERE block_id = ?
Params: RecentSlider
Run Time: 0.000217
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_caches | const | PRIMARY | PRIMARY | 77 | const | 1 | |
SELECT *
FROM EWRporta_caches
WHERE block_id = ?
Params: RecentSlider
Run Time: 0.000081
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_caches | const | PRIMARY | PRIMARY | 77 | const | 1 | |
begin
Run Time: 0.000202
UPDATE `EWRporta_caches` SET `results` = ?, `date` = ? WHERE (block_id = 'RecentSlider')
Params: a:5:{s:6:"option";a:15:{s:6:"anchor";s:6:"center";s:8:"filename";s:9:"slide.jpg";s:6:"height";i:299;s:11:"hideexcerpt";s:1:"1";s:5:"limit";s:1:"5";s:8:"position";s:4:"left";s:11:"trimexcerpt";s:3:"300";s:9:"trimtitle";s:2:"50";s:5:"width";s:3:"450";s:5:"forum";s:1:"2";s:10:"itemheight";i:59;s:9:"imgheight";i:47;s:8:"imgwidth";d:70.5;s:9:"itemwidth";d:75.5;s:9:"parseText";b:1;}s:4:"page";i:33;s:8:"category";b:0;s:8:"position";s:9:"top-right";s:12:"RecentSlider";a:5:{i:0;a:24:{s:9:"thread_id";i:2517;s:7:"node_id";i:6;s:5:"title";s:24:"Well Well HAPPY NEW YEAR";s:11:"reply_count";i:0;s:10:"view_count";i:34;s:7:"user_id";i:29;s:8:"username";s:8:"Mr. Goof";s:9:"post_date";i:1388537814;s:6:"sticky";i:0;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:12768;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1388537814;s:12:"last_post_id";i:12768;s:17:"last_post_user_id";i:29;s:18:"last_post_username";s:8:"Mr. Goof";s:9:"prefix_id";i:0;s:16:"bdguard_password";s:1:"0";s:7:"message";s:162:"ITS THAT TIME OF YEAR AGAIN, so here's to everybody........................[IMG]http://ts3.mm.bing.net/th?id=H.4972667090307262&w=227&h=155&c=7&rs=1&pid=1.7[/IMG]";s:12:"promote_date";i:1388537760;s:11:"attachments";a:1:{i:311;a:18:{s:13:"attachment_id";i:311;s:7:"data_id";i:311;s:12:"content_type";s:4:"post";s:10:"content_id";i:12768;s:11:"attach_date";i:1388698715;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:4347;s:8:"filename";s:9:"slide.jpg";s:9:"file_size";i:10275;s:9:"file_hash";s:32:"12269ea4c6ad1eb0d5e9cc3b606b9835";s:5:"width";i:227;s:6:"height";i:155;s:15:"thumbnail_width";i:150;s:16:"thumbnail_height";i:102;s:12:"thumbnailUrl";s:59:"data/attachments/0/311-12269ea4c6ad1eb0d5e9cc3b606b9835.jpg";s:9:"deleteUrl";s:42:"index.php?attachments/slide-jpg.311/delete";s:9:"extension";s:3:"jpg";}}s:6:"attach";a:18:{s:13:"attachment_id";i:311;s:7:"data_id";i:311;s:12:"content_type";s:4:"post";s:10:"content_id";i:12768;s:11:"attach_date";i:1388698715;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:4347;s:8:"filename";s:9:"slide.jpg";s:9:"file_size";i:10275;s:9:"file_hash";s:32:"12269ea4c6ad1eb0d5e9cc3b606b9835";s:5:"width";i:227;s:6:"height";i:155;s:15:"thumbnail_width";i:150;s:16:"thumbnail_height";i:102;s:12:"thumbnailUrl";s:59:"data/attachments/0/311-12269ea4c6ad1eb0d5e9cc3b606b9835.jpg";s:9:"deleteUrl";s:42:"index.php?attachments/slide-jpg.311/delete";s:9:"extension";s:3:"jpg";}}i:1;a:24:{s:9:"thread_id";i:2508;s:7:"node_id";i:2;s:5:"title";s:19:"FA Starbound Server";s:11:"reply_count";i:0;s:10:"view_count";i:2290;s:7:"user_id";i:3;s:8:"username";s:9:"KillaBite";s:9:"post_date";i:1387478346;s:6:"sticky";i:0;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:12734;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1387478346;s:12:"last_post_id";i:12734;s:17:"last_post_user_id";i:3;s:18:"last_post_username";s:9:"KillaBite";s:9:"prefix_id";i:0;s:16:"bdguard_password";s:1:"0";s:7:"message";s:328:"Some people have been playing the great 2D space exploration and crafting game Starbound, currently in Beta. We now have an official server for people to play on. Check on the details on the [B][URL='http://www.fallenangelsclan.com/main/index.php?threads/official-fallen-angels-starbound-server.2506/']Starbound thread[/URL][/B]";s:12:"promote_date";i:1387478340;s:11:"attachments";a:1:{i:309;a:18:{s:13:"attachment_id";i:309;s:7:"data_id";i:309;s:12:"content_type";s:4:"post";s:10:"content_id";i:12734;s:11:"attach_date";i:1387478367;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:4616;s:8:"filename";s:9:"slide.jpg";s:9:"file_size";i:58618;s:9:"file_hash";s:32:"22531437e5764607fa9e641f74c9bb0a";s:5:"width";i:500;s:6:"height";i:253;s:15:"thumbnail_width";i:150;s:16:"thumbnail_height";i:75;s:12:"thumbnailUrl";s:59:"data/attachments/0/309-22531437e5764607fa9e641f74c9bb0a.jpg";s:9:"deleteUrl";s:42:"index.php?attachments/slide-jpg.309/delete";s:9:"extension";s:3:"jpg";}}s:6:"attach";a:18:{s:13:"attachment_id";i:309;s:7:"data_id";i:309;s:12:"content_type";s:4:"post";s:10:"content_id";i:12734;s:11:"attach_date";i:1387478367;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:4616;s:8:"filename";s:9:"slide.jpg";s:9:"file_size";i:58618;s:9:"file_hash";s:32:"22531437e5764607fa9e641f74c9bb0a";s:5:"width";i:500;s:6:"height";i:253;s:15:"thumbnail_width";i:150;s:16:"thumbnail_height";i:75;s:12:"thumbnailUrl";s:59:"data/attachments/0/309-22531437e5764607fa9e641f74c9bb0a.jpg";s:9:"deleteUrl";s:42:"index.php?attachments/slide-jpg.309/delete";s:9:"extension";s:3:"jpg";}}i:2;a:24:{s:9:"thread_id";i:2507;s:7:"node_id";i:2;s:5:"title";s:29:"DayZ Stand Alone Early Access";s:11:"reply_count";i:0;s:10:"view_count";i:2148;s:7:"user_id";i:3;s:8:"username";s:9:"KillaBite";s:9:"post_date";i:1387478030;s:6:"sticky";i:0;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:12733;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1387478030;s:12:"last_post_id";i:12733;s:17:"last_post_user_id";i:3;s:18:"last_post_username";s:9:"KillaBite";s:9:"prefix_id";i:0;s:16:"bdguard_password";s:1:"0";s:7:"message";s:178:"It's released and [URL='http://store.steampowered.com/app/221100/']available on steam as an early release[/URL] .
Check out the launch video: [media=youtube]3ss1dckHhfI[/media]";s:12:"promote_date";i:1387478030;s:11:"attachments";a:1:{i:308;a:18:{s:13:"attachment_id";i:308;s:7:"data_id";i:308;s:12:"content_type";s:4:"post";s:10:"content_id";i:12733;s:11:"attach_date";i:1387478013;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:4628;s:8:"filename";s:9:"slide.jpg";s:9:"file_size";i:186683;s:9:"file_hash";s:32:"8b8a46ee7735506ac97d7a8033e0cf88";s:5:"width";i:500;s:6:"height";i:313;s:15:"thumbnail_width";i:150;s:16:"thumbnail_height";i:93;s:12:"thumbnailUrl";s:59:"data/attachments/0/308-8b8a46ee7735506ac97d7a8033e0cf88.jpg";s:9:"deleteUrl";s:42:"index.php?attachments/slide-jpg.308/delete";s:9:"extension";s:3:"jpg";}}s:6:"attach";a:18:{s:13:"attachment_id";i:308;s:7:"data_id";i:308;s:12:"content_type";s:4:"post";s:10:"content_id";i:12733;s:11:"attach_date";i:1387478013;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:4628;s:8:"filename";s:9:"slide.jpg";s:9:"file_size";i:186683;s:9:"file_hash";s:32:"8b8a46ee7735506ac97d7a8033e0cf88";s:5:"width";i:500;s:6:"height";i:313;s:15:"thumbnail_width";i:150;s:16:"thumbnail_height";i:93;s:12:"thumbnailUrl";s:59:"data/attachments/0/308-8b8a46ee7735506ac97d7a8033e0cf88.jpg";s:9:"deleteUrl";s:42:"index.php?attachments/slide-jpg.308/delete";s:9:"extension";s:3:"jpg";}}i:3;a:24:{s:9:"thread_id";i:2438;s:7:"node_id";i:2;s:5:"title";s:11:"A Gathering";s:11:"reply_count";i:11;s:10:"view_count";i:3641;s:7:"user_id";i:1;s:8:"username";s:7:"DrShock";s:9:"post_date";i:1379051919;s:6:"sticky";i:0;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:12445;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1379815424;s:12:"last_post_id";i:12532;s:17:"last_post_user_id";i:1;s:18:"last_post_username";s:7:"DrShock";s:9:"prefix_id";i:7;s:16:"bdguard_password";s:1:"0";s:7:"message";s:549:"[LEFT]Here's hoping your summer was sunny and full of delicious BBQ goodness! It's fall and "winter is coming" so lets talk (+1 if you get the reference!). Meeting will last 30-45min. Brief meeting for Sgts+ afterwords.[/LEFT]
[CENTER][B][I]There is a clan meeting scheduled for[/I][/B][/CENTER]
[CENTER][COLOR=#ffff00][B][SIZE=7]SATURDAY, SEPTEMBER 21, 2013 [/SIZE][/B][/COLOR][/CENTER]
[CENTER][COLOR=#ffff00][B][SIZE=7]@ 10pm EST/7pm PST[/SIZE][/B][/COLOR][/CENTER]
[CENTER] [/CENTER]
[CENTER][SIZE=7]Please post your RSVP[/SIZE][/CENTER]";s:12:"promote_date";i:1379051919;s:11:"attachments";a:1:{i:307;a:18:{s:13:"attachment_id";i:307;s:7:"data_id";i:307;s:12:"content_type";s:4:"post";s:10:"content_id";i:12445;s:11:"attach_date";i:1379051966;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:5536;s:8:"filename";s:9:"slide.jpg";s:9:"file_size";i:16115;s:9:"file_hash";s:32:"52bf9c5ba97ec33d1883fd89da2cff62";s:5:"width";i:250;s:6:"height";i:188;s:15:"thumbnail_width";i:150;s:16:"thumbnail_height";i:112;s:12:"thumbnailUrl";s:59:"data/attachments/0/307-52bf9c5ba97ec33d1883fd89da2cff62.jpg";s:9:"deleteUrl";s:42:"index.php?attachments/slide-jpg.307/delete";s:9:"extension";s:3:"jpg";}}s:6:"attach";a:18:{s:13:"attachment_id";i:307;s:7:"data_id";i:307;s:12:"content_type";s:4:"post";s:10:"content_id";i:12445;s:11:"attach_date";i:1379051966;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:5536;s:8:"filename";s:9:"slide.jpg";s:9:"file_size";i:16115;s:9:"file_hash";s:32:"52bf9c5ba97ec33d1883fd89da2cff62";s:5:"width";i:250;s:6:"height";i:188;s:15:"thumbnail_width";i:150;s:16:"thumbnail_height";i:112;s:12:"thumbnailUrl";s:59:"data/attachments/0/307-52bf9c5ba97ec33d1883fd89da2cff62.jpg";s:9:"deleteUrl";s:42:"index.php?attachments/slide-jpg.307/delete";s:9:"extension";s:3:"jpg";}}i:4;a:24:{s:9:"thread_id";i:2341;s:7:"node_id";i:10;s:5:"title";s:36:"New Star Wars Battlefront confirmed!";s:11:"reply_count";i:14;s:10:"view_count";i:5175;s:7:"user_id";i:3;s:8:"username";s:9:"KillaBite";s:9:"post_date";i:1370896213;s:6:"sticky";i:0;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:12100;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1373324370;s:12:"last_post_id";i:12208;s:17:"last_post_user_id";i:1101;s:18:"last_post_username";s:5:"Xemol";s:9:"prefix_id";i:0;s:16:"bdguard_password";s:1:"0";s:7:"message";s:686:"Get your light sabers shined up. Battlefront is back! Apparently I missed this news on the 24th when it was first announced but DICE (Makers of Battlefield) are making a new SW Battlefront game. Who else should really do it but the people who invented the conquest genre. Also Frostbite 3 engine... oh yes. (Frostbite, KillaBite...oh yes)
Sadly this also means that it's an EA game. Also EA will have rights to all new Star Wars games.
I'm still crazy excited and I'm hoping to play with everyone. FA will return to the battlefront glory days. Yay! (well hopefully)
[url]http://www.idigitaltimes.com/articles/17869/20130528/star-wars-battlefront-3-iii-release-date-news.htm[/url]";s:12:"promote_date";i:1370896200;s:11:"attachments";a:1:{i:305;a:18:{s:13:"attachment_id";i:305;s:7:"data_id";i:305;s:12:"content_type";s:4:"post";s:10:"content_id";i:12100;s:11:"attach_date";i:1370896404;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:6468;s:8:"filename";s:9:"slide.jpg";s:9:"file_size";i:25120;s:9:"file_hash";s:32:"1f7a977f46ebc0942ab91270a4b1ed96";s:5:"width";i:490;s:6:"height";i:264;s:15:"thumbnail_width";i:150;s:16:"thumbnail_height";i:80;s:12:"thumbnailUrl";s:59:"data/attachments/0/305-1f7a977f46ebc0942ab91270a4b1ed96.jpg";s:9:"deleteUrl";s:42:"index.php?attachments/slide-jpg.305/delete";s:9:"extension";s:3:"jpg";}}s:6:"attach";a:18:{s:13:"attachment_id";i:305;s:7:"data_id";i:305;s:12:"content_type";s:4:"post";s:10:"content_id";i:12100;s:11:"attach_date";i:1370896404;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:6468;s:8:"filename";s:9:"slide.jpg";s:9:"file_size";i:25120;s:9:"file_hash";s:32:"1f7a977f46ebc0942ab91270a4b1ed96";s:5:"width";i:490;s:6:"height";i:264;s:15:"thumbnail_width";i:150;s:16:"thumbnail_height";i:80;s:12:"thumbnailUrl";s:59:"data/attachments/0/305-1f7a977f46ebc0942ab91270a4b1ed96.jpg";s:9:"deleteUrl";s:42:"index.php?attachments/slide-jpg.305/delete";s:9:"extension";s:3:"jpg";}}}}, 1618967913
Run Time: 0.000387
commit
Run Time: 0.000304
SELECT xf_thread.*, xf_user.*, xf_post.message, xf_post.attach_count, xf_node.title AS node_title,
IF(xf_user.username IS NULL, xf_thread.username, xf_user.username) AS username,
IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) AS promote_date,
EWRporta_promotes.promote_icon, EWRporta_promotes.promote_data
FROM xf_thread
LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
INNER JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
INNER JOIN xf_node ON (xf_node.node_id = xf_thread.node_id)
LEFT JOIN EWRporta_promotes ON (EWRporta_promotes.thread_id = xf_thread.thread_id)
WHERE (xf_thread.node_id IN ('2') OR EWRporta_promotes.promote_date < ?)
AND xf_thread.discussion_state = 'visible'
AND IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) < ?
ORDER BY promote_date DESC
LIMIT ?, ?
Params: 1618967913, 1618967913, 128, 4
Run Time: 0.012684
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_node | ALL | PRIMARY | | | | 40 | Using temporary; Using filesort |
SIMPLE | xf_thread | ref | node_id_last_post_date,node_id_sticky_last_post_date | node_id_last_post_date | 4 | thefalif_shocktest.xf_node.node_id | 21 | Using where |
SIMPLE | EWRporta_promotes | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.xf_thread.thread_id | 1 | Using where |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.xf_thread.user_id | 1 | |
SIMPLE | xf_post | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.xf_thread.first_post_id | 1 | |
SELECT COUNT(*) AS total
FROM xf_thread
LEFT JOIN EWRporta_promotes ON (EWRporta_promotes.thread_id = xf_thread.thread_id)
WHERE (xf_thread.node_id IN ('2') OR EWRporta_promotes.promote_date < ?)
AND xf_thread.discussion_state = 'visible'
AND IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) < ?
Params: 1618967913, 1618967913
Run Time: 0.006109
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_thread | ALL | node_id_last_post_date,node_id_sticky_last_post_date | | | | 2074 | Using where |
SIMPLE | EWRporta_promotes | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.xf_thread.thread_id | 1 | Using where |
SELECT *
FROM xf_addon
WHERE addon_id = ?
Params: EWRatendo
Run Time: 0.000127
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_addon | const | PRIMARY | PRIMARY | 77 | const | 1 | |
SELECT EWRatendo_events.*, xf_user.*, xf_thread.*, EWRatendo_services.service_slug,
IF(xf_user.username IS NULL, EWRatendo_events.username, xf_user.username) AS username
FROM EWRatendo_events
LEFT JOIN EWRatendo_services ON (EWRatendo_services.service_id = EWRatendo_events.service_id)
LEFT JOIN xf_user ON (xf_user.user_id = EWRatendo_events.user_id)
LEFT JOIN xf_thread ON (xf_thread.thread_id = EWRatendo_events.thread_id)
WHERE EWRatendo_events.event_endtime >= ?
AND EWRatendo_events.event_strtime <= ?
AND EWRatendo_events.event_state = 'visible'
ORDER BY EWRatendo_events.event_strtime ASC
Params: 1618967913, 1621646313
Run Time: 0.001071
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRatendo_events | ALL | | | | | 31 | Using where; Using filesort |
SIMPLE | EWRatendo_services | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.EWRatendo_events.service_id | 1 | Using where |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.EWRatendo_events.user_id | 1 | Using where |
SIMPLE | xf_thread | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.EWRatendo_events.thread_id | 1 | |
SELECT *
FROM EWRporta_caches
WHERE block_id = ?
Params: EventsUpcoming
Run Time: 0.000220
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_caches | const | PRIMARY | PRIMARY | 77 | const | 1 | |
SELECT *
FROM EWRporta_caches
WHERE block_id = ?
Params: EventsUpcoming
Run Time: 0.000062
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_caches | const | PRIMARY | PRIMARY | 77 | const | 1 | |
begin
Run Time: 0.000171
UPDATE `EWRporta_caches` SET `results` = ?, `date` = ? WHERE (block_id = 'EventsUpcoming')
Params: a:5:{s:6:"option";a:6:{s:6:"format";s:4:"days";s:5:"range";s:2:"31";s:6:"stream";s:1:"0";s:5:"venue";s:1:"0";s:10:"showStream";b:0;s:9:"hideVenue";b:1;}s:4:"page";i:33;s:8:"category";b:0;s:8:"position";s:9:"top-right";s:14:"EventsUpcoming";b:0;}, 1618967913
Run Time: 0.000214
commit
Run Time: 0.000293
SELECT session_activity.*
,
user.*,
user_profile.*,
user_option.*
FROM xf_session_activity AS session_activity
LEFT JOIN xf_user AS user ON
(user.user_id = session_activity.user_id)
LEFT JOIN xf_user_profile AS user_profile ON
(user_profile.user_id = user.user_id)
LEFT JOIN xf_user_option AS user_option ON
(user_option.user_id = user.user_id)
WHERE (session_activity.view_date > 1618967013)
ORDER BY session_activity.view_date DESC
Run Time: 0.000797
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | session_activity | ALL | view_date | | | | 77 | Using where; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.session_activity.user_id | 1 | |
SIMPLE | user_profile | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.user.user_id | 1 | Using where |
SIMPLE | user_option | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.user.user_id | 1 | Using where |
SELECT *
FROM xf_addon
WHERE addon_id = ?
Params: EWRatendo
Run Time: 0.000102
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_addon | const | PRIMARY | PRIMARY | 77 | const | 1 | |
SELECT *
FROM xf_user
LEFT JOIN xf_user_profile ON (xf_user_profile.user_id = xf_user.user_id)
LEFT JOIN xf_user_option ON (xf_user_option.user_id = xf_user.user_id)
WHERE xf_user_profile.dob_month = ?
AND xf_user_profile.dob_day = ?
AND xf_user_option.show_dob_date != '0'
AND xf_user.is_banned = '0'
AND xf_user.last_activity > ?
ORDER BY xf_user.username
Params: 4, 20, 1587431913
Run Time: 0.000590
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_user | range | PRIMARY,last_activity | last_activity | 4 | | 1 | Using index condition; Using where; Using filesort |
SIMPLE | xf_user_profile | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.xf_user.user_id | 1 | Using where |
SIMPLE | xf_user_option | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.xf_user.user_id | 1 | Using where |
SELECT *
FROM EWRporta_caches
WHERE block_id = ?
Params: EventsBirthdays
Run Time: 0.000167
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_caches | const | PRIMARY | PRIMARY | 77 | const | 1 | |
SELECT *
FROM EWRporta_caches
WHERE block_id = ?
Params: EventsBirthdays
Run Time: 0.000062
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_caches | const | PRIMARY | PRIMARY | 77 | const | 1 | |
begin
Run Time: 0.000148
UPDATE `EWRporta_caches` SET `results` = ?, `date` = ? WHERE (block_id = 'EventsBirthdays')
Params: a:5:{s:6:"option";b:0;s:4:"page";i:33;s:8:"category";b:0;s:8:"position";s:7:"sidebar";s:15:"EventsBirthdays";a:0:{}}, 1618967913
Run Time: 0.000186
commit
Run Time: 0.000274
SELECT *
FROM xf_addon
WHERE addon_id = ?
Params: TaigaChat
Run Time: 0.000097
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_addon | const | PRIMARY | PRIMARY | 77 | const | 1 | |
SELECT page_name FROM EWRcarta_pages WHERE page_slug = 'index'
Run Time: 0.000090
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRcarta_pages | const | page_slug | page_slug | 302 | const | 1 | |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('page_nav', 'bdtagme_tag', 'EWRblock_RecentSlider', 'EWRblock_RecentNews', 'EWRblock_EventsUpcoming', 'EWRblock_OnlineUsers', 'EWRblock_EventsBirthdays', 'EWRblock_TaigaChat', 'wf_widget_wrapper', 'wf_widget_threads', 'EWRporta_Portal', 'EWRporta_Navtabs', 'EWRatendo_Navtabs', 'EWRcarta_Navtabs', 'bdtagme_PAGE_CONTAINER', 'PAGE_CONTAINER')
AND style_id = ?
AND language_id = ?
Params: 1, 1
Run Time: 0.000192
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 160 | | 16 | Using where |
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('xf_unknown_renderer', 'home', 'events', 'wiki')
Params: 1
Run Time: 0.000084
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | range | PRIMARY | PRIMARY | 231 | | 4 | Using where |
SELECT *
FROM xf_node
ORDER BY lft ASC
Run Time: 0.000140
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_node | ALL | | | | | 40 | Using filesort |
SELECT cache_value
FROM xf_permission_cache_content_type
WHERE permission_combination_id = ?
AND content_type = 'node'
Params: 1
Run Time: 0.000106
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_cache_content_type | const | PRIMARY | PRIMARY | 81 | const,const | 1 | |
SELECT thread.*
,
user.avatar_date, user.gravatar
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.last_post_user_id)
WHERE (thread.discussion_state IN ('visible'))
ORDER BY thread.last_post_date DESC
LIMIT 5
Run Time: 0.000150
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | index | | last_post_date | 4 | | 5 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | thefalif_shocktest.thread.last_post_user_id | 1 | |
SELECT title, template_compiled
FROM xf_template_compiled
WHERE title IN ('wf_widget_threads')
AND style_id = ?
AND language_id = ?
Params: 1, 1
Run Time: 0.000075
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('top_users')
Params: 1
Run Time: 0.000071
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | const | PRIMARY | PRIMARY | 231 | const,const | 1 | |