Hi devs, I figured this one out from earlier in the month; /nifi-docs/css/component-usage.css has a hard-coded import from https://fonts.googleapis.com/ which of course cannot work on an offline system. This causes 30+ seconds of waiting for DNS to not resolve the Internet host before the page renders.
There might be other similar issues throughout the code, I haven't grepped it yet. Kind regards, Matt
