Brent W
Well-known member
I am getting these slow queries on my largest sites.
Should I be concerned?
Code:
# Time: 130821 3:46:41
# User@Host: <redacted>[<redacted>] @ localhost []
# Query_time: 3.648278 Lock_time: 0.000052 Rows_sent: 0 Rows_examined: 0
use ford_xenforo;
SET timestamp=1377074801;
INSERT INTO xf_bb_code_parse_cache^M
(content_type, content_id, parse_tree, cache_version, cache_date)^M
VALUES ('post', '18431', 'a:1:{i:0;s:50:\"i meant the 5.0 is still in the other truck hon...\";}', '1377037569', '1377074796')^M
ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),^M
cache_version = VALUES(cache_version),^M
cache_date = VALUES(cache_date);
Should I be concerned?