BlogMore generates my site (1,000 posts) in less than 10 seconds but I was idly wondering what the incremental cost of the additional functionality davep has been busy adding recently.

The baseline run was with all optional features disabled. The tests were executed on Linux and the elapsed time was obtained from the time command. Each test was executed three times and the average elapsed time used.

with_search: false
with_sitemap: false
with_stats: false
with_read_time: false
with_graph: false
with_backlinks: false
invite_comments: false
RunElapsed (secs)
Baseline8.546
Search enabled8.749
Sitemap enabled8.869
Stats enabled9.140
Read time enabled9.843
Graph enabled11.406
Backlinks enabled12.785
Comments enabled12.827

Unsurprisingly perhaps, the generation of backlinks and computing the graph are the most expensive elements but still perfectly acceptable.