Open vorpal-buildbot opened 1 year ago
Exceeded slow_query limit (1.1 > 0.5) in mysql: ```
SELECT
d.competition_id,
c.start_date AS `date`,
c.name AS competition_name,
p.mtgo_username
FROM
person AS p
INNER JOIN
deck AS d ON d.person_id = p.id
INNER JOIN
competition AS c ON c.id = d.competition_id
INNER JOIN
competition_series AS cs ON cs.id = c.competition_series_id
INNER JOIN (
SELECT
d.person_id,
MIN(c.start_date) AS start_date
FROM
deck AS d
INNER JOIN
competition AS c ON d.competition_id = c.id
INNER JOIN
competition_series AS cs ON cs.id = c.competition_series_id
INNER JOIN
deck_match AS dm ON dm.deck_id = d.id
WHERE
cs.competition_type_id IN (
SELECT
id
FROM
competition_type
WHERE
name = 'League'
)
GROUP BY
d.person_id
HAVING
COUNT(DISTINCT dm.match_id) >= 5
) AS fr ON fr.person_id = p.id AND c.start_date = fr.start_date
GROUP BY
d.competition_id, p.id
ORDER BY
c.start_date DESC,
p.mtgo_username
```
[]
(slow_query, 1.1, mysql)
Reported on decksite by mysql-perf
Location Hash: 25848f8febfd4cc6251899b1a0528f62c75292dc
Labels: decksite
Exceeded slow_query limit (1.1 > 0.5) in mysql: ```
SELECT
d.competition_id,
c.start_date AS `date`,
c.name AS competition_name,
p.mtgo_username
FROM
person AS p
INNER JOIN
deck AS d ON d.person_id = p.id
INNER JOIN
competition AS c ON c.id = d.competition_id
INNER JOIN
competition_series AS cs ON cs.id = c.competition_series_id
INNER JOIN (
SELECT
d.person_id,
MIN(c.start_date) AS start_date
FROM
deck AS d
INNER JOIN
competition AS c ON d.competition_id = c.id
INNER JOIN
competition_series AS cs ON cs.id = c.competition_series_id
INNER JOIN
deck_match AS dm ON dm.deck_id = d.id
WHERE
cs.competition_type_id IN (
SELECT
id
FROM
competition_type
WHERE
name = 'League'
)
GROUP BY
d.person_id
HAVING
COUNT(DISTINCT dm.match_id) >= 5
) AS fr ON fr.person_id = p.id AND c.start_date = fr.start_date
GROUP BY
d.competition_id, p.id
ORDER BY
c.start_date DESC,
p.mtgo_username
```
[]
(slow_query, 1.1, mysql)
Reported on decksite by mysql-perf
Location Hash: 25848f8febfd4cc6251899b1a0528f62c75292dc
Labels: decksite
Exceeded slow_query limit (1.1 > 0.5) in mysql: ```
SELECT
d.competition_id,
c.start_date AS `date`,
c.name AS competition_name,
p.mtgo_username
FROM
person AS p
INNER JOIN
deck AS d ON d.person_id = p.id
INNER JOIN
competition AS c ON c.id = d.competition_id
INNER JOIN
competition_series AS cs ON cs.id = c.competition_series_id
INNER JOIN (
SELECT
d.person_id,
MIN(c.start_date) AS start_date
FROM
deck AS d
INNER JOIN
competition AS c ON d.competition_id = c.id
INNER JOIN
competition_series AS cs ON cs.id = c.competition_series_id
INNER JOIN
deck_match AS dm ON dm.deck_id = d.id
WHERE
cs.competition_type_id IN (
SELECT
id
FROM
competition_type
WHERE
name = 'League'
)
GROUP BY
d.person_id
HAVING
COUNT(DISTINCT dm.match_id) >= 5
) AS fr ON fr.person_id = p.id AND c.start_date = fr.start_date
GROUP BY
d.competition_id, p.id
ORDER BY
c.start_date DESC,
p.mtgo_username
```
[]
(slow_query, 1.1, mysql)
Reported on decksite by mysql-perf
Location Hash: 25848f8febfd4cc6251899b1a0528f62c75292dc
Labels: decksite
Exceeded slow_query limit (1.1 > 0.5) in mysql: ```
SELECT
d.competition_id,
c.start_date AS `date`,
c.name AS competition_name,
p.mtgo_username
FROM
person AS p
INNER JOIN
deck AS d ON d.person_id = p.id
INNER JOIN
competition AS c ON c.id = d.competition_id
INNER JOIN
competition_series AS cs ON cs.id = c.competition_series_id
INNER JOIN (
SELECT
d.person_id,
MIN(c.start_date) AS start_date
FROM
deck AS d
INNER JOIN
competition AS c ON d.competition_id = c.id
INNER JOIN
competition_series AS cs ON cs.id = c.competition_series_id
INNER JOIN
deck_match AS dm ON dm.deck_id = d.id
WHERE
cs.competition_type_id IN (
SELECT
id
FROM
competition_type
WHERE
name = 'League'
)
GROUP BY
d.person_id
HAVING
COUNT(DISTINCT dm.match_id) >= 5
) AS fr ON fr.person_id = p.id AND c.start_date = fr.start_date
GROUP BY
d.competition_id, p.id
ORDER BY
c.start_date DESC,
p.mtgo_username
```
[]
(slow_query, 1.1, mysql)
Reported on decksite by mysql-perf
Location Hash: 25848f8febfd4cc6251899b1a0528f62c75292dc
Labels: Search Engine; decksite
Exceeded slow_query limit (1.1 > 0.5) in mysql: ```
SELECT
d.competition_id,
c.start_date AS `date`,
c.name AS competition_name,
p.mtgo_username
FROM
person AS p
INNER JOIN
deck AS d ON d.person_id = p.id
INNER JOIN
competition AS c ON c.id = d.competition_id
INNER JOIN
competition_series AS cs ON cs.id = c.competition_series_id
INNER JOIN (
SELECT
d.person_id,
MIN(c.start_date) AS start_date
FROM
deck AS d
INNER JOIN
competition AS c ON d.competition_id = c.id
INNER JOIN
competition_series AS cs ON cs.id = c.competition_series_id
INNER JOIN
deck_match AS dm ON dm.deck_id = d.id
WHERE
cs.competition_type_id IN (
SELECT
id
FROM
competition_type
WHERE
name = 'League'
)
GROUP BY
d.person_id
HAVING
COUNT(DISTINCT dm.match_id) >= 5
) AS fr ON fr.person_id = p.id AND c.start_date = fr.start_date
GROUP BY
d.competition_id, p.id
ORDER BY
c.start_date DESC,
p.mtgo_username
```
[]
(slow_query, 1.1, mysql)
Reported on decksite by mysql-perf
Location Hash: 25848f8febfd4cc6251899b1a0528f62c75292dc
Labels: Search Engine; decksite
Exceeded slow_query limit (1.1 > 0.5) in mysql: ```
SELECT
d.competition_id,
c.start_date AS `date`,
c.name AS competition_name,
p.mtgo_username
FROM
person AS p
INNER JOIN
deck AS d ON d.person_id = p.id
INNER JOIN
competition AS c ON c.id = d.competition_id
INNER JOIN
competition_series AS cs ON cs.id = c.competition_series_id
INNER JOIN (
SELECT
d.person_id,
MIN(c.start_date) AS start_date
FROM
deck AS d
INNER JOIN
competition AS c ON d.competition_id = c.id
INNER JOIN
competition_series AS cs ON cs.id = c.competition_series_id
INNER JOIN
deck_match AS dm ON dm.deck_id = d.id
WHERE
cs.competition_type_id IN (
SELECT
id
FROM
competition_type
WHERE
name = 'League'
)
GROUP BY
d.person_id
HAVING
COUNT(DISTINCT dm.match_id) >= 5
) AS fr ON fr.person_id = p.id AND c.start_date = fr.start_date
GROUP BY
d.competition_id, p.id
ORDER BY
c.start_date DESC,
p.mtgo_username
```
[]
(slow_query, 1.1, mysql)
Reported on decksite by mysql-perf
Location Hash: 25848f8febfd4cc6251899b1a0528f62c75292dc
Labels: decksite
Exceeded slow_query limit (1.1 > 0.5) in mysql: ```
SELECT
d.competition_id,
c.start_date AS `date`,
c.name AS competition_name,
p.mtgo_username
FROM
person AS p
INNER JOIN
deck AS d ON d.person_id = p.id
INNER JOIN
competition AS c ON c.id = d.competition_id
INNER JOIN
competition_series AS cs ON cs.id = c.competition_series_id
INNER JOIN (
SELECT
d.person_id,
MIN(c.start_date) AS start_date
FROM
deck AS d
INNER JOIN
competition AS c ON d.competition_id = c.id
INNER JOIN
competition_series AS cs ON cs.id = c.competition_series_id
INNER JOIN
deck_match AS dm ON dm.deck_id = d.id
WHERE
cs.competition_type_id IN (
SELECT
id
FROM
competition_type
WHERE
name = 'League'
)
GROUP BY
d.person_id
HAVING
COUNT(DISTINCT dm.match_id) >= 5
) AS fr ON fr.person_id = p.id AND c.start_date = fr.start_date
GROUP BY
d.competition_id, p.id
ORDER BY
c.start_date DESC,
p.mtgo_username
```
[]
(slow_query, 1.1, mysql)
Reported on decksite by mysql-perf
Location Hash: 25848f8febfd4cc6251899b1a0528f62c75292dc
Labels: Search Engine; decksite
Exceeded slow_query limit (1.0 > 0.5) in mysql: ```
SELECT
d.competition_id,
c.start_date AS `date`,
c.name AS competition_name,
p.mtgo_username
FROM
person AS p
INNER JOIN
deck AS d ON d.person_id = p.id
INNER JOIN
competition AS c ON c.id = d.competition_id
INNER JOIN
competition_series AS cs ON cs.id = c.competition_series_id
INNER JOIN (
SELECT
d.person_id,
MIN(c.start_date) AS start_date
FROM
deck AS d
INNER JOIN
competition AS c ON d.competition_id = c.id
INNER JOIN
competition_series AS cs ON cs.id = c.competition_series_id
INNER JOIN
deck_match AS dm ON dm.deck_id = d.id
WHERE
cs.competition_type_id IN (
SELECT
id
FROM
competition_type
WHERE
name = 'League'
)
GROUP BY
d.person_id
HAVING
COUNT(DISTINCT dm.match_id) >= 5
) AS fr ON fr.person_id = p.id AND c.start_date = fr.start_date
GROUP BY
d.competition_id, p.id
ORDER BY
c.start_date DESC,
p.mtgo_username
```
[]
(slow_query, 1.0, mysql)
Reported on decksite by mysql-perf
Location Hash: 25848f8febfd4cc6251899b1a0528f62c75292dc
Labels: decksite
Exceeded slow_query limit (1.1 > 0.5) in mysql: ```
SELECT
d.competition_id,
c.start_date AS `date`,
c.name AS competition_name,
p.mtgo_username
FROM
person AS p
INNER JOIN
deck AS d ON d.person_id = p.id
INNER JOIN
competition AS c ON c.id = d.competition_id
INNER JOIN
competition_series AS cs ON cs.id = c.competition_series_id
INNER JOIN (
SELECT
d.person_id,
MIN(c.start_date) AS start_date
FROM
deck AS d
INNER JOIN
competition AS c ON d.competition_id = c.id
INNER JOIN
competition_series AS cs ON cs.id = c.competition_series_id
INNER JOIN
deck_match AS dm ON dm.deck_id = d.id
WHERE
cs.competition_type_id IN (
SELECT
id
FROM
competition_type
WHERE
name = 'League'
)
GROUP BY
d.person_id
HAVING
COUNT(DISTINCT dm.match_id) >= 5
) AS fr ON fr.person_id = p.id AND c.start_date = fr.start_date
GROUP BY
d.competition_id, p.id
ORDER BY
c.start_date DESC,
p.mtgo_username
```
[]
(slow_query, 1.1, mysql)
Reported on decksite by mysql-perf
Location Hash: 25848f8febfd4cc6251899b1a0528f62c75292dc
Labels: decksite
Exceeded slow_query limit (1.1 > 0.5) in mysql: ```
SELECT
d.competition_id,
c.start_date AS `date`,
c.name AS competition_name,
p.mtgo_username
FROM
person AS p
INNER JOIN
deck AS d ON d.person_id = p.id
INNER JOIN
competition AS c ON c.id = d.competition_id
INNER JOIN
competition_series AS cs ON cs.id = c.competition_series_id
INNER JOIN (
SELECT
d.person_id,
MIN(c.start_date) AS start_date
FROM
deck AS d
INNER JOIN
competition AS c ON d.competition_id = c.id
INNER JOIN
competition_series AS cs ON cs.id = c.competition_series_id
INNER JOIN
deck_match AS dm ON dm.deck_id = d.id
WHERE
cs.competition_type_id IN (
SELECT
id
FROM
competition_type
WHERE
name = 'League'
)
GROUP BY
d.person_id
HAVING
COUNT(DISTINCT dm.match_id) >= 5
) AS fr ON fr.person_id = p.id AND c.start_date = fr.start_date
GROUP BY
d.competition_id, p.id
ORDER BY
c.start_date DESC,
p.mtgo_username
```
[]
(slow_query, 1.1, mysql)
Reported on decksite by mysql-perf
Location Hash: 25848f8febfd4cc6251899b1a0528f62c75292dc
Labels: Search Engine; decksite
Exceeded slow_query limit (1.1 > 0.5) in mysql: ```
SELECT
d.competition_id,
c.start_date AS `date`,
c.name AS competition_name,
p.mtgo_username
FROM
person AS p
INNER JOIN
deck AS d ON d.person_id = p.id
INNER JOIN
competition AS c ON c.id = d.competition_id
INNER JOIN
competition_series AS cs ON cs.id = c.competition_series_id
INNER JOIN (
SELECT
d.person_id,
MIN(c.start_date) AS start_date
FROM
deck AS d
INNER JOIN
competition AS c ON d.competition_id = c.id
INNER JOIN
competition_series AS cs ON cs.id = c.competition_series_id
INNER JOIN
deck_match AS dm ON dm.deck_id = d.id
WHERE
cs.competition_type_id IN (
SELECT
id
FROM
competition_type
WHERE
name = 'League'
)
GROUP BY
d.person_id
HAVING
COUNT(DISTINCT dm.match_id) >= 5
) AS fr ON fr.person_id = p.id AND c.start_date = fr.start_date
GROUP BY
d.competition_id, p.id
ORDER BY
c.start_date DESC,
p.mtgo_username
```
[]
(slow_query, 1.1, mysql)
Reported on decksite by mysql-perf
Location Hash: 25848f8febfd4cc6251899b1a0528f62c75292dc
Labels: Search Engine; decksite
Exceeded slow_query limit (1.1 > 0.5) in mysql: ```
SELECT
d.competition_id,
c.start_date AS `date`,
c.name AS competition_name,
p.mtgo_username
FROM
person AS p
INNER JOIN
deck AS d ON d.person_id = p.id
INNER JOIN
competition AS c ON c.id = d.competition_id
INNER JOIN
competition_series AS cs ON cs.id = c.competition_series_id
INNER JOIN (
SELECT
d.person_id,
MIN(c.start_date) AS start_date
FROM
deck AS d
INNER JOIN
competition AS c ON d.competition_id = c.id
INNER JOIN
competition_series AS cs ON cs.id = c.competition_series_id
INNER JOIN
deck_match AS dm ON dm.deck_id = d.id
WHERE
cs.competition_type_id IN (
SELECT
id
FROM
competition_type
WHERE
name = 'League'
)
GROUP BY
d.person_id
HAVING
COUNT(DISTINCT dm.match_id) >= 5
) AS fr ON fr.person_id = p.id AND c.start_date = fr.start_date
GROUP BY
d.competition_id, p.id
ORDER BY
c.start_date DESC,
p.mtgo_username
```
[]
(slow_query, 1.1, mysql)
Reported on decksite by mysql-perf
Location Hash: 25848f8febfd4cc6251899b1a0528f62c75292dc
Labels: Search Engine; decksite
Exceeded slow_query limit (1.0 > 0.5) in mysql: ```
SELECT
d.competition_id,
c.start_date AS `date`,
c.name AS competition_name,
p.mtgo_username
FROM
person AS p
INNER JOIN
deck AS d ON d.person_id = p.id
INNER JOIN
competition AS c ON c.id = d.competition_id
INNER JOIN
competition_series AS cs ON cs.id = c.competition_series_id
INNER JOIN (
SELECT
d.person_id,
MIN(c.start_date) AS start_date
FROM
deck AS d
INNER JOIN
competition AS c ON d.competition_id = c.id
INNER JOIN
competition_series AS cs ON cs.id = c.competition_series_id
INNER JOIN
deck_match AS dm ON dm.deck_id = d.id
WHERE
cs.competition_type_id IN (
SELECT
id
FROM
competition_type
WHERE
name = 'League'
)
GROUP BY
d.person_id
HAVING
COUNT(DISTINCT dm.match_id) >= 5
) AS fr ON fr.person_id = p.id AND c.start_date = fr.start_date
GROUP BY
d.competition_id, p.id
ORDER BY
c.start_date DESC,
p.mtgo_username
```
[]
(slow_query, 1.0, mysql)
Reported on decksite by mysql-perf
Location Hash: 25848f8febfd4cc6251899b1a0528f62c75292dc
Labels: decksite
[]
(slow_query, 1.1, mysql)Reported on decksite by mysql-perf
Location Hash: 25848f8febfd4cc6251899b1a0528f62c75292dc
Request Data
``` Request Method: GET Path: /admin/prizes/? Cookies: ImmutableMultiDict([]) Endpoint: prizes View Args: {} Person: logged_out Referrer: None Request Data: {} Host: pennydreadfulmagic.com Connection: Keep-Alive Accept-Encoding: gzip X-Forwarded-For: 66.249.75.100 Cf-Ray: 7c6bd8cb3a8a218b-ORD X-Forwarded-Proto: https Cf-Visitor: {"scheme":"https"} Accept: text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8 From: googlebot(at)googlebot.com User-Agent: Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) Cf-Connecting-Ip: 66.249.75.100 Cf-Ipcountry: US Cdn-Loop: cloudflare ```