You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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.The text was updated successfully, but these errors were encountered: