Blog ... old fashioned (Page 4)

How to find DOM elements with a lot of childs?

Cover image for How to find DOM elements with a lot of childs?

When you think about the core web vitals then you will find this claim "Avoid an excessive DOM size". This is easy to say, but sometimes hard to achieve. Also the page about dom-size at web.dev gives you only some general advices. When you once had a page that is really slow, just because someone created a quantity select element with over 500 options for every product on a category page with 48 products. And then Lighthouse tells you that the DOM size should be below 12.000 elements.

Categories: JavaScript

Remix.run - SSR, nested routes, eliminate loading state

Cover image for Remix.run - SSR, nested routes, eliminate loading state

Every day a new javascrip framework :tada: But this day we have one that is the top 1 trending repository (at 2021-11-24) at github :star-struck: from the creators of the react router peps (used by over 2.8 mil.). So what has Remix to over?

What's the difference between product.repository and sales_channel.product.repository in Shopware 6?

Looks easy? :wink: But did you checked in detail the differences or you just use always the product.repository? Let's deep dive into the core files to fully understand the differences so you can decide what to use when. :blue-heart:

Categories: Shopware 6

Flow Builder, early developers overview

With the fresh new shopware 6 version 6.4.6.0 there is a new much awaited (!) feature the flow builder. In this blog post we will check the shopware 6 core how easy or hard it is to create own actions for the flow builder. To have an general idea what the flow builder can do for you, you should at least read the flow builder documention on shopware 6 docs.

Categories: Shopware 6

Magento2 Certification Notes

Notes I took before the Magento2 Certified Professional Developer Exam.

Categories: Magento 2

chmod Cheat sheet / Spickzettel

chmod Spickzettel. Kann ich mir auch nicht immer merken :-)

FAST Docker development environment with Magento2 on MacBook with High Sierra

Cover image for FAST Docker development environment with Magento2 on MacBook with High Sierra

Speed up your docker magento2 environment on mac.

Categories: Magento 2