<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p>I loaded the help pages. With the server running in debug mode,
part of the log output is this when I click on those two links:</p>
<blockquote><font size="2" face="Courier New">2022-08-23 <b>15:42:33</b>,524
INFO moin.signalling.log:19 item MyMoinMoin:help-en/Home
displayed<br>
2022-08-23 <b>15:42:42</b>,744 INFO werkzeug:113 127.0.0.1
"←[37mGET /help-en/Home HTTP/1.1←[0m" 200 -<br>
2022-08-23 15:42:43,312 INFO werkzeug:113 127.0.0.1 "←[37mGET
/+get/+f9f0caf384f048aead91c7d4bf69dc96/help-common/logo.png
HTTP/1.1←[0m" 200 -<br>
2022-08-23 <b>15:42:53</b>,297 INFO werkzeug:113 127.0.0.1
"←[37mGET /+index/help-en HTTP/1.1←[0m" 200 -<br>
</font></blockquote>
<p>2022-08-23 15:42:53,476 INFO werkzeug:113 127.0.0.1 "←[37mGET
/static/img/mime-type/moin-text.png HTTP/1.1←[0m" 200 -</p>
<p>It took nearly 9 seconds between the time when I clicked on the
first link and when it actually rendered. You can see the
difference between the two first lines. The first log entry with
the "moin.signaling.log:19" is when I clicked on it (15:42:33).
The next log entry is when it actually rendered (15:42:42). The
second link was not quite as long, but still took quite some time.</p>
<p>I don't remember using any complex macros on the old site. I did
check the plugins directory and there was one for calendar and
another one for newaccounts. Even so, they shouldn't have made a
difference when clicking on the help pages, right?</p>
<p>I have also tried using sqlite as a backend, and it didn't make a
difference.</p>
<p>Scott.<br>
</p>
<p><br>
</p>
<p><br>
</p>
<div class="moz-cite-prefix">On 8/23/2022 15:04, Ulrich B. wrote:<br>
</div>
<blockquote type="cite"
cite="mid:ad024d80-0e27-9f7f-3a05-44d795f6acbb@posteo.de">Did you
try to load the help pages? You can run
<br>
<br>
moin load-help -n en
<br>
moin load-help -n common
<br>
<br>
Opening following pages should last less than 1 second
<br>
<br>
<a class="moz-txt-link-freetext" href="http://localhost:8080/help-en/Home">http://localhost:8080/help-en/Home</a>
<br>
<a class="moz-txt-link-freetext" href="http://localhost:8080/+index/help-en">http://localhost:8080/+index/help-en</a>
<br>
<br>
Are you using a lot of macros in your wiki? Is there a difference
between simple pages without macros and complex wiki pages?
<br>
<br>
With regards,
<br>
Ulrich
<br>
_______________________________________________
<br>
moin-devel mailing list
<br>
<a class="moz-txt-link-abbreviated" href="mailto:moin-devel@python.org">moin-devel@python.org</a>
<br>
<a class="moz-txt-link-freetext" href="https://mail.python.org/mailman/listinfo/moin-devel">https://mail.python.org/mailman/listinfo/moin-devel</a>
<br>
</blockquote>
</body>
</html>