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.004338
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | range | PRIMARY | PRIMARY | 27 | | 26 | Using where |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000495
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: 3392
Run Time: 0.000667
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: 36
Run Time: 0.000680
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: 3392
Run Time: 0.001476
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 | 6 | Using index condition; Using where; Using filesort |
SIMPLE | bb_code_parse_cache | eq_ref | content_type_id | content_type_id | 31 | const,360tuna_com.post.post_id | 1 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | 360tuna_com.post.user_id | 1 | |
SIMPLE | user_profile | eq_ref | PRIMARY | PRIMARY | 4 | 360tuna_com.post.user_id | 1 | |
SIMPLE | user_privacy | eq_ref | PRIMARY | PRIMARY | 4 | 360tuna_com.post.user_id | 1 | |
SIMPLE | signature_parse_cache | eq_ref | content_type_id | content_type_id | 31 | const,360tuna_com.post.user_id | 1 | Using where |
SIMPLE | session_activity | eq_ref | PRIMARY | PRIMARY | 22 | 360tuna_com.post.user_id,func | 1 | Using where |
INSERT INTO xf_thread_view
(thread_id)
VALUES
(?)
Params: 3392
Run Time: 0.003419
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: 40b817dbbca0e5a9ce875aaf010d5877, a:8:{s:12:"sessionStart";i:1611478826;s:2:"ip";s:4:"6U9 ";s:11:"sessionCsrf";s:16:"7IQJ-KF4IW50dTFX";s:9:"userAgent";s:40:"CCBot/2.0 (https://commoncrawl.org/faq/)";s:7:"robotId";s:0:"";s:16:"previousActivity";i:0;s:10:"isIpBanned";a:2:{s:6:"result";b:0;s:7:"version";i:1572030419;}s:15:"isIpDiscouraged";a:2:{s:6:"result";b:0;s:7:"version";i:1572028833;}}, 1611482426
Run Time: 0.003541
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, 6U9 , 6U9 , XenForo_ControllerPublic_Thread, Index, valid, thread_id=3392, 1611478826,
Run Time: 0.003109
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', 'wf_widget_wrapper', 'wf_widget_threads', 'thread_view', 'wf_hook_moderator_bar', 'wf_revealer', 'PAGE_CONTAINER')
AND style_id = ?
AND language_id = ?
Params: 7, 1
Run Time: 0.003616
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_template_compiled | range | PRIMARY | PRIMARY | 60 | | 13 | 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, 40410, a:1:{i:0;s:635:"Well guys its time for a trip. The girlfriend suggested P/V and I jumped all over it (little does she know my motive). I'm from S/E Louisiana and have the luxury of tangling typical 60-100 pound green canyon tuna out of Venice and Cocodrie on a regular basis but want to step up to the big leagues. My question to you guys is wo I need to fish with and when are the big yellows there? I understand that Josh Temple is a big dog down that way but know little else. I've got plenty of jigging/popping gear but the fish doesn't necessarily need to be caught that way. I just want to dance with a big girl. Suggestions/Advice? Thanks.
RP";}, 1608575237, 1611478826
Run Time: 0.003488
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, 40461, a:3:{i:0;s:234:"I have said this a couple of times but I prefer Pangas when in mexico. The captains are more willing to cater to someone who wants to jig and pop.
THey will still put out live bait but you can jig and pop during the drift.
Check out ";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:31:"http://www.monsteryellowfin.com";s:8:"original";a:2:{i:0;s:39:"[URL="http://www.monsteryellowfin.com"]";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:250:"::Monster Yellow Fin:: - pesca deportiva, snorkel, avistamiento de ballenas, buceo, surfear, pescar, paseos, delfines, puerto vallarta, mexico, jalisco, nayarit, punta de mita, mantarayas, avistamiento de aves, santuario de pajaros, punta del burro, ";}}i:2;s:101:" Capt Chuy will take good care of you.
Also Lora is good. Josh temple can put you in touch with him.";}, 1608575237, 1611478826
Run Time: 0.003116
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, 40462, a:1:{i:0;s:77:"Check-out this site RP,
MEXFISH.COM
There is a wealth of information here.";}, 1608575237, 1611478826
Run Time: 0.003142
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, 53029, a:1:{i:0;s:3:"...";}, 1608575237, 1611478826
Run Time: 0.003475
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, 53030, a:1:{i:0;s:348:"sept- dec. world record size fish down there early oct probably best. you will probably need a two speed for the cows... dragging live skipjack for bait. popping and jigging will work for the "schoolies". Plenty of big roosters and pargo as well.
a lot of ahi boats but usually filled for the peak season... book asap
where are you staying?";}, 1608575237, 1611478826
Run Time: 0.003256
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, 53323, a:1:{i:0;s:1790:"Puerto Vallarta like all of Mexico is suffering due to lack of tourist. November starts their busy season as tourists typically do not like the hot and humid summers. Fishing has been unusually slow this year but not sure if it is lack of fish or lack of fishermen. Probably a combo of the two. Cow fishing in PV is a long boat ride out to either Roca Corbetania or El Banco ( the latter being over 40 miles out). Have not heard of any big tuna caught there so far this season but the big tuna have not yet arrived in large numbers yet. Pangas are ok for the long ride out but you must make sure that they have the speed and the fuel to make the long run out. Most of the cow tuna fishing is done off of 30-35 ft cruisers but not all of them have the speed needed to go out 40+ miles and back. You need minimum 20kt speed and lots of fuel. Therefore, these cruisers typically charge $1000+ per trip. Pangas you can get for half of that. The Pacifico ( 33ft Blackfin ) is running a special for July for $800 so this indicates that the boats are hurting in this economy. Pm me if you need a referral for either a panga or a cruiser. Oh, btw, the Bay of Banderas in PV is one of the largest in N. America. It takes nearly 1 hour just to clear the bay if you are leaving from Marina Vallarta or Paradise Village. A bit less boat ride from either La Cruz or Pt Mita but since your GF will be with you, staying in Vallarta is probably your best bet as that is where all the action will be. But if you are more into sitting around the pool and eating at the hotel...then anywhere is okay to stay. I like to stay in downtown area ( older part of PV) as I like the restaurants better and do not like the newer tourist areas. I like to walk the Malecon in the evenings after dinner.";}, 1608575237, 1611478826
Run Time: 0.003214
SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('wfc__1_thread_view')
Run Time: 0.000504
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | const | PRIMARY | PRIMARY | 27 | const | 1 | |