diff options
author | Joey Hess <joey@kitenet.net> | 2010-07-07 13:57:34 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-07-07 13:57:34 -0400 |
commit | b1f7aac8ec81490415d487b7db09d03675a7890b (patch) | |
tree | e1eb4bca11ec719b45e7bcda4501ea99b70b7c45 /doc/forum | |
parent | ee279518878fc3225f138d06a16406b418858b2e (diff) |
response
Diffstat (limited to 'doc/forum')
-rw-r--r-- | doc/forum/recentchanges_dir_should_be_under_control_of_RCS__63__.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/forum/recentchanges_dir_should_be_under_control_of_RCS__63__.mdwn b/doc/forum/recentchanges_dir_should_be_under_control_of_RCS__63__.mdwn index b58c2c28e..c49baca3e 100644 --- a/doc/forum/recentchanges_dir_should_be_under_control_of_RCS__63__.mdwn +++ b/doc/forum/recentchanges_dir_should_be_under_control_of_RCS__63__.mdwn @@ -78,3 +78,15 @@ Pawel >> >> I believe it's the time I have to wait to see that my wiki page has been rebuilt. >> Do you have any idea how to find a reason of that delay? --[[Paweł|ptecza]] + +>>> Well, I hope that your svn post-commit hook is not running your +>>> `rebuild-pages.sh`. That script rebuilds everything, rather than just +>>> refreshing what's been changed. +>>> +>>> Using subversion is not asking for speed. Especially if your svn +>>> repository is on a remote host. You might try disabling +>>> recentchanges and see if that speeds up the refreshes (it will avoid +>>> one `svn log`). +>>> +>>> Otherwise, take a look at [[tips/optimising_ikiwiki]] +>>> for some advice on things that can make ikiwiki run slowly. --[[Joey]] |