Time |
Query |
0.42ms
|
select * from `redirects` where `van` like 'https://www.promotie-kledij.eu/nl/categorie/nieuw-2022.html'
|
0.92ms
|
select * from `prdcategorie` where `CATE_SLUG1` = 'nieuw-2022' and `CATE_ACTIEF` = '1' limit 1
|
0.37ms
|
select * from `prdcategorie` where `prdcategorie`.`idPrdcategorie` = '2' limit 1
|
2.7ms
|
select * from `prdcategorie` where `prdcategorie`.`idPrdcategorie` in ('0')
|
0.32ms
|
select `CATE_NAAM1`, `CATE_SLUG1`, `prdcategorie`.`idPrdcategorie` from `prdcategorie` inner join `ecom_shops_categorie` on `prdcategorie`.`idPrdcategorie` = `ecom_shops_categorie`.`idPrdcategorie` where `prdcategorie`.`CATE_ACTIEF` = '1' and `ecom_shops_categorie`.`idShops` = '1' and `prdcategorie`.`idBron` = '2' group by `prdcategorie`.`idPrdcategorie` order by `prdcategorie`.`CATE_NAAM1` asc
|
116.72ms
|
SELECT titel, value_id AS pf_id, count(ecfid) AS aantal, textwaarde, groepwaarde, volgorde, feature_id, textcode, a.idProduct FROM(
SELECT cf.`titel1` AS titel, cf.volgorde as volgorde, pf.id AS ecfid,
`ecom_custfeatwaarde`.`waarde1` AS textwaarde, `ecom_custfeatwaarde`.`code` AS textcode, concat(`ecom_custfeatwaarde`.`waarde1`,cf.id)
AS groepwaarde, ecom_custfeatwaarde.id AS value_id,
concat('single_',pf.id) AS type_id, ecom_custfeatwaarde.`volgorde` AS value_volgorde, cf.id AS feature_id, pf.idProduct
FROM `ecom_productfamiliecustomfeatures` pf
INNER JOIN `ecom_customfeatures` cf ON pf.`idEcomCustomfeatures` = cf.`id`
INNER JOIN `ecom_productfamiliecustomfeatures_waardes` pfw ON pf.`id` = pfw.`productfamiliecustomfeature_id`
INNER JOIN `ecom_custfeatwaarde` ON pfw.`waarde_id` = `ecom_custfeatwaarde`.`id`
INNER JOIN `ecom_customgroep` on (cf.`ecom_customgroep_id` = `ecom_customgroep`.`id`)
INNER JOIN `ecom_productfamiliecategorie` ON `pf`.`idProduct` = `ecom_productfamiliecategorie`.`idProduct` WHERE cf.type = 1 AND cf.active = 1 AND ecom_productfamiliecategorie.idPrdcategorie = 178 GROUP BY pf.idProduct, ecom_custfeatwaarde.id
ORDER BY titel, textwaarde ASC) a
INNER JOIN `ecom_productfamiliecategorie` ON a.idProduct = `ecom_productfamiliecategorie`.`idProduct`
WHERE `ecom_productfamiliecategorie`.`idPrdcategorie` = 178 AND textwaarde IS NOT NULL AND titel IS NOT NULL GROUP BY value_id ORDER BY volgorde, titel asc, textwaarde asc
|
607.74ms
|
select count(*) as aggregate from `productfeatures` inner join `product` on `productfeatures`.`idProduct` = `product`.`idProduct` inner join `ecom_productcategorie` on `productfeatures`.`idProductfeatures` = `ecom_productcategorie`.`idProductfeatures` inner join `ecom_productfeatures_shops` on `productfeatures`.`idProductfeatures` = `ecom_productfeatures_shops`.`idProductfeatures` where `ecom_productfeatures_shops`.`idShop` = '1' and `productfeatures`.`PRD_ACTIEF` = '1' and `productfeatures`.`PRD_VOLGORDE` = '0' and `ecom_productcategorie`.`idPrdcategorie` = '178'
|
63.86ms
|
select `productfeatures`.`PRD_REF`, `productfeatures`.`PRD_ARTIKELCODE`, `productfeatures`.`PRD_EXTRANAAM1`, `productfeatures`.`PRD_SLUG1`, `productfeatures`.`idProductfeatures`, `productfeatures`.`idProduct`, `productfeatures`.`PRD_PRIJS`, `productfeatures`.`idMerken`, `idPrdbtwpercentage`, `PRD_PROMO`, `PRD_NIEUW` from `productfeatures` inner join `product` on `productfeatures`.`idProduct` = `product`.`idProduct` inner join `ecom_productcategorie` on `productfeatures`.`idProductfeatures` = `ecom_productcategorie`.`idProductfeatures` inner join `ecom_productfeatures_shops` on `productfeatures`.`idProductfeatures` = `ecom_productfeatures_shops`.`idProductfeatures` where `ecom_productfeatures_shops`.`idShop` = '1' and `productfeatures`.`PRD_ACTIEF` = '1' and `productfeatures`.`PRD_VOLGORDE` = '0' and `ecom_productcategorie`.`idPrdcategorie` = '178' order by `PROD_VOLGORDE` asc limit 24 offset 0
|
1.88ms
|
select * from `product` where `product`.`idProduct` in ('4227', '2754', '4286', '3764', '4235', '4203', '3324', '3630', '39', '4208', '800', '4246', '4143', '4213', '4184', '4260', '4149', '4220', '1299', '4272', '4153', '2753', '4282', '3763')
|
0.55ms
|
select * from `ecom_merken` where `ecom_merken`.`id` in ('22', '26', '4', '32', '10', '18', '15', '9', '34', '16')
|
26.75ms
|
select * from `prdmedia` where `MEDIA_TYPE` = 'I' and `MEDIA_STD` = '1' and `prdmedia`.`idProduct` in ('39', '800', '1299', '2753', '2754', '3324', '3630', '3763', '3764', '4143', '4149', '4153', '4184', '4203', '4208', '4213', '4220', '4227', '4235', '4246', '4260', '4272', '4282', '4286')
|
98.77ms
|
SELECT `ecom_merken`.`id` AS `id`, `ecom_merken`.`naam1` AS `merknaam`, COUNT(`product`.`idMerken`) AS aantal FROM (
SELECT `productfeatures`.`idProduct` FROM `productfeatures` INNER JOIN `ecom_productcategorie` ON `productfeatures`.`idProductfeatures` = `ecom_productcategorie`.`idProductfeatures`
WHERE `ecom_productcategorie`.`idPrdcategorie` = '178'GROUP BY `productfeatures`.`idProduct`) AS z INNER JOIN `product` ON `z`.`idProduct` = `product`.`idProduct` INNER JOIN `ecom_merken` ON `product`.`idMerken` = `ecom_merken`.`id`GROUP BY `product`.`idMerken` ORDER BY `merknaam` ASC
|
1.1ms
|
select * from `ecom_settings` where `id` = '22' limit 1
|
0.21ms
|
select * from `ecom_settings` where `id` = '23' limit 1
|
0.32ms
|
select * from `ecom_winkels` limit 1
|
0.16ms
|
select * from `ecom_settings` where `id` = '41' limit 1
|
0.15ms
|
select `waarde`, `key` from `ecom_settings` where `key` in ('mollie_redirect_url', 'mollie_webhook_url')
|
1.53ms
|
select * from `ecom_labels`
|
0.82ms
|
select * from `ecom_client_labels`
|
0.45ms
|
select * from `ecom_settings` where `key` = 'korting' limit 1
|
0.44ms
|
select `waarde` from `ecom_settings` where `key` = 'gastzietstaffels' limit 1
|
0.54ms
|
select * from `prdprijsstaffel` where `prdprijsstaffel`.`idProductfeatures` = '103186' order by `PRIS_AANTAL` asc
|
0.34ms
|
select * from `prdbtwpercentage` where `idPrdbtwpercentage` = '4' limit 1
|
0.45ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '103186'
|
0.18ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '103186'
|
0.16ms
|
select * from `ecom_settings` where `key` = 'korting' limit 1
|
0.46ms
|
select `waarde` from `ecom_settings` where `key` = 'gastzietstaffels' limit 1
|
0.4ms
|
select * from `prdprijsstaffel` where `prdprijsstaffel`.`idProductfeatures` = '67332' order by `PRIS_AANTAL` asc
|
0.2ms
|
select * from `prdbtwpercentage` where `idPrdbtwpercentage` = '4' limit 1
|
0.36ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '67332'
|
0.21ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '67332'
|
0.19ms
|
select * from `ecom_settings` where `key` = 'korting' limit 1
|
0.43ms
|
select `waarde` from `ecom_settings` where `key` = 'gastzietstaffels' limit 1
|
0.3ms
|
select * from `prdprijsstaffel` where `prdprijsstaffel`.`idProductfeatures` = '103549' order by `PRIS_AANTAL` asc
|
0.15ms
|
select * from `prdbtwpercentage` where `idPrdbtwpercentage` = '4' limit 1
|
0.27ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '103549'
|
0.14ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '103549'
|
0.14ms
|
select * from `ecom_settings` where `key` = 'korting' limit 1
|
0.36ms
|
select `waarde` from `ecom_settings` where `key` = 'gastzietstaffels' limit 1
|
0.36ms
|
select * from `prdprijsstaffel` where `prdprijsstaffel`.`idProductfeatures` = '91563' order by `PRIS_AANTAL` asc
|
0.17ms
|
select * from `prdbtwpercentage` where `idPrdbtwpercentage` = '4' limit 1
|
0.35ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '91563'
|
0.22ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '91563'
|
0.2ms
|
select * from `ecom_settings` where `key` = 'korting' limit 1
|
0.39ms
|
select `waarde` from `ecom_settings` where `key` = 'gastzietstaffels' limit 1
|
0.29ms
|
select * from `prdprijsstaffel` where `prdprijsstaffel`.`idProductfeatures` = '103204' order by `PRIS_AANTAL` asc
|
0.16ms
|
select * from `prdbtwpercentage` where `idPrdbtwpercentage` = '4' limit 1
|
0.37ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '103204'
|
0.19ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '103204'
|
0.18ms
|
select * from `ecom_settings` where `key` = 'korting' limit 1
|
0.38ms
|
select `waarde` from `ecom_settings` where `key` = 'gastzietstaffels' limit 1
|
0.5ms
|
select * from `prdprijsstaffel` where `prdprijsstaffel`.`idProductfeatures` = '103042' order by `PRIS_AANTAL` asc
|
0.21ms
|
select * from `prdbtwpercentage` where `idPrdbtwpercentage` = '4' limit 1
|
0.39ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '103042'
|
0.13ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '103042'
|
0.13ms
|
select * from `ecom_settings` where `key` = 'korting' limit 1
|
0.55ms
|
select `waarde` from `ecom_settings` where `key` = 'gastzietstaffels' limit 1
|
0.8ms
|
select * from `prdprijsstaffel` where `prdprijsstaffel`.`idProductfeatures` = '82823' order by `PRIS_AANTAL` asc
|
0.3ms
|
select * from `prdbtwpercentage` where `idPrdbtwpercentage` = '4' limit 1
|
0.39ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '82823'
|
0.37ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '82823'
|
0.31ms
|
select * from `ecom_settings` where `key` = 'korting' limit 1
|
0.37ms
|
select `waarde` from `ecom_settings` where `key` = 'gastzietstaffels' limit 1
|
0.35ms
|
select * from `prdprijsstaffel` where `prdprijsstaffel`.`idProductfeatures` = '89518' order by `PRIS_AANTAL` asc
|
0.19ms
|
select * from `prdbtwpercentage` where `idPrdbtwpercentage` = '4' limit 1
|
0.44ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '89518'
|
0.22ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '89518'
|
0.91ms
|
select * from `ecom_settings` where `key` = 'korting' limit 1
|
0.63ms
|
select `waarde` from `ecom_settings` where `key` = 'gastzietstaffels' limit 1
|
0.44ms
|
select * from `prdprijsstaffel` where `prdprijsstaffel`.`idProductfeatures` = '397' order by `PRIS_AANTAL` asc
|
0.4ms
|
select * from `prdbtwpercentage` where `idPrdbtwpercentage` = '4' limit 1
|
0.47ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '397'
|
0.28ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '397'
|
0.24ms
|
select * from `ecom_settings` where `key` = 'korting' limit 1
|
1.87ms
|
select `waarde` from `ecom_settings` where `key` = 'gastzietstaffels' limit 1
|
0.73ms
|
select * from `prdprijsstaffel` where `prdprijsstaffel`.`idProductfeatures` = '103084' order by `PRIS_AANTAL` asc
|
0.46ms
|
select * from `prdbtwpercentage` where `idPrdbtwpercentage` = '4' limit 1
|
0.59ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '103084'
|
0.28ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '103084'
|
0.21ms
|
select * from `ecom_settings` where `key` = 'korting' limit 1
|
0.5ms
|
select `waarde` from `ecom_settings` where `key` = 'gastzietstaffels' limit 1
|
0.5ms
|
select * from `prdprijsstaffel` where `prdprijsstaffel`.`idProductfeatures` = '24104' order by `PRIS_AANTAL` asc
|
0.25ms
|
select * from `prdbtwpercentage` where `idPrdbtwpercentage` = '4' limit 1
|
0.87ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '24104'
|
0.29ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '24104'
|
0.25ms
|
select * from `ecom_settings` where `key` = 'korting' limit 1
|
0.58ms
|
select `waarde` from `ecom_settings` where `key` = 'gastzietstaffels' limit 1
|
3.99ms
|
select * from `prdprijsstaffel` where `prdprijsstaffel`.`idProductfeatures` = '103294' order by `PRIS_AANTAL` asc
|
1.58ms
|
select * from `prdbtwpercentage` where `idPrdbtwpercentage` = '4' limit 1
|
0.47ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '103294'
|
0.34ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '103294'
|
0.26ms
|
select * from `ecom_settings` where `key` = 'korting' limit 1
|
0.7ms
|
select `waarde` from `ecom_settings` where `key` = 'gastzietstaffels' limit 1
|
0.45ms
|
select * from `prdprijsstaffel` where `prdprijsstaffel`.`idProductfeatures` = '101279' order by `PRIS_AANTAL` asc
|
0.2ms
|
select * from `prdbtwpercentage` where `idPrdbtwpercentage` = '4' limit 1
|
0.61ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '101279'
|
0.34ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '101279'
|
0.2ms
|
select * from `ecom_settings` where `key` = 'korting' limit 1
|
0.43ms
|
select `waarde` from `ecom_settings` where `key` = 'gastzietstaffels' limit 1
|
0.5ms
|
select * from `prdprijsstaffel` where `prdprijsstaffel`.`idProductfeatures` = '103138' order by `PRIS_AANTAL` asc
|
0.24ms
|
select * from `prdbtwpercentage` where `idPrdbtwpercentage` = '4' limit 1
|
0.45ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '103138'
|
0.19ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '103138'
|
0.19ms
|
select * from `ecom_settings` where `key` = 'korting' limit 1
|
0.49ms
|
select `waarde` from `ecom_settings` where `key` = 'gastzietstaffels' limit 1
|
2.16ms
|
select * from `prdprijsstaffel` where `prdprijsstaffel`.`idProductfeatures` = '102579' order by `PRIS_AANTAL` asc
|
0.18ms
|
select * from `prdbtwpercentage` where `idPrdbtwpercentage` = '4' limit 1
|
0.69ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '102579'
|
0.35ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '102579'
|
0.19ms
|
select * from `ecom_settings` where `key` = 'korting' limit 1
|
0.42ms
|
select `waarde` from `ecom_settings` where `key` = 'gastzietstaffels' limit 1
|
0.5ms
|
select * from `prdprijsstaffel` where `prdprijsstaffel`.`idProductfeatures` = '103377' order by `PRIS_AANTAL` asc
|
0.19ms
|
select * from `prdbtwpercentage` where `idPrdbtwpercentage` = '4' limit 1
|
0.32ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '103377'
|
0.15ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '103377'
|
0.14ms
|
select * from `ecom_settings` where `key` = 'korting' limit 1
|
0.53ms
|
select `waarde` from `ecom_settings` where `key` = 'gastzietstaffels' limit 1
|
0.53ms
|
select * from `prdprijsstaffel` where `prdprijsstaffel`.`idProductfeatures` = '101378' order by `PRIS_AANTAL` asc
|
0.28ms
|
select * from `prdbtwpercentage` where `idPrdbtwpercentage` = '4' limit 1
|
0.86ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '101378'
|
0.44ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '101378'
|
0.27ms
|
select * from `ecom_settings` where `key` = 'korting' limit 1
|
0.38ms
|
select `waarde` from `ecom_settings` where `key` = 'gastzietstaffels' limit 1
|
0.44ms
|
select * from `prdprijsstaffel` where `prdprijsstaffel`.`idProductfeatures` = '103161' order by `PRIS_AANTAL` asc
|
0.13ms
|
select * from `prdbtwpercentage` where `idPrdbtwpercentage` = '4' limit 1
|
0.36ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '103161'
|
0.18ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '103161'
|
0.16ms
|
select * from `ecom_settings` where `key` = 'korting' limit 1
|
0.44ms
|
select `waarde` from `ecom_settings` where `key` = 'gastzietstaffels' limit 1
|
0.34ms
|
select * from `prdprijsstaffel` where `prdprijsstaffel`.`idProductfeatures` = '34648' order by `PRIS_AANTAL` asc
|
0.34ms
|
select * from `prdbtwpercentage` where `idPrdbtwpercentage` = '4' limit 1
|
0.46ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '34648'
|
0.14ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '34648'
|
0.21ms
|
select * from `ecom_settings` where `key` = 'korting' limit 1
|
0.43ms
|
select `waarde` from `ecom_settings` where `key` = 'gastzietstaffels' limit 1
|
0.41ms
|
select * from `prdprijsstaffel` where `prdprijsstaffel`.`idProductfeatures` = '103452' order by `PRIS_AANTAL` asc
|
0.21ms
|
select * from `prdbtwpercentage` where `idPrdbtwpercentage` = '4' limit 1
|
0.26ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '103452'
|
0.17ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '103452'
|
0.19ms
|
select * from `ecom_settings` where `key` = 'korting' limit 1
|
0.42ms
|
select `waarde` from `ecom_settings` where `key` = 'gastzietstaffels' limit 1
|
0.34ms
|
select * from `prdprijsstaffel` where `prdprijsstaffel`.`idProductfeatures` = '101491' order by `PRIS_AANTAL` asc
|
0.26ms
|
select * from `prdbtwpercentage` where `idPrdbtwpercentage` = '4' limit 1
|
0.51ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '101491'
|
0.21ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '101491'
|
0.19ms
|
select * from `ecom_settings` where `key` = 'korting' limit 1
|
0.48ms
|
select `waarde` from `ecom_settings` where `key` = 'gastzietstaffels' limit 1
|
1.76ms
|
select * from `prdprijsstaffel` where `prdprijsstaffel`.`idProductfeatures` = '67307' order by `PRIS_AANTAL` asc
|
0.27ms
|
select * from `prdbtwpercentage` where `idPrdbtwpercentage` = '4' limit 1
|
0.38ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '67307'
|
0.22ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '67307'
|
0.25ms
|
select * from `ecom_settings` where `key` = 'korting' limit 1
|
0.41ms
|
select `waarde` from `ecom_settings` where `key` = 'gastzietstaffels' limit 1
|
0.3ms
|
select * from `prdprijsstaffel` where `prdprijsstaffel`.`idProductfeatures` = '103498' order by `PRIS_AANTAL` asc
|
0.22ms
|
select * from `prdbtwpercentage` where `idPrdbtwpercentage` = '4' limit 1
|
0.3ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '103498'
|
0.21ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '103498'
|
0.27ms
|
select * from `ecom_settings` where `key` = 'korting' limit 1
|
0.41ms
|
select `waarde` from `ecom_settings` where `key` = 'gastzietstaffels' limit 1
|
0.3ms
|
select * from `prdprijsstaffel` where `prdprijsstaffel`.`idProductfeatures` = '91527' order by `PRIS_AANTAL` asc
|
0.12ms
|
select * from `prdbtwpercentage` where `idPrdbtwpercentage` = '4' limit 1
|
0.31ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '91527'
|
0.13ms
|
select `ecom_kosten`.*, `ecom_productfeatures_kosten`.`idProductfeatures` as `pivot_idProductfeatures`, `ecom_productfeatures_kosten`.`ecom_kosten_id` as `pivot_ecom_kosten_id`, `ecom_productfeatures_kosten`.`prijs` as `pivot_prijs`, `ecom_productfeatures_kosten`.`id` as `pivot_id`, `ecom_productfeatures_kosten`.`idPrdbtwpercentage` as `pivot_idPrdbtwpercentage` from `ecom_kosten` inner join `ecom_productfeatures_kosten` on `ecom_kosten`.`id` = `ecom_productfeatures_kosten`.`ecom_kosten_id` where `ecom_productfeatures_kosten`.`idProductfeatures` = '91527'
|
2.66ms
|
select `CATE_NAAM1`, `CATE_SLUG1`, `prdcategorie`.`idPrdcategorie`, `idBron` from `prdcategorie` inner join `ecom_shops_categorie` on `prdcategorie`.`idPrdcategorie` = `ecom_shops_categorie`.`idPrdcategorie` where `prdcategorie`.`CATE_ACTIEF` = '1' and `ecom_shops_categorie`.`idShops` = '1' and `prdcategorie`.`idBron` = '0' group by `prdcategorie`.`idPrdcategorie` order by `prdcategorie`.`CATE_NAAM1` desc
|
0.5ms
|
select `pagenamelang1`, `slug1`, `id` from `pages` where `idMenu` = '1' and `pagevisibility` = '1' order by `pageorder` asc
|
0.2ms
|
select `pagenamelang1`, `slug1`, `id` from `pages` where `idMenu` = '1' and `pagevisibility` = '1' order by `pageorder` asc
|
0.6ms
|
select `CATE_NAAM1` as `name`, `CATE_SLUG1` as `cslug`, `prdcategorie`.`idPrdcategorie`, `idBron` from `prdcategorie` inner join `ecom_shops_categorie` on `prdcategorie`.`idPrdcategorie` = `ecom_shops_categorie`.`idPrdcategorie` where `prdcategorie`.`CATE_ACTIEF` = '1' and `ecom_shops_categorie`.`idShops` = '1' and `prdcategorie`.`idBron` = '2' group by `prdcategorie`.`idPrdcategorie` order by `prdcategorie`.`CATE_NAAM1` asc
|
0.32ms
|
select * from `prdmedia` where `prdmedia`.`idPrdcategorie` = '2' and `MEDIA_TYPE` = 'I' and `MEDIA_STD` = '1' limit 1
|
0.37ms
|
select `CATE_NAAM1` as `name`, `CATE_SLUG1` as `cslug`, `prdcategorie`.`idPrdcategorie`, `idBron` from `prdcategorie` inner join `ecom_shops_categorie` on `prdcategorie`.`idPrdcategorie` = `ecom_shops_categorie`.`idPrdcategorie` where `prdcategorie`.`CATE_ACTIEF` = '1' and `ecom_shops_categorie`.`idShops` = '1' and `prdcategorie`.`idBron` = '1' group by `prdcategorie`.`idPrdcategorie` order by `prdcategorie`.`CATE_NAAM1` asc
|
0.34ms
|
select * from `prdmedia` where `prdmedia`.`idPrdcategorie` = '1' and `MEDIA_TYPE` = 'I' and `MEDIA_STD` = '1' limit 1
|
0.23ms
|
select `CATE_NAAM1` as `name`, `CATE_SLUG1` as `cslug`, `prdcategorie`.`idPrdcategorie`, `idBron` from `prdcategorie` inner join `ecom_shops_categorie` on `prdcategorie`.`idPrdcategorie` = `ecom_shops_categorie`.`idPrdcategorie` where `prdcategorie`.`CATE_ACTIEF` = '1' and `ecom_shops_categorie`.`idShops` = '1' and `prdcategorie`.`idBron` = '172' group by `prdcategorie`.`idPrdcategorie` order by `prdcategorie`.`CATE_NAAM1` asc
|
0.23ms
|
select * from `prdmedia` where `prdmedia`.`idPrdcategorie` = '172' and `MEDIA_TYPE` = 'I' and `MEDIA_STD` = '1' limit 1
|
0.19ms
|
select * from `prdmedia` where `prdmedia`.`idPages` = '42' and `MEDIA_TYPE` = 'I' and `MEDIA_STD` = '1' limit 1
|
0.17ms
|
select * from `prdmedia` where `prdmedia`.`idPages` = '43' and `MEDIA_TYPE` = 'I' and `MEDIA_STD` = '1' limit 1
|
0.21ms
|
select * from `prdmedia` where `prdmedia`.`idPages` = '29' and `MEDIA_TYPE` = 'I' and `MEDIA_STD` = '1' limit 1
|
0.47ms
|
select `CATE_NAAM1`, `CATE_SLUG1`, `prdcategorie`.`idPrdcategorie`, `idBron` from `prdcategorie` inner join `ecom_shops_categorie` on `prdcategorie`.`idPrdcategorie` = `ecom_shops_categorie`.`idPrdcategorie` where `prdcategorie`.`CATE_ACTIEF` = '1' and `ecom_shops_categorie`.`idShops` = '1' and `prdcategorie`.`idBron` = '0' group by `prdcategorie`.`idPrdcategorie` order by `prdcategorie`.`CATE_NAAM1` desc
|
0.21ms
|
select `pagenamelang1`, `slug1`, `id` from `pages` where `idMenu` = '1' and `pagevisibility` = '1' order by `pageorder` asc
|
0.17ms
|
select * from `ecom_settings` where `id` = '52' limit 1
|
0.15ms
|
select `key`, `waarde` from `ecom_settings` where `key` in ('mollie_creditcard', 'mollie_mistercash', 'mollie_belfius', 'mollie_banktransfer', 'mollie_ideal', 'mollie_kbc', 'mollie_paypal', 'mollie_sofort')
|
0.31ms
|
select * from `ecom_winkels` limit 1
|
0.19ms
|
select `pagenamelang1`, `slug1`, `id`, `issubpageof` from `pages` where `idMenu` = '2' and `pagevisibility` = '1' and `issubpageof` = '0' order by `pageorder` asc
|
0.36ms
|
select * from `pages` where `pages`.`issubpageof` in ('44') order by `pageorder` asc
|
0.15ms
|
select `pagenamelang1`, `slug1`, `id`, `issubpageof` from `pages` where `idMenu` = '3' and `pagevisibility` = '1' and `issubpageof` = '0' order by `pageorder` asc
|
0.21ms
|
select * from `pages` where `pages`.`issubpageof` in ('53', '59') order by `pageorder` asc
|
0.17ms
|
select `pagenamelang1`, `slug1`, `id`, `issubpageof` from `pages` where `idMenu` = '4' and `pagevisibility` = '1' and `issubpageof` = '0' order by `pageorder` asc
|
0.29ms
|
select * from `pages` where `pages`.`issubpageof` in ('72') order by `pageorder` asc
|