Florian Quèze

Results 44 comments of Florian Quèze

@gregtatum is there anything left to do from what was described here?

> Hmm. I’m not opposed to this one! I do think the new `transformOnRequest` feature with `eleventy-img` may have rendered the performance gains here irrelevant though—but it could perhaps be...

Running the benchmark a second time gives me: ``` eleventy-benchmark % ./bench.sh --------------------------------------------------------- Eleventy Benchmark (Node v18.19.1, 5000 templates each) --------------------------------------------------------- Eleventy 3.0.0-alpha.10 --------------------------------------------------------- .md: ... 3 runs: * Median:...

> Happy to merge improvements to the script! I guess if I wanted to make improvements, I would make the script output profiles using https://www.npmjs.com/package/11ty-fx-profiler to make it possible to...

This seems to be one of the key questions on which we are asking UX input.

I see the "ran out of buffer space" case often when capturing long profiles. It happens because some long markers are recorded with a duration when they end, so they...

Could be if we rephrase the title so that it's not just about markers. This would be very useful in the call tree.

In the call tree, yes. But like you point out, I clearly didn't think this through :-/. The typical case I had in mind where I saw engineers getting confused...

Just to verify if I understand the suggestion correctly, you would like to set the marker names to eg. GC1$$GC start GC2$$GC pause GC3$$GC end And have the profiler sort...

I never really noticed that link, but I think it's rarely useful. I think the most common use cases are to load a profile directly from the browser, or to...