Performance drop in v0.40.3 (hugo server)

I`m trying to understand what is the reason of such significant performance loss after update to v0.40.3

hugo server results:

v0.40.2 Total in 4670 ms
v0.40.3 Total in 105123 ms
v0.41 Total in 100875 ms

  Pages            | 4036
  Paginator pages  |  560
  Non-page files   |    3
  Static files     |   36
  Processed images |    0
  Aliases          |  632
  Sitemaps         |    1
  Cleaned          |    0

Didn’t find anything specific in release comments. Where should i look for to fix this issue?

I had to introduce a timeout setting in Hugo 0.40.3 to bail out of potential cyclic behaviour. I suggest you run “hugo -v” and see if there are any warnings related to this.

2 Likes

There are only i18n warns and a lot of alias INFOs:

WARN 2018/06/18 11:16:35 No translation bundle found for default language "en"
WARN 2018/06/18 11:16:35 Translation func for language en not found, use default.
WARN 2018/06/18 11:16:35 i18n not initialized, check that you have language file (in i18n) that matches the site language or the default language.


INFO 2018/06/18 11:16:36 found taxonomies: map[string]string{"family":"family", "tag":"tag", "weapon":"weapon", "rarity":"rarity", "sticker":"sticker"}
INFO 2018/06/18 11:16:36 Alias "\weapon\ak-47\page\1\index.html" translated to "weapon\ak-47\page\1\index.html"
INFO 2018/06/18 11:16:36 Alias "\family\abyss\page\1\index.html" translated to "family\abyss\page\1\index.html"
INFO 2018/06/18 11:16:36 Alias "\family\acid-fade\page\1\index.html" translated to "family\acid-fade\page\1\index.html"
INFO 2018/06/18 11:16:36 Alias "\family\aerial\page\1\index.html" translated to "family\aerial\page\1\index.html"
INFO 2018/06/18 11:16:36 Alias "\family\airlock\page\1\index.html" translated to "family\airlock\page\1\index.html"
INFO 2018/06/18 11:16:36 Alias "\family\afterimage\page\1\index.html" translated to "family\afterimage\page\1\index.html"
INFO 2018/06/18 11:16:36 Alias "\family\akoben\page\1\index.html" translated to "family\akoben\page\1\index.html"

And there are couple hundreds more of this kind of INFO messages

Then I cannot help you without seeing the full source.