|
SELECT * FROM sessions WHERE session_id = h049f8cv1bvso5d6759t2vl721
Speed: 0.777 ms
|
|
INSERT INTO sessions
(session_id, ip_address, user_agent, created, last_used, remember, data, domain)
VALUES
(h049f8cv1bvso5d6759t2vl721, 18.97.9.168, CCBot/2.0 (https://commoncrawl.org/faq/), 1779206629, 1779206629, 0, , ijrer.org
Speed: 0.221 ms
|
|
SELECT * FROM journals WHERE path = ij
Speed: 0.414 ms
|
|
Speed: 0.202 ms
|
|
Speed: 0.937 ms
|
|
SELECT last_run FROM scheduled_tasks WHERE class_name = plugins.generic.usageStats.UsageStatsLoader
Speed: 0.478 ms
|
|
SELECT last_run FROM scheduled_tasks WHERE class_name = plugins.generic.alm.ArticleInfoSender
Speed: 0.166 ms
|
|
SELECT last_run FROM scheduled_tasks WHERE class_name = plugins.generic.pln.classes.tasks.Depositor
Speed: 0.131 ms
|
|
SELECT last_run FROM scheduled_tasks WHERE class_name = plugins.importexport.datacite.DataciteInfoSender
Speed: 0.119 ms
|
|
SELECT last_run FROM scheduled_tasks WHERE class_name = plugins.importexport.medra.MedraInfoSender
Speed: 0.123 ms
|
|
SELECT last_run FROM scheduled_tasks WHERE class_name = plugins.importexport.crossref.CrossrefInfoSender
Speed: 0.268 ms
|
|
SELECT last_run FROM scheduled_tasks WHERE class_name = plugins.importexport.crossref.CrossrefInfoSender
Speed: 0.167 ms
|
|
SELECT last_run FROM scheduled_tasks WHERE class_name = classes.tasks.ReviewReminder
Speed: 0.122 ms
|
|
SELECT last_run FROM scheduled_tasks WHERE class_name = classes.tasks.SubscriptionExpiryReminder
Speed: 0.114 ms
|
|
SELECT last_run FROM scheduled_tasks WHERE class_name = classes.tasks.OpenAccessNotification
Speed: 0.134 ms
|
|
SELECT a.article_id AS pub_id,
COALESCE(atl.setting_value, atpl.setting_value) AS article_title
FROM published_articles pa,
issues i,
articles a
JOIN journals j ON (a.journal_id = j.journal_id)
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN article_settings atl ON (a.article_id = atl.article_id AND atl.setting_name = cleanTitle AND atl.locale = en_US)
LEFT JOIN article_settings atpl ON (a.article_id = atpl.article_id AND atpl.setting_name = cleanTitle AND atpl.locale = a.locale)
WHERE pa.article_id = a.article_id
AND i.issue_id = pa.issue_id
AND i.published = 1
AND s.section_id IS NOT NULL AND a.journal_id = 2
Speed: 4.810 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 929
Speed: 1.244 ms
|
|
Speed: 0.498 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 6235
Speed: 0.319 ms
|
|
SELECT * FROM article_settings WHERE article_id = 929
Speed: 0.522 ms
|
|
Speed: 0.250 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 929
Speed: 0.264 ms
|
|
SELECT * FROM article_settings WHERE article_id = 929
Speed: 0.150 ms
|
|
SELECT * FROM sections WHERE section_id = 2
Speed: 0.097 ms
|
|
SELECT * FROM section_settings WHERE section_id = 2
Speed: 0.092 ms
|
|
Speed: 0.083 ms
|
|
Speed: 0.206 ms
|
|
SELECT * FROM issue_settings WHERE issue_id = 4785074604081159
Speed: 0.250 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 305
Speed: 0.288 ms
|
|
Speed: 0.184 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 6064
Speed: 0.146 ms
|
|
SELECT * FROM article_settings WHERE article_id = 305
Speed: 0.155 ms
|
|
Speed: 0.120 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 305
Speed: 0.207 ms
|
|
SELECT * FROM article_settings WHERE article_id = 305
Speed: 0.166 ms
|
|
Speed: 0.127 ms
|
|
SELECT * FROM issue_settings WHERE issue_id = 4785074604081155
Speed: 0.155 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 10684
Speed: 0.327 ms
|
|
Speed: 0.188 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 7962
Speed: 0.162 ms
|
|
SELECT * FROM article_settings WHERE article_id = 10684
Speed: 0.169 ms
|
|
Speed: 0.133 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 10684
Speed: 0.239 ms
|
|
SELECT * FROM article_settings WHERE article_id = 10684
Speed: 0.138 ms
|
|
Speed: 0.093 ms
|
|
SELECT * FROM issue_settings WHERE issue_id = 4785074604081191
Speed: 0.153 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 222
Speed: 0.311 ms
|
|
Speed: 0.312 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 6030
Speed: 0.164 ms
|
|
SELECT * FROM article_settings WHERE article_id = 222
Speed: 0.201 ms
|
|
Speed: 0.144 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 222
Speed: 0.275 ms
|
|
SELECT * FROM article_settings WHERE article_id = 222
Speed: 0.256 ms
|
|
Speed: 0.115 ms
|
|
SELECT * FROM issue_settings WHERE issue_id = 4785074604081153
Speed: 0.123 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 10236
Speed: 0.278 ms
|
|
Speed: 0.208 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 7842
Speed: 0.285 ms
|
|
SELECT * FROM article_settings WHERE article_id = 10236
Speed: 0.413 ms
|
|
Speed: 0.133 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 10236
Speed: 0.259 ms
|
|
SELECT * FROM article_settings WHERE article_id = 10236
Speed: 0.271 ms
|
|
Speed: 0.148 ms
|
|
SELECT * FROM issue_settings WHERE issue_id = 4785074604081190
Speed: 0.184 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 1810
Speed: 0.304 ms
|
|
Speed: 0.225 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 6472
Speed: 0.136 ms
|
|
SELECT * FROM article_settings WHERE article_id = 1810
Speed: 0.204 ms
|
|
Speed: 0.261 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 1810
Speed: 0.286 ms
|
|
SELECT * FROM article_settings WHERE article_id = 1810
Speed: 0.178 ms
|
|
Speed: 0.227 ms
|
|
SELECT * FROM issue_settings WHERE issue_id = 4785074604081169
Speed: 0.204 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 8975
Speed: 0.344 ms
|
|
Speed: 0.204 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 7623
Speed: 0.173 ms
|
|
SELECT * FROM article_settings WHERE article_id = 8975
Speed: 0.363 ms
|
|
Speed: 0.161 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 8975
Speed: 0.266 ms
|
|
SELECT * FROM article_settings WHERE article_id = 8975
Speed: 0.198 ms
|
|
Speed: 0.108 ms
|
|
SELECT * FROM issue_settings WHERE issue_id = 4785074604081186
Speed: 0.153 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 13860
Speed: 0.290 ms
|
|
Speed: 0.172 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 8709
Speed: 0.171 ms
|
|
SELECT * FROM article_settings WHERE article_id = 13860
Speed: 0.956 ms
|
|
Speed: 0.222 ms
|
|
SELECT * FROM article_supp_file_settings WHERE supp_id = 8403
Speed: 0.428 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 13860
Speed: 0.253 ms
|
|
SELECT * FROM article_settings WHERE article_id = 13860
Speed: 0.178 ms
|
|
Speed: 0.115 ms
|
|
SELECT * FROM issue_settings WHERE issue_id = 4785074604081203
Speed: 0.173 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 13414
Speed: 0.274 ms
|
|
Speed: 0.172 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 8600
Speed: 0.141 ms
|
|
SELECT * FROM article_settings WHERE article_id = 13414
Speed: 0.153 ms
|
|
Speed: 0.128 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 13414
Speed: 0.191 ms
|
|
SELECT * FROM article_settings WHERE article_id = 13414
Speed: 0.134 ms
|
|
Speed: 0.097 ms
|
|
SELECT * FROM issue_settings WHERE issue_id = 4785074604081201
Speed: 0.112 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 3072
Speed: 0.219 ms
|
|
Speed: 0.143 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 6761
Speed: 0.117 ms
|
|
SELECT * FROM article_settings WHERE article_id = 3072
Speed: 0.314 ms
|
|
Speed: 0.143 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 3072
Speed: 0.195 ms
|
|
SELECT * FROM article_settings WHERE article_id = 3072
Speed: 0.126 ms
|
|
Speed: 0.088 ms
|
|
SELECT * FROM issue_settings WHERE issue_id = 4785074604081173
Speed: 0.107 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 4860
Speed: 0.399 ms
|
|
Speed: 0.171 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 6950
Speed: 0.326 ms
|
|
SELECT * FROM article_settings WHERE article_id = 4860
Speed: 0.870 ms
|
|
Speed: 0.288 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 4860
Speed: 0.360 ms
|
|
SELECT * FROM article_settings WHERE article_id = 4860
Speed: 0.317 ms
|
|
Speed: 0.117 ms
|
|
SELECT * FROM issue_settings WHERE issue_id = 4785074604081176
Speed: 0.130 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 673
Speed: 0.251 ms
|
|
Speed: 0.155 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 6172
Speed: 0.124 ms
|
|
SELECT * FROM article_settings WHERE article_id = 673
Speed: 0.180 ms
|
|
Speed: 0.131 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 673
Speed: 0.355 ms
|
|
SELECT * FROM article_settings WHERE article_id = 673
Speed: 0.511 ms
|
|
Speed: 0.308 ms
|
|
SELECT * FROM issue_settings WHERE issue_id = 4785074604081158
Speed: 0.185 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 594
Speed: 0.416 ms
|
|
Speed: 0.242 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 6145
Speed: 0.176 ms
|
|
SELECT * FROM article_settings WHERE article_id = 594
Speed: 0.166 ms
|
|
Speed: 0.420 ms
|
|
SELECT * FROM article_supp_file_settings WHERE supp_id = 351
Speed: 0.681 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 594
Speed: 0.271 ms
|
|
SELECT * FROM article_settings WHERE article_id = 594
Speed: 0.172 ms
|
|
Speed: 0.121 ms
|
|
SELECT * FROM issue_settings WHERE issue_id = 4785074604081157
Speed: 0.142 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 148
Speed: 0.274 ms
|
|
Speed: 0.343 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 77
Speed: 0.168 ms
|
|
SELECT * FROM article_settings WHERE article_id = 148
Speed: 0.171 ms
|
|
Speed: 0.140 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 148
Speed: 0.278 ms
|
|
SELECT * FROM article_settings WHERE article_id = 148
Speed: 0.211 ms
|
|
Speed: 0.127 ms
|
|
SELECT * FROM issue_settings WHERE issue_id = 11
Speed: 0.147 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 63
Speed: 0.272 ms
|
|
Speed: 0.539 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 55
Speed: 0.131 ms
|
|
SELECT * FROM article_settings WHERE article_id = 63
Speed: 0.307 ms
|
|
Speed: 0.154 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 63
Speed: 0.236 ms
|
|
SELECT * FROM article_settings WHERE article_id = 63
Speed: 0.176 ms
|
|
Speed: 0.289 ms
|
|
SELECT * FROM issue_settings WHERE issue_id = 6
Speed: 0.145 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 13839
Speed: 0.274 ms
|
|
Speed: 0.181 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 8746
Speed: 0.150 ms
|
|
SELECT * FROM article_settings WHERE article_id = 13839
Speed: 0.173 ms
|
|
Speed: 0.142 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 13839
Speed: 0.225 ms
|
|
SELECT * FROM article_settings WHERE article_id = 13839
Speed: 0.183 ms
|
|
Speed: 0.160 ms
|
|
SELECT * FROM issue_settings WHERE issue_id = 4785074604081204
Speed: 0.257 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 12806
Speed: 0.315 ms
|
|
Speed: 0.205 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 8425
Speed: 0.283 ms
|
|
SELECT * FROM article_settings WHERE article_id = 12806
Speed: 0.210 ms
|
|
Speed: 0.179 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 12806
Speed: 0.278 ms
|
|
SELECT * FROM article_settings WHERE article_id = 12806
Speed: 0.355 ms
|
|
Speed: 0.139 ms
|
|
SELECT * FROM issue_settings WHERE issue_id = 4785074604081198
Speed: 0.334 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 2030
Speed: 0.297 ms
|
|
Speed: 0.206 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 6498
Speed: 0.142 ms
|
|
SELECT * FROM article_settings WHERE article_id = 2030
Speed: 0.415 ms
|
|
Speed: 0.594 ms
|
|
SELECT * FROM article_supp_file_settings WHERE supp_id = 1328
Speed: 0.665 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 2030
Speed: 0.276 ms
|
|
SELECT * FROM article_settings WHERE article_id = 2030
Speed: 0.235 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 5555
Speed: 0.425 ms
|
|
Speed: 0.287 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 7081
Speed: 0.188 ms
|
|
SELECT * FROM article_settings WHERE article_id = 5555
Speed: 0.625 ms
|
|
Speed: 0.309 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 5555
Speed: 0.356 ms
|
|
SELECT * FROM article_settings WHERE article_id = 5555
Speed: 0.263 ms
|
|
Speed: 0.203 ms
|
|
SELECT * FROM issue_settings WHERE issue_id = 4785074604081178
Speed: 0.202 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 11373
Speed: 0.465 ms
|
|
Speed: 0.239 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 8041
Speed: 0.257 ms
|
|
SELECT * FROM article_settings WHERE article_id = 11373
Speed: 0.270 ms
|
|
Speed: 0.185 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 11373
Speed: 0.345 ms
|
|
SELECT * FROM article_settings WHERE article_id = 11373
Speed: 0.229 ms
|
|
Speed: 0.136 ms
|
|
SELECT * FROM issue_settings WHERE issue_id = 4785074604081193
Speed: 0.195 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 14797
Speed: 0.348 ms
|
|
Speed: 0.379 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 9166
Speed: 0.239 ms
|
|
SELECT * FROM article_settings WHERE article_id = 14797
Speed: 0.255 ms
|
|
Speed: 0.197 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 14797
Speed: 0.320 ms
|
|
SELECT * FROM article_settings WHERE article_id = 14797
Speed: 0.232 ms
|
|
Speed: 0.160 ms
|
|
SELECT * FROM issue_settings WHERE issue_id = 4785074604081224
Speed: 0.170 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 818
Speed: 0.289 ms
|
|
Speed: 0.244 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 6202
Speed: 0.169 ms
|
|
SELECT * FROM article_settings WHERE article_id = 818
Speed: 0.278 ms
|
|
Speed: 0.195 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 818
Speed: 0.270 ms
|
|
SELECT * FROM article_settings WHERE article_id = 818
Speed: 0.210 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 11781
Speed: 0.286 ms
|
|
Speed: 0.206 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 8189
Speed: 0.184 ms
|
|
SELECT * FROM article_settings WHERE article_id = 11781
Speed: 0.433 ms
|
|
Speed: 0.816 ms
|
|
SELECT * FROM article_supp_file_settings WHERE supp_id = 7790
Speed: 0.524 ms
|
|
SELECT * FROM article_supp_file_settings WHERE supp_id = 7791
Speed: 0.231 ms
|
|
SELECT * FROM article_supp_file_settings WHERE supp_id = 7792
Speed: 0.200 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 11781
Speed: 0.292 ms
|
|
SELECT * FROM article_settings WHERE article_id = 11781
Speed: 0.294 ms
|
|
Speed: 0.162 ms
|
|
SELECT * FROM issue_settings WHERE issue_id = 4785074604081195
Speed: 0.166 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 13011
Speed: 0.337 ms
|
|
Speed: 0.210 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 8464
Speed: 0.190 ms
|
|
SELECT * FROM article_settings WHERE article_id = 13011
Speed: 1.301 ms
|
|
Speed: 0.218 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 13011
Speed: 0.310 ms
|
|
SELECT * FROM article_settings WHERE article_id = 13011
Speed: 0.263 ms
|
|
Speed: 0.166 ms
|
|
SELECT * FROM issue_settings WHERE issue_id = 4785074604081199
Speed: 0.205 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 3997
Speed: 0.344 ms
|
|
Speed: 0.249 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 6822
Speed: 0.181 ms
|
|
SELECT * FROM article_settings WHERE article_id = 3997
Speed: 0.318 ms
|
|
Speed: 0.624 ms
|
|
SELECT * FROM article_supp_file_settings WHERE supp_id = 3278
Speed: 0.246 ms
|
|
SELECT * FROM article_supp_file_settings WHERE supp_id = 3279
Speed: 0.193 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 3997
Speed: 0.473 ms
|
|
SELECT * FROM article_settings WHERE article_id = 3997
Speed: 0.405 ms
|
|
Speed: 0.198 ms
|
|
SELECT * FROM issue_settings WHERE issue_id = 4785074604081174
Speed: 0.195 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 14700
Speed: 0.381 ms
|
|
Speed: 0.721 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 9006
Speed: 0.241 ms
|
|
SELECT * FROM article_settings WHERE article_id = 14700
Speed: 0.442 ms
|
|
Speed: 0.236 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 14700
Speed: 0.355 ms
|
|
SELECT * FROM article_settings WHERE article_id = 14700
Speed: 0.233 ms
|
|
Speed: 0.147 ms
|
|
SELECT * FROM issue_settings WHERE issue_id = 4785074604081212
Speed: 0.189 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 11233
Speed: 0.359 ms
|
|
Speed: 0.241 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 8039
Speed: 0.208 ms
|
|
SELECT * FROM article_settings WHERE article_id = 11233
Speed: 0.237 ms
|
|
Speed: 0.346 ms
|
|
SELECT * FROM article_supp_file_settings WHERE supp_id = 7603
Speed: 0.542 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 11233
Speed: 0.359 ms
|
|
SELECT * FROM article_settings WHERE article_id = 11233
Speed: 0.226 ms
|
|
Speed: 0.149 ms
|
|
SELECT * FROM issue_settings WHERE issue_id = 4785074604081192
Speed: 0.163 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 678
Speed: 0.301 ms
|
|
Speed: 0.389 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 6174
Speed: 0.323 ms
|
|
SELECT * FROM article_settings WHERE article_id = 678
Speed: 0.251 ms
|
|
Speed: 0.197 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 678
Speed: 0.289 ms
|
|
SELECT * FROM article_settings WHERE article_id = 678
Speed: 0.247 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 2687
Speed: 0.340 ms
|
|
Speed: 0.233 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 6704
Speed: 0.202 ms
|
|
SELECT * FROM article_settings WHERE article_id = 2687
Speed: 0.239 ms
|
|
Speed: 1.453 ms
|
|
SELECT * FROM article_supp_file_settings WHERE supp_id = 2114
Speed: 0.753 ms
|
|
SELECT * FROM article_supp_file_settings WHERE supp_id = 2471
Speed: 0.493 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 2687
Speed: 0.390 ms
|
|
SELECT * FROM article_settings WHERE article_id = 2687
Speed: 0.253 ms
|
|
Speed: 0.215 ms
|
|
SELECT * FROM issue_settings WHERE issue_id = 4785074604081172
Speed: 0.218 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 10648
Speed: 0.410 ms
|
|
Speed: 0.255 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 8082
Speed: 0.202 ms
|
|
SELECT * FROM article_settings WHERE article_id = 10648
Speed: 0.284 ms
|
|
Speed: 0.209 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 10648
Speed: 0.355 ms
|
|
SELECT * FROM article_settings WHERE article_id = 10648
Speed: 0.308 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 7674
Speed: 0.402 ms
|
|
Speed: 0.232 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 7411
Speed: 0.165 ms
|
|
SELECT * FROM article_settings WHERE article_id = 7674
Speed: 0.419 ms
|
|
Speed: 0.193 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 7674
Speed: 0.302 ms
|
|
SELECT * FROM article_settings WHERE article_id = 7674
Speed: 0.238 ms
|
|
Speed: 0.161 ms
|
|
SELECT * FROM issue_settings WHERE issue_id = 4785074604081183
Speed: 0.191 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 6218
Speed: 0.334 ms
|
|
Speed: 0.236 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 7208
Speed: 0.203 ms
|
|
SELECT * FROM article_settings WHERE article_id = 6218
Speed: 0.275 ms
|
|
Speed: 0.428 ms
|
|
SELECT * FROM article_supp_file_settings WHERE supp_id = 5569
Speed: 0.291 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 6218
Speed: 0.312 ms
|
|
SELECT * FROM article_settings WHERE article_id = 6218
Speed: 0.318 ms
|
|
Speed: 0.304 ms
|
|
SELECT * FROM issue_settings WHERE issue_id = 4785074604081181
Speed: 0.344 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 141
Speed: 0.435 ms
|
|
Speed: 0.187 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 96
Speed: 0.341 ms
|
|
SELECT * FROM article_settings WHERE article_id = 141
Speed: 0.185 ms
|
|
Speed: 0.462 ms
|
|
SELECT * FROM article_supp_file_settings WHERE supp_id = 56
Speed: 0.221 ms
|
|
SELECT * FROM article_supp_file_settings WHERE supp_id = 57
Speed: 0.162 ms
|
|
SELECT * FROM article_supp_file_settings WHERE supp_id = 58
Speed: 0.151 ms
|
|
SELECT * FROM article_supp_file_settings WHERE supp_id = 59
Speed: 0.121 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 141
Speed: 0.258 ms
|
|
SELECT * FROM article_settings WHERE article_id = 141
Speed: 0.172 ms
|
|
Speed: 0.113 ms
|
|
SELECT * FROM issue_settings WHERE issue_id = 12
Speed: 0.141 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 85
Speed: 0.238 ms
|
|
Speed: 0.236 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 68
Speed: 0.158 ms
|
|
SELECT * FROM article_settings WHERE article_id = 85
Speed: 0.608 ms
|
|
Speed: 0.245 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 85
Speed: 0.297 ms
|
|
SELECT * FROM article_settings WHERE article_id = 85
Speed: 0.175 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 2201
Speed: 0.255 ms
|
|
Speed: 0.181 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 6610
Speed: 0.151 ms
|
|
SELECT * FROM article_settings WHERE article_id = 2201
Speed: 0.195 ms
|
|
Speed: 0.472 ms
|
|
SELECT * FROM article_supp_file_settings WHERE supp_id = 1528
Speed: 0.215 ms
|
|
SELECT * FROM article_supp_file_settings WHERE supp_id = 1529
Speed: 0.159 ms
|
|
SELECT * FROM article_supp_file_settings WHERE supp_id = 1530
Speed: 0.175 ms
|
|
SELECT * FROM article_supp_file_settings WHERE supp_id = 1707
Speed: 0.198 ms
|
|
SELECT * FROM article_supp_file_settings WHERE supp_id = 1708
Speed: 0.146 ms
|
|
SELECT * FROM article_supp_file_settings WHERE supp_id = 1709
Speed: 0.147 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 2201
Speed: 0.290 ms
|
|
SELECT * FROM article_settings WHERE article_id = 2201
Speed: 0.183 ms
|
|
Speed: 0.135 ms
|
|
SELECT * FROM issue_settings WHERE issue_id = 4785074604081170
Speed: 0.175 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 2322
Speed: 0.295 ms
|
|
Speed: 0.203 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 6629
Speed: 0.217 ms
|
|
SELECT * FROM article_settings WHERE article_id = 2322
Speed: 0.351 ms
|
|
Speed: 0.243 ms
|
|
SELECT * FROM article_supp_file_settings WHERE supp_id = 1681
Speed: 0.301 ms
|
|
SELECT * FROM article_supp_file_settings WHERE supp_id = 1682
Speed: 0.171 ms
|
|
SELECT * FROM article_supp_file_settings WHERE supp_id = 1683
Speed: 0.160 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 2322
Speed: 0.270 ms
|
|
SELECT * FROM article_settings WHERE article_id = 2322
Speed: 0.227 ms
|
|
Speed: 0.152 ms
|
|
SELECT * FROM issue_settings WHERE issue_id = 4785074604081171
Speed: 0.202 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 5287
Speed: 0.393 ms
|
|
Speed: 0.258 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 6979
Speed: 0.276 ms
|
|
SELECT * FROM article_settings WHERE article_id = 5287
Speed: 0.598 ms
|
|
Speed: 0.178 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 5287
Speed: 0.380 ms
|
|
SELECT * FROM article_settings WHERE article_id = 5287
Speed: 0.310 ms
|
|
Speed: 0.195 ms
|
|
SELECT * FROM issue_settings WHERE issue_id = 4785074604081177
Speed: 0.258 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 6417
Speed: 0.492 ms
|
|
Speed: 0.357 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 7254
Speed: 0.216 ms
|
|
SELECT * FROM article_settings WHERE article_id = 6417
Speed: 0.352 ms
|
|
Speed: 0.277 ms
|
|
SELECT * FROM article_supp_file_settings WHERE supp_id = 5750
Speed: 0.230 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 6417
Speed: 0.321 ms
|
|
SELECT * FROM article_settings WHERE article_id = 6417
Speed: 0.170 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 9402
Speed: 0.258 ms
|
|
Speed: 0.292 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 7682
Speed: 0.164 ms
|
|
SELECT * FROM article_settings WHERE article_id = 9402
Speed: 0.280 ms
|
|
Speed: 0.279 ms
|
|
SELECT * FROM article_supp_file_settings WHERE supp_id = 6920
Speed: 0.207 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 9402
Speed: 0.444 ms
|
|
SELECT * FROM article_settings WHERE article_id = 9402
Speed: 0.279 ms
|
|
Speed: 0.154 ms
|
|
SELECT * FROM issue_settings WHERE issue_id = 4785074604081187
Speed: 0.208 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 11877
Speed: 0.457 ms
|
|
Speed: 0.486 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 8195
Speed: 0.214 ms
|
|
SELECT * FROM article_settings WHERE article_id = 11877
Speed: 0.297 ms
|
|
Speed: 0.314 ms
|
|
SELECT * FROM article_supp_file_settings WHERE supp_id = 7829
Speed: 0.248 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 11877
Speed: 0.416 ms
|
|
SELECT * FROM article_settings WHERE article_id = 11877
Speed: 0.247 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 7337
Speed: 0.386 ms
|
|
Speed: 0.238 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 7368
Speed: 0.251 ms
|
|
SELECT * FROM article_settings WHERE article_id = 7337
Speed: 0.364 ms
|
|
Speed: 0.224 ms
|
|
SELECT * FROM article_supp_file_settings WHERE supp_id = 6292
Speed: 0.211 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 7337
Speed: 0.457 ms
|
|
SELECT * FROM article_settings WHERE article_id = 7337
Speed: 0.229 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 16157
Speed: 0.362 ms
|
|
Speed: 0.221 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 9038
Speed: 0.181 ms
|
|
SELECT * FROM article_settings WHERE article_id = 16157
Speed: 1.164 ms
|
|
Speed: 0.266 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 16157
Speed: 0.318 ms
|
|
SELECT * FROM article_settings WHERE article_id = 16157
Speed: 0.210 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 11490
Speed: 0.303 ms
|
|
Speed: 0.247 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 8062
Speed: 0.182 ms
|
|
SELECT * FROM article_settings WHERE article_id = 11490
Speed: 0.267 ms
|
|
Speed: 0.255 ms
|
|
SELECT * FROM article_supp_file_settings WHERE supp_id = 7696
Speed: 0.223 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 11490
Speed: 0.303 ms
|
|
SELECT * FROM article_settings WHERE article_id = 11490
Speed: 0.233 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 3155
Speed: 0.334 ms
|
|
Speed: 0.190 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 6765
Speed: 0.190 ms
|
|
SELECT * FROM article_settings WHERE article_id = 3155
Speed: 0.278 ms
|
|
Speed: 0.171 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 3155
Speed: 0.340 ms
|
|
SELECT * FROM article_settings WHERE article_id = 3155
Speed: 0.217 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 7872
Speed: 0.295 ms
|
|
Speed: 0.224 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 7388
Speed: 0.176 ms
|
|
SELECT * FROM article_settings WHERE article_id = 7872
Speed: 0.200 ms
|
|
Speed: 0.154 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 7872
Speed: 0.263 ms
|
|
SELECT * FROM article_settings WHERE article_id = 7872
Speed: 0.203 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 10181
Speed: 0.322 ms
|
|
Speed: 0.203 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 7791
Speed: 0.169 ms
|
|
SELECT * FROM article_settings WHERE article_id = 10181
Speed: 0.218 ms
|
|
Speed: 0.207 ms
|
|
SELECT * FROM article_supp_file_settings WHERE supp_id = 7211
Speed: 0.205 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 10181
Speed: 0.294 ms
|
|
SELECT * FROM article_settings WHERE article_id = 10181
Speed: 0.231 ms
|
|
Speed: 0.141 ms
|
|
SELECT * FROM issue_settings WHERE issue_id = 4785074604081189
Speed: 0.178 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 4854
Speed: 0.475 ms
|
|
Speed: 0.373 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 6948
Speed: 0.390 ms
|
|
SELECT * FROM article_settings WHERE article_id = 4854
Speed: 0.400 ms
|
|
Speed: 1.399 ms
|
|
SELECT * FROM article_supp_file_settings WHERE supp_id = 4263
Speed: 0.490 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 4854
Speed: 0.419 ms
|
|
SELECT * FROM article_settings WHERE article_id = 4854
Speed: 0.209 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 11240
Speed: 0.288 ms
|
|
Speed: 0.340 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 8040
Speed: 0.303 ms
|
|
SELECT * FROM article_settings WHERE article_id = 11240
Speed: 0.335 ms
|
|
Speed: 0.382 ms
|
|
SELECT * FROM article_supp_file_settings WHERE supp_id = 7608
Speed: 0.581 ms
|
|
SELECT * FROM article_supp_file_settings WHERE supp_id = 7661
Speed: 0.342 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 11240
Speed: 0.557 ms
|
|
SELECT * FROM article_settings WHERE article_id = 11240
Speed: 0.345 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 5246
Speed: 0.489 ms
|
|
Speed: 0.331 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 6978
Speed: 0.298 ms
|
|
SELECT * FROM article_settings WHERE article_id = 5246
Speed: 0.407 ms
|
|
Speed: 1.138 ms
|
|
SELECT * FROM article_supp_file_settings WHERE supp_id = 4641
Speed: 0.222 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 5246
Speed: 0.314 ms
|
|
SELECT * FROM article_settings WHERE article_id = 5246
Speed: 0.188 ms
|
|
SELECT pa.*,
a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM published_articles pa,
articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE pa.article_id = a.article_id
AND a.article_id = 5886
Speed: 0.245 ms
|
|
Speed: 0.151 ms
|
|
SELECT * FROM article_galley_settings WHERE galley_id = 7178
Speed: 0.132 ms
|
|
SELECT * FROM article_settings WHERE article_id = 5886
Speed: 0.158 ms
|
|
Speed: 0.251 ms
|
|
SELECT a.*,
COALESCE(stl.setting_value, stpl.setting_value) AS section_title,
COALESCE(sal.setting_value, sapl.setting_value) AS section_abbrev
FROM articles a
LEFT JOIN sections s ON s.section_id = a.section_id
LEFT JOIN section_settings stpl ON (s.section_id = stpl.section_id AND stpl.setting_name = title AND stpl.locale = en_US)
LEFT JOIN section_settings stl ON (s.section_id = stl.section_id AND stl.setting_name = title AND stl.locale = en_US)
LEFT JOIN section_settings sapl ON (s.section_id = sapl.section_id AND sapl.setting_name = abbrev AND sapl.locale = en_US)
LEFT JOIN section_settings sal ON (s.section_id = sal.section_id AND sal.setting_name = abbrev AND sal.locale = en_US)
WHERE article_id = 5886
Speed: 0.290 ms
|
|
SELECT * FROM article_settings WHERE article_id = 5886
Speed: 0.203 ms
|
|
Speed: 0.122 ms
|
|
SELECT * FROM issue_settings WHERE issue_id = 4785074604081180
Speed: 0.157 ms
|
|
Speed: 0.268 ms
|
|
SELECT * FROM issue_settings WHERE issue_id = 4785074604081224
Speed: 0.132 ms
|
|
Speed: 0.729 ms
|
|
SELECT * FROM author_settings WHERE author_id = 1854
Speed: 0.377 ms
|
|
SELECT * FROM author_settings WHERE author_id = 1855
Speed: 0.173 ms
|
|
Speed: 0.179 ms
|
|
SELECT * FROM author_settings WHERE author_id = 615
Speed: 0.148 ms
|
|
SELECT * FROM author_settings WHERE author_id = 616
Speed: 0.151 ms
|
|
SELECT * FROM author_settings WHERE author_id = 617
Speed: 0.128 ms
|
|
Speed: 0.198 ms
|
|
SELECT * FROM author_settings WHERE author_id = 20151
Speed: 0.136 ms
|
|
Speed: 0.135 ms
|
|
SELECT * FROM author_settings WHERE author_id = 432
Speed: 0.129 ms
|
|
SELECT * FROM author_settings WHERE author_id = 448
Speed: 0.103 ms
|
|
SELECT * FROM author_settings WHERE author_id = 449
Speed: 0.100 ms
|
|
SELECT * FROM author_settings WHERE author_id = 447
Speed: 0.101 ms
|
|
Speed: 0.245 ms
|
|
SELECT * FROM author_settings WHERE author_id = 19275
Speed: 0.332 ms
|
|
SELECT * FROM author_settings WHERE author_id = 19276
Speed: 0.156 ms
|
|
SELECT * FROM author_settings WHERE author_id = 19277
Speed: 0.124 ms
|
|
SELECT * FROM author_settings WHERE author_id = 19278
Speed: 0.121 ms
|
|
SELECT * FROM author_settings WHERE author_id = 19279
Speed: 0.113 ms
|
|
SELECT * FROM author_settings WHERE author_id = 19280
Speed: 0.117 ms
|
|
Speed: 0.165 ms
|
|
SELECT * FROM author_settings WHERE author_id = 3647
Speed: 0.432 ms
|
|
SELECT * FROM author_settings WHERE author_id = 3649
Speed: 0.127 ms
|
|
Speed: 0.175 ms
|
|
SELECT * FROM author_settings WHERE author_id = 16907
Speed: 0.157 ms
|
|
SELECT * FROM author_settings WHERE author_id = 16908
Speed: 0.128 ms
|
|
SELECT * FROM author_settings WHERE author_id = 16909
Speed: 0.139 ms
|
|
SELECT * FROM author_settings WHERE author_id = 16910
Speed: 0.125 ms
|
|
SELECT * FROM author_settings WHERE author_id = 16911
Speed: 0.133 ms
|
|
Speed: 0.151 ms
|
|
SELECT * FROM author_settings WHERE author_id = 27122
Speed: 0.133 ms
|
|
SELECT * FROM author_settings WHERE author_id = 26748
Speed: 0.123 ms
|
|
SELECT * FROM author_settings WHERE author_id = 27123
Speed: 0.104 ms
|
|
SELECT * FROM author_settings WHERE author_id = 27124
Speed: 0.117 ms
|
|
SELECT * FROM author_settings WHERE author_id = 27125
Speed: 0.103 ms
|
|
SELECT * FROM author_settings WHERE author_id = 27126
Speed: 0.100 ms
|
|
Speed: 0.132 ms
|
|
SELECT * FROM author_settings WHERE author_id = 25778
Speed: 0.121 ms
|
|
SELECT * FROM author_settings WHERE author_id = 25779
Speed: 0.110 ms
|
|
SELECT * FROM author_settings WHERE author_id = 25777
Speed: 0.099 ms
|
|
Speed: 0.123 ms
|
|
SELECT * FROM author_settings WHERE author_id = 6151
Speed: 0.309 ms
|
|
Speed: 0.153 ms
|
|
SELECT * FROM author_settings WHERE author_id = 9567
Speed: 0.406 ms
|
|
SELECT * FROM author_settings WHERE author_id = 9568
Speed: 0.130 ms
|
|
Speed: 0.340 ms
|
|
SELECT * FROM author_settings WHERE author_id = 1379
Speed: 0.343 ms
|
|
SELECT * FROM author_settings WHERE author_id = 1391
Speed: 0.306 ms
|
|
Speed: 0.266 ms
|
|
SELECT * FROM author_settings WHERE author_id = 1233
Speed: 0.199 ms
|
|
Speed: 0.234 ms
|
|
SELECT * FROM author_settings WHERE author_id = 246
Speed: 0.176 ms
|
|
SELECT * FROM author_settings WHERE author_id = 247
Speed: 0.372 ms
|
|
SELECT * FROM author_settings WHERE author_id = 248
Speed: 0.130 ms
|
|
SELECT * FROM author_settings WHERE author_id = 245
Speed: 0.111 ms
|
|
Speed: 0.208 ms
|
|
SELECT * FROM author_settings WHERE author_id = 107
Speed: 0.145 ms
|
|
SELECT * FROM author_settings WHERE author_id = 109
Speed: 0.106 ms
|
|
SELECT * FROM author_settings WHERE author_id = 110
Speed: 0.098 ms
|
|
Speed: 0.148 ms
|
|
SELECT * FROM author_settings WHERE author_id = 26698
Speed: 0.152 ms
|
|
SELECT * FROM author_settings WHERE author_id = 26699
Speed: 0.106 ms
|
|
SELECT * FROM author_settings WHERE author_id = 26700
Speed: 0.106 ms
|
|
Speed: 0.147 ms
|
|
SELECT * FROM author_settings WHERE author_id = 24395
Speed: 0.140 ms
|
|
SELECT * FROM author_settings WHERE author_id = 24396
Speed: 0.106 ms
|
|
SELECT * FROM author_settings WHERE author_id = 24397
Speed: 0.105 ms
|
|
SELECT * FROM author_settings WHERE author_id = 24398
Speed: 0.105 ms
|
|
SELECT * FROM author_settings WHERE author_id = 24399
Speed: 0.098 ms
|
|
SELECT * FROM author_settings WHERE author_id = 24400
Speed: 0.097 ms
|
|
SELECT * FROM author_settings WHERE author_id = 24401
Speed: 0.101 ms
|
|
Speed: 0.140 ms
|
|
SELECT * FROM author_settings WHERE author_id = 4169
Speed: 0.120 ms
|
|
SELECT * FROM author_settings WHERE author_id = 4170
Speed: 0.109 ms
|
|
SELECT * FROM author_settings WHERE author_id = 4171
Speed: 0.100 ms
|
|
SELECT * FROM author_settings WHERE author_id = 4172
Speed: 0.104 ms
|
|
SELECT * FROM author_settings WHERE author_id = 4173
Speed: 0.097 ms
|
|
Speed: 0.149 ms
|
|
SELECT * FROM author_settings WHERE author_id = 10799
Speed: 0.141 ms
|
|
SELECT * FROM author_settings WHERE author_id = 11531
Speed: 0.116 ms
|
|
SELECT * FROM author_settings WHERE author_id = 11532
Speed: 0.110 ms
|
|
SELECT * FROM author_settings WHERE author_id = 11533
Speed: 0.105 ms
|
|
Speed: 0.183 ms
|
|
SELECT * FROM author_settings WHERE author_id = 21428
Speed: 0.150 ms
|
|
SELECT * FROM author_settings WHERE author_id = 21429
Speed: 0.136 ms
|
|
SELECT * FROM author_settings WHERE author_id = 21430
Speed: 0.118 ms
|
|
Speed: 0.149 ms
|
|
SELECT * FROM author_settings WHERE author_id = 28908
Speed: 0.133 ms
|
|
SELECT * FROM author_settings WHERE author_id = 28909
Speed: 0.142 ms
|
|
SELECT * FROM author_settings WHERE author_id = 28910
Speed: 0.107 ms
|
|
SELECT * FROM author_settings WHERE author_id = 28907
Speed: 0.104 ms
|
|
SELECT * FROM author_settings WHERE author_id = 28911
Speed: 0.101 ms
|
|
Speed: 0.154 ms
|
|
SELECT * FROM author_settings WHERE author_id = 1667
Speed: 0.162 ms
|
|
SELECT * FROM author_settings WHERE author_id = 1668
Speed: 0.144 ms
|
|
Speed: 0.316 ms
|
|
SELECT * FROM author_settings WHERE author_id = 22197
Speed: 0.204 ms
|
|
SELECT * FROM author_settings WHERE author_id = 22198
Speed: 0.142 ms
|
|
SELECT * FROM author_settings WHERE author_id = 22199
Speed: 0.156 ms
|
|
SELECT * FROM author_settings WHERE author_id = 22200
Speed: 0.182 ms
|
|
SELECT * FROM author_settings WHERE author_id = 22201
Speed: 0.268 ms
|
|
Speed: 0.208 ms
|
|
SELECT * FROM author_settings WHERE author_id = 24870
Speed: 0.158 ms
|
|
SELECT * FROM author_settings WHERE author_id = 24871
Speed: 0.117 ms
|
|
SELECT * FROM author_settings WHERE author_id = 24872
Speed: 0.247 ms
|
|
Speed: 0.219 ms
|
|
SELECT * FROM author_settings WHERE author_id = 7873
Speed: 0.195 ms
|
|
SELECT * FROM author_settings WHERE author_id = 7874
Speed: 0.176 ms
|
|
SELECT * FROM author_settings WHERE author_id = 7875
Speed: 0.155 ms
|
|
SELECT * FROM author_settings WHERE author_id = 7876
Speed: 0.146 ms
|
|
SELECT * FROM author_settings WHERE author_id = 7877
Speed: 0.140 ms
|
|
Speed: 0.176 ms
|
|
SELECT * FROM author_settings WHERE author_id = 28697
Speed: 0.173 ms
|
|
SELECT * FROM author_settings WHERE author_id = 28698
Speed: 0.141 ms
|
|
SELECT * FROM author_settings WHERE author_id = 28699
Speed: 0.140 ms
|
|
SELECT * FROM author_settings WHERE author_id = 28700
Speed: 0.128 ms
|
|
Speed: 0.174 ms
|
|
SELECT * FROM author_settings WHERE author_id = 21140
Speed: 0.142 ms
|
|
SELECT * FROM author_settings WHERE author_id = 21141
Speed: 0.130 ms
|
|
SELECT * FROM author_settings WHERE author_id = 21142
Speed: 0.118 ms
|
|
SELECT * FROM author_settings WHERE author_id = 21143
Speed: 0.117 ms
|
|
SELECT * FROM author_settings WHERE author_id = 21144
Speed: 0.113 ms
|
|
SELECT * FROM author_settings WHERE author_id = 21145
Speed: 0.115 ms
|
|
SELECT * FROM author_settings WHERE author_id = 21146
Speed: 0.120 ms
|
|
SELECT * FROM author_settings WHERE author_id = 21147
Speed: 0.115 ms
|
|
SELECT * FROM author_settings WHERE author_id = 21148
Speed: 0.119 ms
|
|
Speed: 0.131 ms
|
|
SELECT * FROM author_settings WHERE author_id = 1384
Speed: 0.145 ms
|
|
SELECT * FROM author_settings WHERE author_id = 1385
Speed: 0.117 ms
|
|
Speed: 0.147 ms
|
|
SELECT * FROM author_settings WHERE author_id = 5499
Speed: 0.157 ms
|
|
SELECT * FROM author_settings WHERE author_id = 5498
Speed: 0.113 ms
|
|
SELECT * FROM author_settings WHERE author_id = 5500
Speed: 0.112 ms
|
|
Speed: 0.152 ms
|
|
SELECT * FROM author_settings WHERE author_id = 20090
Speed: 0.143 ms
|
|
SELECT * FROM author_settings WHERE author_id = 20091
Speed: 0.134 ms
|
|
SELECT * FROM author_settings WHERE author_id = 20092
Speed: 0.128 ms
|
|
Speed: 0.177 ms
|
|
SELECT * FROM author_settings WHERE author_id = 14679
Speed: 0.422 ms
|
|
SELECT * FROM author_settings WHERE author_id = 14680
Speed: 0.147 ms
|
|
Speed: 0.164 ms
|
|
SELECT * FROM author_settings WHERE author_id = 12036
Speed: 0.152 ms
|
|
SELECT * FROM author_settings WHERE author_id = 12037
Speed: 0.131 ms
|
|
SELECT * FROM author_settings WHERE author_id = 12038
Speed: 0.133 ms
|
|
Speed: 0.157 ms
|
|
SELECT * FROM author_settings WHERE author_id = 235
Speed: 0.146 ms
|
|
Speed: 0.126 ms
|
|
SELECT * FROM author_settings WHERE author_id = 150
Speed: 0.125 ms
|
|
Speed: 0.174 ms
|
|
SELECT * FROM author_settings WHERE author_id = 4498
Speed: 0.169 ms
|
|
SELECT * FROM author_settings WHERE author_id = 4499
Speed: 0.161 ms
|
|
SELECT * FROM author_settings WHERE author_id = 4500
Speed: 0.152 ms
|
|
Speed: 0.204 ms
|
|
SELECT * FROM author_settings WHERE author_id = 4755
Speed: 0.166 ms
|
|
SELECT * FROM author_settings WHERE author_id = 4756
Speed: 0.147 ms
|
|
SELECT * FROM author_settings WHERE author_id = 4757
Speed: 0.164 ms
|
|
Speed: 0.182 ms
|
|
SELECT * FROM author_settings WHERE author_id = 10338
Speed: 0.174 ms
|
|
Speed: 0.177 ms
|
|
SELECT * FROM author_settings WHERE author_id = 12422
Speed: 0.157 ms
|
|
SELECT * FROM author_settings WHERE author_id = 12425
Speed: 0.167 ms
|
|
Speed: 0.178 ms
|
|
SELECT * FROM author_settings WHERE author_id = 17751
Speed: 0.195 ms
|
|
SELECT * FROM author_settings WHERE author_id = 17752
Speed: 0.161 ms
|
|
SELECT * FROM author_settings WHERE author_id = 17959
Speed: 0.148 ms
|
|
SELECT * FROM author_settings WHERE author_id = 17960
Speed: 0.138 ms
|
|
SELECT * FROM author_settings WHERE author_id = 17995
Speed: 0.157 ms
|
|
SELECT * FROM author_settings WHERE author_id = 18020
Speed: 0.145 ms
|
|
SELECT * FROM author_settings WHERE author_id = 18273
Speed: 0.133 ms
|
|
Speed: 0.237 ms
|
|
SELECT * FROM author_settings WHERE author_id = 22405
Speed: 0.184 ms
|
|
SELECT * FROM author_settings WHERE author_id = 22853
Speed: 0.194 ms
|
|
SELECT * FROM author_settings WHERE author_id = 22854
Speed: 0.154 ms
|
|
SELECT * FROM author_settings WHERE author_id = 22855
Speed: 0.143 ms
|
|
SELECT * FROM author_settings WHERE author_id = 22856
Speed: 0.130 ms
|
|
SELECT * FROM author_settings WHERE author_id = 22857
Speed: 0.128 ms
|
|
SELECT * FROM author_settings WHERE author_id = 22858
Speed: 0.144 ms
|
|
SELECT * FROM author_settings WHERE author_id = 22859
Speed: 0.129 ms
|
|
Speed: 0.166 ms
|
|
SELECT * FROM author_settings WHERE author_id = 14100
Speed: 0.178 ms
|
|
Speed: 0.192 ms
|
|
SELECT * FROM author_settings WHERE author_id = 32049
Speed: 0.196 ms
|
|
Speed: 0.164 ms
|
|
SELECT * FROM author_settings WHERE author_id = 21650
Speed: 0.166 ms
|
|
SELECT * FROM author_settings WHERE author_id = 21651
Speed: 0.138 ms
|
|
Speed: 0.156 ms
|
|
SELECT * FROM author_settings WHERE author_id = 6289
Speed: 0.173 ms
|
|
SELECT * FROM author_settings WHERE author_id = 6290
Speed: 0.139 ms
|
|
SELECT * FROM author_settings WHERE author_id = 6291
Speed: 0.142 ms
|
|
Speed: 0.159 ms
|
|
SELECT * FROM author_settings WHERE author_id = 15006
Speed: 0.192 ms
|
|
Speed: 0.207 ms
|
|
SELECT * FROM author_settings WHERE author_id = 19181
Speed: 0.392 ms
|
|
SELECT * FROM author_settings WHERE author_id = 19180
Speed: 0.190 ms
|
|
SELECT * FROM author_settings WHERE author_id = 19182
Speed: 0.157 ms
|
|
Speed: 0.169 ms
|
|
SELECT * FROM author_settings WHERE author_id = 9557
Speed: 0.174 ms
|
|
SELECT * FROM author_settings WHERE author_id = 9558
Speed: 0.139 ms
|
|
Speed: 0.174 ms
|
|
SELECT * FROM author_settings WHERE author_id = 21161
Speed: 0.167 ms
|
|
SELECT * FROM author_settings WHERE author_id = 21162
Speed: 0.143 ms
|
|
SELECT * FROM author_settings WHERE author_id = 21163
Speed: 0.147 ms
|
|
SELECT * FROM author_settings WHERE author_id = 21164
Speed: 0.129 ms
|
|
SELECT * FROM author_settings WHERE author_id = 21165
Speed: 0.124 ms
|
|
SELECT * FROM author_settings WHERE author_id = 21166
Speed: 0.116 ms
|
|
SELECT * FROM author_settings WHERE author_id = 21167
Speed: 0.118 ms
|
|
SELECT * FROM author_settings WHERE author_id = 21168
Speed: 0.120 ms
|
|
SELECT * FROM author_settings WHERE author_id = 21169
Speed: 0.141 ms
|
|
SELECT * FROM author_settings WHERE author_id = 21159
Speed: 0.133 ms
|
|
Speed: 0.161 ms
|
|
SELECT * FROM author_settings WHERE author_id = 10272
Speed: 0.152 ms
|
|
SELECT * FROM author_settings WHERE author_id = 10273
Speed: 0.233 ms
|
|
SELECT * FROM author_settings WHERE author_id = 10274
Speed: 0.322 ms
|
|
Speed: 0.222 ms
|
|
SELECT * FROM author_settings WHERE author_id = 11358
Speed: 0.154 ms
|
|
SELECT * FROM author_settings WHERE author_id = 11357
Speed: 0.137 ms
|
|
SELECT * FROM author_settings WHERE author_id = 11359
Speed: 0.133 ms
|
|
SELECT * FROM author_settings WHERE author_id = 11360
Speed: 0.142 ms
|