From 8821ba3a590ac25299f17c164f7d0755c5ea97e4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 23 Oct 2008 14:08:45 -0400 Subject: Optimise the no-op post-commit hook in the web edit case by skipping loading plugins. (Particularly a win when using external plugins.) --- ikiwiki.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ikiwiki.in') diff --git a/ikiwiki.in b/ikiwiki.in index 4f24cfc2e..fd21b4911 100755 --- a/ikiwiki.in +++ b/ikiwiki.in @@ -118,6 +118,12 @@ sub getconfig () { #{{{ error("WRAPPED_OPTIONS: $@"); } delete $ENV{WRAPPED_OPTIONS}; + + # optimisation for no-op post_commit + if ($config{post_commit} && ! commit_hook_enabled()) { + exit 0; + } + loadplugins(); checkconfig(); } -- cgit v1.2.3