alexwlchan / alexwlchan.net

Source code and plugins for my website, a static site built with Jekyll
https://alexwlchan.net/
MIT License
50 stars 13 forks source link

Profile the performance of `jekyll build` in CI #778

Closed alexwlchan closed 7 months ago

alexwlchan commented 7 months ago

On a recent run, the overall time was 241s, of which I spent 73s in the site build – even though it already has a warm cache and shouldn't need to be doing much. Locally the same build takes ~2s.

Where's all the time going in CI?

alexwlchan commented 7 months ago

🚀 Deployed on https://6614f67d5c080183b4c40d2d--alexwlchan.netlify.app

alexwlchan commented 7 months ago

And this time it was much faster. 😕

Oh well, if it works it works!