Abfragezeit: 5.17 ms Nach letzter Abfrage: 0.45 ms Abfragespeichernutzung: 0.189 MB Speichernutzung vor Abfrage: 3.584 MB Zeilen zurückgegeben: 23
SELECT e.*, r.*, e.id as eventid, cur.id as curid, cur.title as curtitle,
cat.title as category, cat.description as catdesc, cat.params as catparams,
cur.sign as currencySign, cur.position as currencyPosition, cur.decimalsign as decimalSign, cur.payment_code as payment_code,
IF(r.override_title IS NULL or r.override_title = '', e.title, r.override_title) as title,
IF(r.override_maxpupil IS NULL or r.override_maxpupil = '' or r.override_maxpupil = 0, e.maxpupil, r.override_maxpupil) as maxpupil,
IF(r.override_place_id IS NULL or r.override_place_id = '' or r.override_place_id = 0, e.place_id, r.override_place_id) as place_id
FROM pleger_website_2017_matukio_recurring AS r
LEFT JOIN pleger_website_2017_matukio AS e
ON r.event_id = e.id
LEFT JOIN pleger_website_2017_categories AS cat
ON cat.id = e.catid
LEFT JOIN pleger_website_2017_matukio_currencies AS cur
ON cur.id = e.currency_id
WHERE r.begin > '2023-01-30 04:59:00'
AND `e`.`catid` IN ('406')
AND e.catid IN (18,19,20,21,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,49,51,52,53,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,84,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,128,129,130,131,132,133,134,135,136,137,141,144,145,147,148,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,216,218,219,220,222,223,226,227,228,229,230,231,234,235,237,239,241,242,245,246,247,248,249,250,251,253,254,255,256,258,260,261,262,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,318,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,365,366,367,368,369,370,371,372,374,376,377,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,430,431,432,433,434,435,436,437,438,439,440,441,446,447,448,450,451,453,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,477,479,480,481,482,483,484,485)
AND e.published = 1
AND r.published = 1
ORDER BY r.begin ASC
LIMIT 40
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | PRIMARY,MatukioIndex,MatukioIndexCatid | MatukioIndexCatid | 4 | const | 1 | Using index condition; Using where; Using temporary; filesort wurde genutzt |
1 | SIMPLE | r | ref | MatukioRecurringIndex,MatukioRecurringIndexBegin | MatukioRecurringIndex | 4 | pcsdb.e.id | 2 | Using index condition; Using where |
1 | SIMPLE | cat | eq_ref | PRIMARY | PRIMARY | 4 | pcsdb.e.catid | 1 | |
1 | SIMPLE | cur | eq_ref | PRIMARY | PRIMARY | 4 | pcsdb.e.currency_id | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
# | Aufrufer | Datei und Zeilennummer |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
12 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/model/legacy.php:307 |
11 | JModelLegacy->_getList() | JROOT/libraries/legacy/model/list.php:186 |
10 | JModelList->getItems() | JROOT/components/com_matukio/views/eventlist/view.html.php:172 |
9 | MatukioViewEventlist->display() | JROOT/components/com_matukio/controllers/eventlist.php:62 |
8 | MatukioControllerEventlist->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_matukio/matukio.php:71 |
6 | require_once JROOT/components/com_matukio/matukio.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:265 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |