nanoc / features

Collection of feature requests
2 stars 1 forks source link

Missing metrics for site loading #39

Open denisdefreyne opened 6 years ago

denisdefreyne commented 6 years ago

Nanoc’s “Loading site data…” step might take a while, but it is not included in metrics emitted by -VV. Having metrics about the entire lifetime, rather than just compilation, would be useful; this way, we’d have more insight in where slowness is coming from.

opatry commented 2 years ago

Hi @ddfreyne I noticed this issue and I would be interested by such feature given that I'm trying to figure out where to improve my site “compilation duration“ globally.

I do quite a lot of things in preprocess, would this be part of “Loading site data…“ section?

I have quite a lot a items in content/ (+1400 items, 1000 being binary) and many more dynamically generated (from existing ones mainly done in preprocess) or by using each loop in Rules. Would this be part of “Loading site data…“ as well?