Michaël Gallego

Results 110 comments of Michaël Gallego

Hi, I have a similar issue that I'm not able to solve (only on Gulp 4, Gulp 3 works correctly). My use case is pretty similar: I have one watcher...

Adding on that, JS seems to always have used present tense (input events: change, blur), page events (pagehide), window events (resize)... would it be more sense to replace "snapchange" by...

While trying this tool to try to optimize our themes (started with our theme Warehouse), I figured out that actually, a lot of time was spent on... the header! It...

Thanks for confirming! linklist was indeed my biggest surprise, I really didn't expect this to be an actual bottleneck in our theme's code. I suppose that we cannot do anything...

Another two big bottleneck of our theme @wizardlyhel: * On our theme Warehouse, the collection page uses advanced filters (https://warehouse-theme-metal.myshopify.com/collections/all). Those are build by parsing tags (that must follow a...

Another very odd thing I have found: getting the product.price has a super big impact on performance. I have tried to set up a collection with several products all containing...

Hi @PaulNewton , Thank you for your replies. 1) Of course, as a theme developer, neither the approach of hardcoding the menu nor loading it in Ajax for SEO reasons...

Hi :). I have a bit of a problem with the package.json approach for specifying config. We are working at two people, and each of us have their own development...

I don't think this really help. For instance in my use case I have a simple NPM script in the package.json, that I run like `npm run-script run`. This one...

Thanks a lot :)