Replies: 2 comments 6 replies
-
|
That seems really excessive. My own blog has around 200 posts and if I extrapolate that to 1,000 with a linear assumption for performance it's no where close to this. Of course, system specs, memory, etc. all come into play - but even then this seems out of the expected range given past experiments I've done up to 10,000 randomly generated posts. Two things I do notice:
This all makes me wonder if there's a race condition or a leak or something - I.e. something happening under the hood in this particular case that's not directly related to generating the site. Any change this repo with the Statiq support is public in a branch or something somewhere? |
Beta Was this translation helpful? Give feedback.
-
|
I'm seeing similar perf issues. When I do |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
I'm experimenting with migrating my blog from Jekyll to Statiq.Web.
One issue I'm seeing at the moment is the time it's taking for
dotnet runto complete.. It is taking almost 30 minutes to process my blog posts.Am I doing something wrong?
My Program.cs only consists of
I also cloned in the CleanBlog theme.
Here's the output from
dotnet runBeta Was this translation helpful? Give feedback.
All reactions