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.000646
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | ALL | PRIMARY | | | | 36 | Using where |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000164
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.user_id)
WHERE thread.thread_id = ?
Params: 414747
Run Time: 0.000254
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | user | const | PRIMARY | PRIMARY | 4 | const | 1 | |
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: 35
Run Time: 0.000381
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | forum | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | node | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | permission | const | PRIMARY | PRIMARY | 35 | const,const,const | 1 | |
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 < 20)
AND (post.message_state IN ('visible'))
ORDER BY post.position ASC, post.post_date ASC
Params: 414747
Run Time: 0.001065
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | post | ref | thread_id_post_date,thread_id_position | thread_id_post_date | 4 | const | 3 | Using index condition; Using where; Using filesort |
SIMPLE | bb_code_parse_cache | eq_ref | content_type_id | content_type_id | 31 | const,cowboyszone.post.post_id | 1 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | cowboyszone.post.user_id | 1 | |
SIMPLE | user_profile | eq_ref | PRIMARY | PRIMARY | 4 | cowboyszone.post.user_id | 1 | |
SIMPLE | user_privacy | eq_ref | PRIMARY | PRIMARY | 4 | cowboyszone.post.user_id | 1 | |
SIMPLE | signature_parse_cache | eq_ref | content_type_id | content_type_id | 31 | const,cowboyszone.post.user_id | 1 | Using where |
SIMPLE | session_activity | eq_ref | PRIMARY | PRIMARY | 22 | cowboyszone.post.user_id,func | 1 | Using where |
INSERT DELAYED INTO xf_thread_view
(thread_id)
VALUES
(?)
Params: 414747
Run Time: 0.000083
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: f6e0708d4c237ca07f4447017999e862, a:6:{s:12:"sessionStart";i:1576187101;s:2:"ip";s:4:"ָ|";s:11:"sessionCsrf";s:16:"jXz-0FdVGk0iO87J";s:9:"userAgent";s:40:"CCBot/2.0 (https://commoncrawl.org/faq/)";s:7:"robotId";s:0:"";s:16:"previousActivity";i:0;}, 1576190701
Run Time: 0.000187
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=414747, 1576187101,
Run Time: 0.000111
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', 'thread_view', 'dark_taigachat', 'dark_taigachat_list', 'siropu_custom_tabs_child_list', 'PAGE_CONTAINER')
AND style_id = ?
AND language_id = ?
Params: 1, 1
Run Time: 0.000516
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 60 | | 12 | Using where |
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, 8429816, a:98:{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:155:"https://cdn.vox-cdn.com/thumbor/D2aYx2utFv8_dOb-bgn4eCKSsxQ=/0x0:2274x1516/1310x873/cdn.vox-cdn.com/uploads/chorus_image/image/61414503/488136746.jpg.0.jpg";}}i:1;s:121:"
Which player do you think will be the difference-maker when the Cowboys host the Giants on Sunday night?
Whenever the ";i:2;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:48:"http://www.sbnation.com/nfl/teams/dallas-cowboys";s:8:"original";a:2:{i:0;s:56:"[URL='http://www.sbnation.com/nfl/teams/dallas-cowboys']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:14:"Dallas Cowboys";}}i:3;s:10:" face the ";i:4;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:49:"http://www.sbnation.com/nfl/teams/new-york-giants";s:8:"original";a:2:{i:0;s:57:"[URL='http://www.sbnation.com/nfl/teams/new-york-giants']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:15:"New York Giants";}}i:5;s:63:" there’s always something crazy that happens. Whether it’s ";i:6;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:53:"http://www.sbnation.com/nfl/players/245473/dez-bryant";s:8:"original";a:2:{i:0;s:61:"[URL='http://www.sbnation.com/nfl/players/245473/dez-bryant']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:10:"Dez Bryant";}}i:7;s:35:"’s finger landing out of bounds, ";i:8;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:60:"http://www.sbnation.com/nfl/players/108442/jason-pierre-paul";s:8:"original";a:2:{i:0;s:68:"[URL='http://www.sbnation.com/nfl/players/108442/jason-pierre-paul']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:17:"Jason Pierre-Paul";}}i:9;s:12:" blocking a ";i:10;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:53:"http://www.sbnation.com/nfl/players/133145/dan-bailey";s:8:"original";a:2:{i:0;s:61:"[URL='http://www.sbnation.com/nfl/players/133145/dan-bailey']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:10:"Dan Bailey";}}i:11;s:13:" field goal, ";i:12;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:69:"http://www.sbnation.com/nfl/players/34671/dominique-rodgers-cromartie";s:8:"original";a:2:{i:0;s:77:"[URL='http://www.sbnation.com/nfl/players/34671/dominique-rodgers-cromartie']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:27:"Dominique Rodgers-Cromartie";}}i:13;s:58:" running down the sidelines for a defensive touchdown, or ";i:14;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:50:"http://www.sbnation.com/nfl/players/3435/tony-romo";s:8:"original";a:2:{i:0;s:58:"[URL='http://www.sbnation.com/nfl/players/3435/tony-romo']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:9:"Tony Romo";}}i:15;s:9:" hitting ";i:16;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:55:"http://www.sbnation.com/nfl/players/245503/jason-witten";s:8:"original";a:2:{i:0;s:63:"[URL='http://www.sbnation.com/nfl/players/245503/jason-witten']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:12:"Jason Witten";}}i:17;s:368:" in the closing seconds of the game - it always seems to be complete madness.
Of course, we won’t see any of that on Sunday because none of those players are playing in the game. That’s right, they’re gone. All of them.
While those players have bounced, there will be no shortage of playmakers in this game. All it takes is one jump-cut and star running backs ";i:18;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:58:"http://www.sbnation.com/nfl/players/277157/ezekiel-elliott";s:8:"original";a:2:{i:0;s:66:"[URL='http://www.sbnation.com/nfl/players/277157/ezekiel-elliott']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:15:"Ezekiel Elliott";}}i:19;s:4:" or ";i:20;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:57:"http://www.sbnation.com/nfl/players/300891/saquon-barkley";s:8:"original";a:2:{i:0;s:65:"[URL='http://www.sbnation.com/nfl/players/300891/saquon-barkley']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:14:"Saquon Barkley";}}i:21;s:91:" will be off to the races. And we all know what wide receiver Odell Beckham Jr. and punter ";i:22;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:54:"http://www.sbnation.com/nfl/players/136149/chris-jones";s:8:"original";a:2:{i:0;s:62:"[URL='http://www.sbnation.com/nfl/players/136149/chris-jones']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:11:"Chris Jones";}}i:23;s:165:" can do when they get in space. They’re electric!
But who’s going to come up big in this game? Here are four X-Factor candidates for Sunday night’s contest.
";i:24;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:17:"Michael Sisemore:";}}i:25;s:1:" ";i:26;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:55:"http://www.sbnation.com/nfl/players/155449/cole-beasley";s:8:"original";a:2:{i:0;s:63:"[URL='http://www.sbnation.com/nfl/players/155449/cole-beasley']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:12:"Cole Beasley";}}i:27;s:2:"
";i:28;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:55:"http://www.sbnation.com/nfl/players/313551/cole-beasley";s:8:"original";a:2:{i:0;s:63:"[URL='http://www.sbnation.com/nfl/players/313551/cole-beasley']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:7:"Beasley";}}i:29;s:131:" needs to be that slow death that Jason Witten used to provide this team. The Giants are going to consume themselves with stopping ";i:30;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:58:"http://www.sbnation.com/nfl/players/302225/ezekiel-elliott";s:8:"original";a:2:{i:0;s:66:"[URL='http://www.sbnation.com/nfl/players/302225/ezekiel-elliott']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:15:"Ezekiel Elliott";}}i:31;s:13:". That means ";i:32;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:57:"http://www.sbnation.com/nfl/players/254491/landon-collins";s:8:"original";a:2:{i:0;s:65:"[URL='http://www.sbnation.com/nfl/players/254491/landon-collins']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:14:"Landon Collins";}}i:33;s:139:" will be in the box because he has to. It’s too tall a task for New York’s linebackers and there’s not much sealing the edge without ";i:34;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:57:"http://www.sbnation.com/nfl/players/154901/olivier-vernon";s:8:"original";a:2:{i:0;s:65:"[URL='http://www.sbnation.com/nfl/players/154901/olivier-vernon']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:14:"Olivier Vernon";}}i:35;s:69:" though their DT’s are still holding down the middle. With corners ";i:36;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:58:"http://www.sbnation.com/nfl/players/154869/janoris-jenkins";s:8:"original";a:2:{i:0;s:66:"[URL='http://www.sbnation.com/nfl/players/154869/janoris-jenkins']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:15:"Janoris Jenkins";}}i:37;s:5:" and ";i:38;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:52:"http://www.sbnation.com/nfl/players/277175/eli-apple";s:8:"original";a:2:{i:0;s:60:"[URL='http://www.sbnation.com/nfl/players/277175/eli-apple']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:9:"Eli Apple";}}i:39;s:56:" on the perimeters, look for former Cowboys draft pick, ";i:40;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:51:"http://www.sbnation.com/nfl/players/193615/b-w-webb";s:8:"original";a:2:{i:0;s:59:"[URL='http://www.sbnation.com/nfl/players/193615/b-w-webb']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:10:"B.W. Webb,";}}i:41;s:10:" to cover ";i:42;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:55:"http://www.sbnation.com/nfl/players/302211/cole-beasley";s:8:"original";a:2:{i:0;s:63:"[URL='http://www.sbnation.com/nfl/players/302211/cole-beasley']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:12:"Cole Beasley";}}i:43;s:225:" in the slot. I’m not calling for 100+ receiving yards from Beasley but he has a huge opportunity to be the mover of the sticks. The Cowboys aren’t winning this game if they have a repeat of week one in the passing game. ";i:44;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:55:"http://www.sbnation.com/nfl/players/308048/cole-beasley";s:8:"original";a:2:{i:0;s:63:"[URL='http://www.sbnation.com/nfl/players/308048/cole-beasley']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:12:"Cole Beasley";}}i:45;s:147:" has the best chance to keep this offense alive when it’s needed most.
The last time Beasley faced the Giants in AT&T he was just showing off.
";i:46;a:4:{s:3:"tag";s:6:"indent";s:6:"option";N;s:8:"original";a:2:{i:0;s:8:"[INDENT]";i:1;s:9:"[/INDENT]";}s:8:"children";a:4:{i:0;s:140:"
Cole Beasley had a great catch last night vs Giants. He pulled off his OBJ impression with this play. OBJ could only watch and be shocked. ";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:23:"https://t.co/x7DiYeg6hz";s:8:"original";a:2:{i:0;s:31:"[URL='https://t.co/x7DiYeg6hz']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:26:"pic.twitter.com/x7DiYeg6hz";}}i:2;s:43:"
— ✭ Cowboy X Factor (@CowboyXFactor) ";i:3;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:79:"https://twitter.com/CowboyXFactor/status/907308275665969152?ref_src=twsrc%5Etfw";s:8:"original";a:2:{i:0;s:87:"[URL='https://twitter.com/CowboyXFactor/status/907308275665969152?ref_src=twsrc%5Etfw']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:18:"September 11, 2017";}}}}i:47;s:2:"
";i:48;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:9:"Tom Ryle:";}}i:49;s:1:" ";i:50;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:56:"http://www.sbnation.com/nfl/players/286245/taco-charlton";s:8:"original";a:2:{i:0;s:64:"[URL='http://www.sbnation.com/nfl/players/286245/taco-charlton']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:13:"Taco Charlton";}}i:51;s:81:"
With Randy Gregory likely out, look for Taco to get the start at RDE, opposite ";i:52;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:60:"http://www.sbnation.com/nfl/players/245483/demarcus-lawrence";s:8:"original";a:2:{i:0;s:68:"[URL='http://www.sbnation.com/nfl/players/245483/demarcus-lawrence']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:17:"DeMarcus Lawrence";}}i:53;s:37:". The Giants know just what a threat ";i:54;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:60:"http://www.sbnation.com/nfl/players/302251/demarcus-lawrence";s:8:"original";a:2:{i:0;s:68:"[URL='http://www.sbnation.com/nfl/players/302251/demarcus-lawrence']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:17:"DeMarcus Lawrence";}}i:55;s:32:" is, and they will have to give ";i:56;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:56:"http://www.sbnation.com/nfl/players/254438/ereck-flowers";s:8:"original";a:2:{i:0;s:64:"[URL='http://www.sbnation.com/nfl/players/254438/ereck-flowers']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:13:"Ereck Flowers";}}i:57;s:23:" some help. That means ";i:58;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:56:"http://www.sbnation.com/nfl/players/302216/taco-charlton";s:8:"original";a:2:{i:0;s:64:"[URL='http://www.sbnation.com/nfl/players/302216/taco-charlton']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:8:"Charlton";}}i:59;s:121:" is going to be seeing a lot of one-on-one blocking, and that is not good news for Eli Manning. We have been looking for ";i:60;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:56:"http://www.sbnation.com/nfl/players/308053/taco-charlton";s:8:"original";a:2:{i:0;s:64:"[URL='http://www.sbnation.com/nfl/players/308053/taco-charlton']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:8:"Charlton";}}i:61;s:80:" to have a break-out game, and this is a near perfect situation for him. He has ";i:62;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:54:"http://www.sbnation.com/nfl/players/131011/nate-solder";s:8:"original";a:2:{i:0;s:62:"[URL='http://www.sbnation.com/nfl/players/131011/nate-solder']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:11:"Nate Solder";}}i:63;s:59:" to work against. Solder is certainly a better tackle than ";i:64;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:56:"http://www.sbnation.com/nfl/players/255835/ereck-flowers";s:8:"original";a:2:{i:0;s:64:"[URL='http://www.sbnation.com/nfl/players/255835/ereck-flowers']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:7:"Flowers";}}i:65;s:46:", but Taco showed signs of improvement in the ";i:66;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:51:"http://www.sbnation.com/nfl/teams/carolina-panthers";s:8:"original";a:2:{i:0;s:59:"[URL='http://www.sbnation.com/nfl/teams/carolina-panthers']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:8:"Panthers";}}i:67;s:55:" game. He will know that the Giants will be focused on ";i:68;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:60:"http://www.sbnation.com/nfl/players/308089/demarcus-lawrence";s:8:"original";a:2:{i:0;s:68:"[URL='http://www.sbnation.com/nfl/players/308089/demarcus-lawrence']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:8:"Lawrence";}}i:69;s:225:", and in Manning, he basically has a stationary target to get after. Look for him to get a sack and putting pressure on Eli all game. That will make Manning uncomfortable, and we all know what happens when that is the case.
";i:70;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:14:"Dave Halprin: ";}}i:71;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:55:"http://www.sbnation.com/nfl/players/193255/tavon-austin";s:8:"original";a:2:{i:0;s:63:"[URL='http://www.sbnation.com/nfl/players/193255/tavon-austin']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:12:"Tavon Austin";}}i:72;s:28:"
The Cowboys failed to get ";i:73;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:55:"http://www.sbnation.com/nfl/players/302208/tavon-austin";s:8:"original";a:2:{i:0;s:63:"[URL='http://www.sbnation.com/nfl/players/302208/tavon-austin']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:6:"Austin";}}i:74;s:212:" involved in a meaningful way in Week 1. He did have a nice screen at the start wiped out by penalty, but besides a jet sweep that went nowhere he saw very little of the football. This week, he’s going to have ";i:75;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:8:"at least";}}i:76;s:146:" one big play. Somehow the Cowboys will get him the ball in space, whether on a screen, a play out of the backfield, even a regular old pass, and ";i:77;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:55:"http://www.sbnation.com/nfl/players/308045/tavon-austin";s:8:"original";a:2:{i:0;s:63:"[URL='http://www.sbnation.com/nfl/players/308045/tavon-austin']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:6:"Austin";}}i:78;s:115:" will make magic happen. Heck, it might even come on a punt return. It’s not going to be a consistent thing, but ";i:79;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:55:"http://www.sbnation.com/nfl/players/313548/tavon-austin";s:8:"original";a:2:{i:0;s:63:"[URL='http://www.sbnation.com/nfl/players/313548/tavon-austin']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:6:"Austin";}}i:80;s:217:" will have some big plays that will affect the outcome positively for Dallas.
The last time Austin faced the Giants, he had six carries for 34 yards, and the Cowboys could use some plays like this on Sunday night.
";i:81;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:14:"Danny Phantom:";}}i:82;s:1:" ";i:83;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:56:"http://www.sbnation.com/nfl/players/277151/anthony-brown";s:8:"original";a:2:{i:0;s:64:"[URL='http://www.sbnation.com/nfl/players/277151/anthony-brown']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:13:"Anthony Brown";}}i:84;s:464:"
The Cowboys will win this game if they can just limit big plays. While in the past, Odell Beckham Jr. is the one guy who caused the most concern, but the Giants now have a few offensive weapons that can cause the defense problems. The Giants last two first-round draft picks, Saquon Barkley and Evan Engram, are athletic players who can hurt you if not properly defended.
But while all the attention is being put on these stars, it’s the sneaky craftiness of ";i:85;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:59:"http://www.sbnation.com/nfl/players/277190/sterling-shepard";s:8:"original";a:2:{i:0;s:67:"[URL='http://www.sbnation.com/nfl/players/277190/sterling-shepard']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:16:"Sterling Shepard";}}i:86;s:119:" that should cause concern. Shepard can be a chains mover and is very effective out of the slot. Cowboys nickel corner ";i:87;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:56:"http://www.sbnation.com/nfl/players/302212/anthony-brown";s:8:"original";a:2:{i:0;s:64:"[URL='http://www.sbnation.com/nfl/players/302212/anthony-brown']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:13:"Anthony Brown";}}i:88;s:65:" is going to have his work cut out for him this week. Of course, ";i:89;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:56:"http://www.sbnation.com/nfl/players/308049/anthony-brown";s:8:"original";a:2:{i:0;s:64:"[URL='http://www.sbnation.com/nfl/players/308049/anthony-brown']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:5:"Brown";}}i:90;s:282:" can be sneaky himself and jump routes if he gets a good read on a play. He’s been very good against the Giants as two of his three career interceptions have come against the boys in blue.
Shepard is going to win some battles, but all it takes is one slip up by Eli to show what ";i:91;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:56:"http://www.sbnation.com/nfl/players/313552/anthony-brown";s:8:"original";a:2:{i:0;s:64:"[URL='http://www.sbnation.com/nfl/players/313552/anthony-brown']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:5:"Brown";}}i:92;s:18:" can do for you.
";i:93;a:4:{s:3:"tag";s:6:"indent";s:6:"option";N;s:8:"original";a:2:{i:0;s:8:"[INDENT]";i:1;s:9:"[/INDENT]";}s:8:"children";a:4:{i:0;s:102:"
What a play by Anthony Brown to pick that ball off. Giants were driving with a ton of momentum, too. ";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:23:"https://t.co/8PArrMaVjE";s:8:"original";a:2:{i:0;s:31:"[URL='https://t.co/8PArrMaVjE']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:26:"pic.twitter.com/8PArrMaVjE";}}i:2;s:38:"
— Reece Waddell (@ReeceWaddell15) ";i:3;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:80:"https://twitter.com/ReeceWaddell15/status/808158861093904385?ref_src=twsrc%5Etfw";s:8:"original";a:2:{i:0;s:88:"[URL='https://twitter.com/ReeceWaddell15/status/808158861093904385?ref_src=twsrc%5Etfw']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:17:"December 12, 2016";}}}}i:94;s:2:"
";i:95;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:56:"http://www.sbnation.com/nfl/players/286253/jourdan-lewis";s:8:"original";a:2:{i:0;s:64:"[URL='http://www.sbnation.com/nfl/players/286253/jourdan-lewis']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:13:"Jourdan Lewis";}}i:96;s:368:" didn’t play a single defensive snap last week so we can probably table the idea that he is going to be the team’s nickel corner. For now, it’s Brown’s job and a good performance on Sunday night could spoil a Giants drive.
Which player do you think will be the difference maker in this game? Hit us up in the comments with your X-Factor player of the game.
";i:97;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:133:"https://www.bloggingtheboys.com/2018/9/16/17862524/cowboys-vs-giants-four-candidates-to-be-the-x-factor-player-of-the-game-for-dallas";s:8:"original";a:2:{i:0;s:141:"[url="https://www.bloggingtheboys.com/2018/9/16/17862524/cowboys-vs-giants-four-candidates-to-be-the-x-factor-player-of-the-game-for-dallas"]";i:1;s:6:"[/url]";}s:8:"children";a:1:{i:0;s:19:"Continue reading...";}}}, 1520495005, 1576187101
Run Time: 0.001492
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, 8429819, a:1:{i:0;s:11:"Jeff Heath.";}, 1520495005, 1576187101
Run Time: 0.001498
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, 8431784, a:1:{i:0;s:961:"They always hype up a Tavon Austin and Beasely combination but it NEVER HAPPENS.
In the Red Zone I'm lining up Rico on the outside w Beasely and Tavon in the slot. I like this combination of speed and stature.
Rotate in any of the other skilled guys around these 3 (that are not our practice squad tes who can't score) and we will score in the red zone.
Well probably beat up the division Giants since Eli is playing like we always do... but with all these 2 te sets and giving up all these wasted opportunities to a below avg te core...Why not feature Beasely and Tavon or Rico on some spread formations. They can all play Anywhere on the field where in the past we've never had a te who could win on the outside or red zone.
Do you think Tom Brady or Bill Belicheck would choose Swaim, Schultz or Jarwin over Gronk?
Because every time I measure our tes abilities as a scoring threat and receiver Rico looks like Gronk in comparison to all of the rest";}, 1520495005, 1576187101
Run Time: 0.000486