"select * from `tree` where `seo_format_url` in (?, ?, ?) and `subtype` not in (?, ?) and `site_id` in (?) and `type` = ? order by CHAR_LENGTH(seo_format_url) DESC limit 1" // app/Providers/AppServiceProvider.php:34
"select * from `tree` where `seo_format_url` = ? and `subtype` not in (?, ?) and `menu_wrapper` = ? and `site_id` = ? and `type` = ? limit 1" // app/Providers/AppServiceProvider.php:34
"select * from `_rel_item_usergroup` where `_rel_item_usergroup`.`item_id` = ? and `_rel_item_usergroup`.`item_id` is not null" // app/Providers/AppServiceProvider.php:34
"select * from `contentlist_translation` where (`language_online` = ? and `language_code` = ?) and BINARY `title_seo`=? and exists (select * from `contentlist` where `contentlist_translation`.`contentlist_id` = `contentlist`.`id` and `publish_from` < ? and `publish_till` > ?) and exists (select * from `contentlist` where `contentlist_translation`.`contentlist_id` = `contentlist`.`id` and exists (select * from `_rel_page_item` where `contentlist`.`id` = `_rel_page_item`.`item_id` and `_rel_page_item`.`tree_type` = ? and `tree_id` = ? and exists (select * from `tree` where `_rel_page_item`.`tree_id` = `tree`.`id`))) limit 1" // app/Providers/AppServiceProvider.php:34
"select * from `contentlist` where `contentlist`.`id` in (8)" // app/Providers/AppServiceProvider.php:34
"select * from `assets` where `assets`.`id` in (?)" // app/Providers/AppServiceProvider.php:34
"select * from `assets` where `assets`.`id` = ? and `assets`.`id` is not null limit 1" // app/Providers/AppServiceProvider.php:34
"select * from `_rel_page_item` where `_rel_page_item`.`tree_type` = ? and `_rel_page_item`.`item_id` = ? and `_rel_page_item`.`item_id` is not null and exists (select * from `tree` where `_rel_page_item`.`tree_id` = `tree`.`id`)" // app/Providers/AppServiceProvider.php:34
"select `contentlist`.*, `_rel_page_item`.`prio` as `page_item_prio` from `contentlist` inner join `_rel_page_item` on `_rel_page_item`.`item_id` = `contentlist`.`id` and `_rel_page_item`.`tree_id` = ? and `_rel_page_item`.`tree_type` = ? where exists (select * from `_rel_page_item` where `contentlist`.`id` = `_rel_page_item`.`item_id` and `_rel_page_item`.`tree_type` = ? and `_rel_page_item`.`tree_id` = ? and exists (select * from `tree` where `_rel_page_item`.`tree_id` = `tree`.`id`)) and `_rel_page_item`.`prio` < ? and exists (select * from `contentlist_translation` where `contentlist`.`id` = `contentlist_translation`.`contentlist_id` and `language_code` = ? and `language_online` = ?) and `publish_from` < ? and `publish_till` > ? order by `_rel_page_item`.`prio` desc limit 1" // app/Providers/AppServiceProvider.php:34
"select `contentlist`.*, `_rel_page_item`.`prio` as `page_item_prio` from `contentlist` inner join `_rel_page_item` on `_rel_page_item`.`item_id` = `contentlist`.`id` and `_rel_page_item`.`tree_id` = ? and `_rel_page_item`.`tree_type` = ? where exists (select * from `_rel_page_item` where `contentlist`.`id` = `_rel_page_item`.`item_id` and `_rel_page_item`.`tree_type` = ? and `_rel_page_item`.`tree_id` = ? and exists (select * from `tree` where `_rel_page_item`.`tree_id` = `tree`.`id`)) and `_rel_page_item`.`prio` > ? and exists (select * from `contentlist_translation` where `contentlist`.`id` = `contentlist_translation`.`contentlist_id` and `language_code` = ? and `language_online` = ?) and `publish_from` < ? and `publish_till` > ? order by `_rel_page_item`.`prio` asc limit 1" // app/Providers/AppServiceProvider.php:34
Staalbouw Hendriks bereikt €100k jaarlijkse besparing
▶' : '▼'; a.className += ' sf-dump-toggle'; x = 1; if ('sf-dump' != elt.parentNode.className) { x += elt.parentNode.getAttribute('data-depth')/1; } } else if (/\bsf-dump-ref\b/.test(elt.className) && (a = elt.getAttribute('href'))) { a = a.slice(1); elt.className += ' sf-dump-hover'; elt.className += ' '+a; if (/[\[{]$/.test(elt.previousSibling.nodeValue)) { a = a != elt.nextSibling.id && doc.getElementById(a); try { s = a.nextSibling; elt.appendChild(a); s.parentNode.insertBefore(a, s); if (/^[@#]/.test(elt.innerHTML)) { elt.innerHTML += ' ▶'; } else { elt.innerHTML = '▶'; elt.className = 'sf-dump-ref'; } elt.className += ' sf-dump-toggle'; } catch (e) { if ('&' == elt.innerHTML.charAt(0)) { elt.innerHTML = '…'; elt.className = 'sf-dump-ref'; } } } } } if (doc.evaluate && Array.from && root.children.length > 1) { root.setAttribute('tabindex', 0); SearchState = function () { this.nodes = []; this.idx = 0; }; SearchState.prototype = { next: function () { if (this.isEmpty()) { return this.current(); } this.idx = this.idx < (this.nodes.length - 1) ? this.idx + 1 : 0; return this.current(); }, previous: function () { if (this.isEmpty()) { return this.current(); } this.idx = this.idx > 0 ? this.idx - 1 : (this.nodes.length - 1); return this.current(); }, isEmpty: function () { return 0 === this.count(); }, current: function () { if (this.isEmpty()) { return null; } return this.nodes[this.idx]; }, reset: function () { this.nodes = []; this.idx = 0; }, count: function () { return this.nodes.length; }, }; function showCurrent(state) { var currentNode = state.current(), currentRect, searchRect; if (currentNode) { reveal(currentNode); highlight(root, currentNode, state.nodes); if ('scrollIntoView' in currentNode) { currentNode.scrollIntoView(true); currentRect = currentNode.getBoundingClientRect(); searchRect = search.getBoundingClientRect(); if (currentRect.top < (searchRect.top + searchRect.height)) { window.scrollBy(0, -(searchRect.top + searchRect.height + 5)); } } } counter.textContent = (state.isEmpty() ? 0 : state.idx + 1) + ' of ' + state.count(); } var search = doc.createElement('div'); search.className = 'sf-dump-search-wrapper sf-dump-search-hidden'; search.innerHTML = ' 0 of 0<\/span> ' : '▼'; a.className += ' sf-dump-toggle'; x = 1; if ('sf-dump' != elt.parentNode.className) { x += elt.parentNode.getAttribute('data-depth')/1; } } else if (/\bsf-dump-ref\b/.test(elt.className) && (a = elt.getAttribute('href'))) { a = a.slice(1); elt.className += ' sf-dump-hover'; elt.className += ' '+a; if (/[\[{]$/.test(elt.previousSibling.nodeValue)) { a = a != elt.nextSibling.id && doc.getElementById(a); try { s = a.nextSibling; elt.appendChild(a); s.parentNode.insertBefore(a, s); if (/^[@#]/.test(elt.innerHTML)) { elt.innerHTML += ' ▶'; } else { elt.innerHTML = '▶'; elt.className = 'sf-dump-ref'; } elt.className += ' sf-dump-toggle'; } catch (e) { if ('&' == elt.innerHTML.charAt(0)) { elt.innerHTML = '…'; elt.className = 'sf-dump-ref'; } } } } } if (doc.evaluate && Array.from && root.children.length > 1) { root.setAttribute('tabindex', 0); SearchState = function () { this.nodes = []; this.idx = 0; }; SearchState.prototype = { next: function () { if (this.isEmpty()) { return this.current(); } this.idx = this.idx < (this.nodes.length - 1) ? this.idx + 1 : 0; return this.current(); }, previous: function () { if (this.isEmpty()) { return this.current(); } this.idx = this.idx > 0 ? this.idx - 1 : (this.nodes.length - 1); return this.current(); }, isEmpty: function () { return 0 === this.count(); }, current: function () { if (this.isEmpty()) { return null; } return this.nodes[this.idx]; }, reset: function () { this.nodes = []; this.idx = 0; }, count: function () { return this.nodes.length; }, }; function showCurrent(state) { var currentNode = state.current(), currentRect, searchRect; if (currentNode) { reveal(currentNode); highlight(root, currentNode, state.nodes); if ('scrollIntoView' in currentNode) { currentNode.scrollIntoView(true); currentRect = currentNode.getBoundingClientRect(); searchRect = search.getBoundingClientRect(); if (currentRect.top < (searchRect.top + searchRect.height)) { window.scrollBy(0, -(searchRect.top + searchRect.height + 5)); } } } counter.textContent = (state.isEmpty() ? 0 : state.idx + 1) + ' of ' + state.count(); } var search = doc.createElement('div'); search.className = 'sf-dump-search-wrapper sf-dump-search-hidden'; search.innerHTML = ' 0 of 0<\/span> ' : '▼'; a.className += ' sf-dump-toggle'; x = 1; if ('sf-dump' != elt.parentNode.className) { x += elt.parentNode.getAttribute('data-depth')/1; } } else if (/\bsf-dump-ref\b/.test(elt.className) && (a = elt.getAttribute('href'))) { a = a.slice(1); elt.className += ' sf-dump-hover'; elt.className += ' '+a; if (/[\[{]$/.test(elt.previousSibling.nodeValue)) { a = a != elt.nextSibling.id && doc.getElementById(a); try { s = a.nextSibling; elt.appendChild(a); s.parentNode.insertBefore(a, s); if (/^[@#]/.test(elt.innerHTML)) { elt.innerHTML += ' ▶'; } else { elt.innerHTML = '▶'; elt.className = 'sf-dump-ref'; } elt.className += ' sf-dump-toggle'; } catch (e) { if ('&' == elt.innerHTML.charAt(0)) { elt.innerHTML = '…'; elt.className = 'sf-dump-ref'; } } } } } if (doc.evaluate && Array.from && root.children.length > 1) { root.setAttribute('tabindex', 0); SearchState = function () { this.nodes = []; this.idx = 0; }; SearchState.prototype = { next: function () { if (this.isEmpty()) { return this.current(); } this.idx = this.idx < (this.nodes.length - 1) ? this.idx + 1 : 0; return this.current(); }, previous: function () { if (this.isEmpty()) { return this.current(); } this.idx = this.idx > 0 ? this.idx - 1 : (this.nodes.length - 1); return this.current(); }, isEmpty: function () { return 0 === this.count(); }, current: function () { if (this.isEmpty()) { return null; } return this.nodes[this.idx]; }, reset: function () { this.nodes = []; this.idx = 0; }, count: function () { return this.nodes.length; }, }; function showCurrent(state) { var currentNode = state.current(), currentRect, searchRect; if (currentNode) { reveal(currentNode); highlight(root, currentNode, state.nodes); if ('scrollIntoView' in currentNode) { currentNode.scrollIntoView(true); currentRect = currentNode.getBoundingClientRect(); searchRect = search.getBoundingClientRect(); if (currentRect.top < (searchRect.top + searchRect.height)) { window.scrollBy(0, -(searchRect.top + searchRect.height + 5)); } } } counter.textContent = (state.isEmpty() ? 0 : state.idx + 1) + ' of ' + state.count(); } var search = doc.createElement('div'); search.className = 'sf-dump-search-wrapper sf-dump-search-hidden'; search.innerHTML = ' 0 of 0<\/span> <\/svg> <\/button> <\/svg> <\/button> '; root.insertBefore(search, root.firstChild); var state = new SearchState(); var searchInput = search.querySelector('.sf-dump-search-input'); var counter = search.querySelector('.sf-dump-search-count'); var searchInputTimer = 0; var previousSearchQuery = ''; addEventListener(searchInput, 'keyup', function (e) { var searchQuery = e.target.value; /* Don't perform anything if the pressed key didn't change the query */ if (searchQuery === previousSearchQuery) { return; } previousSearchQuery = searchQuery; clearTimeout(searchInputTimer); searchInputTimer = setTimeout(function () { state.reset(); collapseAll(root); resetHighlightedNodes(root); if ('' === searchQuery) { counter.textContent = '0 of 0'; return; } var classMatches = [ "sf-dump-str", "sf-dump-key", "sf-dump-public", "sf-dump-protected", "sf-dump-private", ].map(xpathHasClass).join(' or '); var xpathResult = doc.evaluate('.//span[' + classMatches + '][contains(translate(child::text(), ' + xpathString(searchQuery.toUpperCase()) + ', ' + xpathString(searchQuery.toLowerCase()) + '), ' + xpathString(searchQuery.toLowerCase()) + ')]', root, null, XPathResult.ORDERED_NODE_ITERATOR_TYPE, null); while (node = xpathResult.iterateNext()) state.nodes.push(node); showCurrent(state); }, 400); }); Array.from(search.querySelectorAll('.sf-dump-search-input-next, .sf-dump-search-input-previous')).forEach(function (btn) { addEventListener(btn, 'click', function (e) { e.preventDefault(); -1 !== e.target.className.indexOf('next') ? state.next() : state.previous(); searchInput.focus(); collapseAll(root); showCurrent(state); }) }); addEventListener(root, 'keydown', function (e) { var isSearchActive = !/\bsf-dump-search-hidden\b/.test(search.className); if ((114 === e.keyCode && !isSearchActive) || (isCtrlKey(e) && 70 === e.keyCode)) { /* F3 or CMD/CTRL + F */ if (70 === e.keyCode && document.activeElement === searchInput) { /* * If CMD/CTRL + F is hit while having focus on search input, * the user probably meant to trigger browser search instead. * Let the browser execute its behavior: */ return; } e.preventDefault(); search.className = search.className.replace(/\bsf-dump-search-hidden\b/, ''); searchInput.focus(); } else if (isSearchActive) { if (27 === e.keyCode) { /* ESC key */ search.className += ' sf-dump-search-hidden'; e.preventDefault(); resetHighlightedNodes(root); searchInput.value = ''; } else if ( (isCtrlKey(e) && 71 === e.keyCode) /* CMD/CTRL + G */ || 13 === e.keyCode /* Enter */ || 114 === e.keyCode /* F3 */ ) { e.preventDefault(); e.shiftKey ? state.previous() : state.next(); collapseAll(root); showCurrent(state); } } }); } if (0 >= options.maxStringLength) { return; } try { elt = root.querySelectorAll('.sf-dump-str'); len = elt.length; i = 0; t = []; while (i < len) t.push(elt[i++]); len = t.length; for (i = 0; i < len; ++i) { elt = t[i]; s = elt.innerText || elt.textContent; x = s.length - options.maxStringLength; if (0 < x) { h = elt.innerHTML; elt[elt.innerText ? 'innerText' : 'textContent'] = s.substring(0, options.maxStringLength); elt.className += ' sf-dump-str-collapse'; elt.innerHTML = ''+h+' ◀'+ ''+elt.innerHTML+' ▶'; } } } catch (e) { } }; })(document);
"select * from `assets` where `assets`.`id` = ? limit 1" // app/Providers/AppServiceProvider.php:34
"select * from `pages_banner` inner join `_rel_pages_banner_tree` on `_rel_pages_banner_tree`.`pages_banner_id` = `pages_banner`.`id` where `_rel_pages_banner_tree`.`sectionable_id` = ? and `sectionable_type` = ? and `position` = ? order by `_rel_pages_banner_tree`.`prio` asc, `prio` asc" // app/Providers/AppServiceProvider.php:34
"select * from `tree` where `tree`.`id` = ? and `tree`.`id` is not null limit 1" // app/Providers/AppServiceProvider.php:34
"select * from `pages_banner` inner join `_rel_pages_banner_tree` on `_rel_pages_banner_tree`.`pages_banner_id` = `pages_banner`.`id` where `_rel_pages_banner_tree`.`sectionable_id` = ? and `sectionable_type` = ? and `position` = ? order by `_rel_pages_banner_tree`.`prio` asc, `prio` asc" // app/Providers/AppServiceProvider.php:34
"select `tag`.*, `taggables`.`taggable_id` as `pivot_taggable_id`, `taggables`.`tag_id` as `pivot_tag_id`, `taggables`.`taggable_type` as `pivot_taggable_type`, `taggables`.`taggable_group` as `pivot_taggable_group` from `tag` inner join `taggables` on `tag`.`id` = `taggables`.`tag_id` where `taggables`.`taggable_id` = ? and `taggables`.`taggable_type` = ? order by `taggable_group` asc, `tag`.`prio` asc" // app/Providers/AppServiceProvider.php:34
"select * from `contentlist_translation` where `contentlist_translation`.`contentlist_id` = ? and `contentlist_translation`.`contentlist_id` is not null" // app/Providers/AppServiceProvider.php:34
"select * from `assets` where `assets`.`id` = ? limit 1" // app/Providers/AppServiceProvider.php:34
"select * from `assets` where `assets`.`id` = ? limit 1" // app/Providers/AppServiceProvider.php:34
"select * from `assets` where `assets`.`id` = ? limit 1" // app/Providers/AppServiceProvider.php:34
"select * from `assets` where `assets`.`id` = ? limit 1" // app/Providers/AppServiceProvider.php:34
"select * from `assets` where `assets`.`id` = ? limit 1" // app/Providers/AppServiceProvider.php:34
"select * from `assets` where `assets`.`id` = ? limit 1" // app/Providers/AppServiceProvider.php:34
"select * from `assets` where `assets`.`id` = ? limit 1" // app/Providers/AppServiceProvider.php:34
"select * from `assets` where `assets`.`id` = ? limit 1" // app/Providers/AppServiceProvider.php:34
"select * from `tag_translation` where `tag_translation`.`tag_id` = ? and `tag_translation`.`tag_id` is not null" // app/Providers/AppServiceProvider.php:34
LT-6017ES
"select * from `tag_translation` where `tag_translation`.`tag_id` = ? and `tag_translation`.`tag_id` is not null" // app/Providers/AppServiceProvider.php:34
Sierhekwerken, poorten en balustrades vragen om precisie en esthetiek. De buislaser levert perfecte sneden zonder bramen.
Titel boven filters - Klantverhalen
"select * from `tag_translation` where `tag_translation`.`tag_id` = ? and `tag_translation`.`tag_id` is not null" // app/Providers/AppServiceProvider.php:34
Hekwerk & Frames
"select * from `tag_translation` where `tag_translation`.`tag_id` = ? and `tag_translation`.`tag_id` is not null" // app/Providers/AppServiceProvider.php:34
"select * from `pages_banner` inner join `_rel_pages_banner_tree` on `_rel_pages_banner_tree`.`pages_banner_id` = `pages_banner`.`id` where `_rel_pages_banner_tree`.`sectionable_id` = ? and `sectionable_type` = ? and `position` = ? order by `_rel_pages_banner_tree`.`prio` asc, `prio` asc" // app/Providers/AppServiceProvider.php:34
"select `assets`.*, `assetables`.`assetable_id` as `pivot_assetable_id`, `assetables`.`asset_id` as `pivot_asset_id`, `assetables`.`assetable_type` as `pivot_assetable_type`, `assetables`.`prio` as `pivot_prio`, `assetables`.`assetable_group` as `pivot_assetable_group` from `assets` inner join `assetables` on `assets`.`id` = `assetables`.`asset_id` where `assetables`.`assetable_id` in (17, 18) and `assetables`.`assetable_type` = ? order by `assetables`.`prio` asc" // app/Providers/AppServiceProvider.php:34
"select * from `pages_banner_row` where (`online` = ?) and `pages_banner_row`.`pages_banner_id` in (17, 18) order by `prio` asc" // app/Providers/AppServiceProvider.php:34
"select `assets`.*, `assetables`.`assetable_id` as `pivot_assetable_id`, `assetables`.`asset_id` as `pivot_asset_id`, `assetables`.`assetable_type` as `pivot_assetable_type`, `assetables`.`prio` as `pivot_prio`, `assetables`.`assetable_group` as `pivot_assetable_group` from `assets` inner join `assetables` on `assets`.`id` = `assetables`.`asset_id` where `assetables`.`assetable_id` in (43, 44, 45, 46) and `assetables`.`assetable_type` = ? order by `assetables`.`prio` asc" // app/Providers/AppServiceProvider.php:34
"select * from `form` where `short_code` != ? and `site_id` = ?" // app/Providers/AppServiceProvider.php:34
De uitdaging
De Jong Metaal groeide snel, maar liep tegen grenzen aan. “We waren volledig afhankelijk van loonsnijders,” vertelt Jan. “Levertijden van 2-3 weken waren normaal, en bij drukte liep dat op tot 5 weken. Klanten begonnen te klagen en we verloren opdrachten.”
De oplossing
Na een bezoek aan de Lumixz werkplaats in Barneveld was Jan overtuigd. “Theo nam uitgebreid de tijd om onze situatie te begrijpen. Hij adviseerde de LT-6017ES vanwege onze mix van sierhekwerk en zwaardere poortconstructies. De grotere buiscapaciteit en automatische belading waren precies wat we nodig hadden.”
De implementatie
De installatie verliep soepel. “Binnen een week stond de machine en na de training van twee operators waren we operationeel. De eerste maand was even wennen, maar Lumixz stond altijd klaar met support. Nu, twee jaar later, kunnen we niet meer zonder.”
Blik op de toekomst
Jan kijkt vooruit: “We overwegen nu een tweede machine aan te schaffen. De vraag groeit en we willen niet terug naar de situatie van vroeger. Lumixz heeft ons bedrijf naar een hoger niveau getild.”
"select * from `assets` where `assets`.`id` = ? limit 1" // app/Providers/AppServiceProvider.php:34
"select * from `assets` where `assets`.`id` = ? limit 1" // app/Providers/AppServiceProvider.php:34
"select * from `assets` where `assets`.`id` = ? limit 1" // app/Providers/AppServiceProvider.php:34
"select * from `assets` where `assets`.`id` = ? limit 1" // app/Providers/AppServiceProvider.php:34
"select * from `assets` where `assets`.`id` = ? limit 1" // app/Providers/AppServiceProvider.php:34
"select * from `assets` where `assets`.`id` = ? limit 1" // app/Providers/AppServiceProvider.php:34
Behaalde resulaten
Aspect
Voorheen
Nu
Verbetering
Levertijd
2-3 weken
3-5 dagen
Verbeterd
Productiekosten
€45/uur extern
€18/uur intern
Verbeterd
Capaciteit
40 projecten/maand
40 projecten/maand
Verbeterd
Kwaliteit
Wisselend
Consistent hoog
Verbeterd
Gebruikte Machine
"select * from `product` where `product`.`online` = ? and exists (select * from `product_translation` where `product`.`id` = `product_translation`.`product_id` and `language_online` = ? and `language_code` = ?) and `id` in (?) and `site_id` = ? order by FIELD(id, 7)" // app/Providers/AppServiceProvider.php:34
"select `assets`.*, `product_image`.`product_id` as `pivot_product_id`, `product_image`.`image_id` as `pivot_image_id`, `product_image`.`prio` as `pivot_prio` from `assets` inner join `product_image` on `assets`.`id` = `product_image`.`image_id` where `product_image`.`product_id` in (7) order by `prio` asc" // app/Providers/AppServiceProvider.php:34
"select * from `product_translation` where `product_translation`.`product_id` in (7)" // app/Providers/AppServiceProvider.php:34
"select * from `assets` where `assets`.`id` in (?)" // app/Providers/AppServiceProvider.php:34
"select `product_metadata`.*, `_rel_product_metadata`.`product_id` as `pivot_product_id`, `_rel_product_metadata`.`product_metadata_id` as `pivot_product_metadata_id` from `product_metadata` inner join `_rel_product_metadata` on `product_metadata`.`id` = `_rel_product_metadata`.`product_metadata_id` left join `tree` on `tree`.`id` = `product_metadata`.`tree_id` where `_rel_product_metadata`.`product_id` in (7) order by `tree`.`prio` asc, `product_metadata`.`prio` asc" // app/Providers/AppServiceProvider.php:34
"select * from `tree` where `tree`.`id` in (240) and `type` = ?" // app/Providers/AppServiceProvider.php:34
"select * from `product_metadata_translation` where `product_metadata_translation`.`product_metadata_id` in (3, 6)" // app/Providers/AppServiceProvider.php:34
"select * from `_rel_page_item` where exists (select * from `tree` where `_rel_page_item`.`tree_id` = `tree`.`id`) and `_rel_page_item`.`item_id` in (7) and `_rel_page_item`.`tree_type` = ?" // app/Providers/AppServiceProvider.php:34
"select * from `tree` where `tree`.`id` in (239)" // app/Providers/AppServiceProvider.php:34
"select * from `tree` where `tree`.`id` in (?)" // app/Providers/AppServiceProvider.php:34
"select * from `product_vat_options` where `product_vat_options`.`id` in (1)" // app/Providers/AppServiceProvider.php:34
"select * from `_rel_product_property` where exists (select * from `product_property` where `_rel_product_property`.`product_property_id` = `product_property`.`id` and exists (select * from `tree` where `product_property`.`tree_id` = `tree`.`id` and `tree`.`online` = ? and `type` = ?)) and exists (select * from `product_property` where `_rel_product_property`.`product_property_id` = `product_property`.`id` and `product_property`.`online` = ?) and exists (select * from `_rel_product_property_translation` where `_rel_product_property`.`id` = `_rel_product_property_translation`.`rel_id` and `value` != ? and (`language_code` = ?)) and `_rel_product_property`.`product_id` in (7)" // app/Providers/AppServiceProvider.php:34
"select * from `_rel_product_property_translation` where (`language_code` = ?) and `_rel_product_property_translation`.`rel_id` in (68, 69)" // app/Providers/AppServiceProvider.php:34
"select * from `_rel_product_property_translation` where `_rel_product_property_translation`.`rel_id` in (68, 69)" // app/Providers/AppServiceProvider.php:34
"select * from `product_property` where `product_property`.`id` in (7, 8)" // app/Providers/AppServiceProvider.php:34
De allrounder voor professionele metaalbewerkers. Meer vermogen, grotere buisdiameters en hogere snelheid.
"select * from `_rel_product_property_translation` where `_rel_product_property_translation`.`rel_id` = ? and `_rel_product_property_translation`.`rel_id` is not null and `language_code` = ? limit 1" // app/Providers/AppServiceProvider.php:34
"select * from `_rel_product_property_translation` where `_rel_product_property_translation`.`rel_id` = ? and `_rel_product_property_translation`.`rel_id` is not null and `language_code` = ? limit 1" // app/Providers/AppServiceProvider.php:34
L 4000x2000mm
6.000W
"select * from `product_prices` where `product_id` = ? and `online` = ? and ((`valid_from` <= ? and `valid_till` >= ?) or (`valid_from` is null and `valid_till` is null) or (`valid_from` <= ? and `valid_till` is null)) and (`tree_id` = ? or `tree_id` is null or `tree_id` = ?) and (`user_group_id` is null or `user_group_id` = ?) and ((`min_amount` <= ? and `max_amount` >= ?) or (`min_amount` = ? or `max_amount` = ?)) order by `prio` asc limit 1" // app/Providers/AppServiceProvider.php:34
"select * from `pages_banner` inner join `_rel_pages_banner_tree` on `_rel_pages_banner_tree`.`pages_banner_id` = `pages_banner`.`id` where `_rel_pages_banner_tree`.`sectionable_id` = ? and `sectionable_type` = ? and `position` = ? order by `_rel_pages_banner_tree`.`prio` asc, `prio` asc" // app/Providers/AppServiceProvider.php:34