-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nspages plugin long load time #100
Comments
Hi,
Thanks for this bug report.That's a behavior I've never heard of yet.
Wwhich options of the plugin you're using, and how many pages or
subnamespaces it returns.
Le lun. 22 avr. 2019 à 06:54, rogerjames1994 <[email protected]> a
écrit :
… When I use the nspage plugin, it takes 25 to 30 seconds before the page
will load. If I disable this plugin and use a other plugin to list the
documents in a name space it is 4 to 5 seconds to load. But when I use
nspage plugin it seems to take a very long time to load the page. I am
running 2018-04-22 "Greebo" and running windows 2016 Server with IIS. Php
7.1.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#100>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AACLK6IZAZ5FW6OZNKN6F5DPRVAIXANCNFSM4HHNMPXQ>
.
|
There is about 300 or so documents, and have about 9 namespaces and 3 namespaces in each of them. There is maybe 100 in one of the namespace and the rest is spread out between the namespaces. It started out fine but then it just got horrible slow, thought maybe it was just because of all the documents but I have tried other list plugins and they load 4 to 5 seconds but they don’t have the layout that nspages has with the 3 columns. The other plugin only has 1 columns. I am using the exclude the start page, natural order. I think that is it, I can check when I got to work tonight to verify.
Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10
________________________________
From: Guillaume Turri <[email protected]>
Sent: Monday, April 22, 2019 2:54:13 AM
To: gturri/nspages
Cc: rogerjames1994; Author
Subject: Re: [gturri/nspages] nspages plugin long load time (#100)
Hi,
Thanks for this bug report.That's a behavior I've never heard of yet.
Wwhich options of the plugin you're using, and how many pages or
subnamespaces it returns.
Le lun. 22 avr. 2019 à 06:54, rogerjames1994 <[email protected]> a
écrit :
When I use the nspage plugin, it takes 25 to 30 seconds before the page
will load. If I disable this plugin and use a other plugin to list the
documents in a name space it is 4 to 5 seconds to load. But when I use
nspage plugin it seems to take a very long time to load the page. I am
running 2018-04-22 "Greebo" and running windows 2016 Server with IIS. Php
7.1.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#100>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AACLK6IZAZ5FW6OZNKN6F5DPRVAIXANCNFSM4HHNMPXQ>
.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#100 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AL4LMVM6LPLEQU2U5BTW7K3PRVVKLANCNFSM4HHNMPXQ>.
|
By default the plugin deactivate Dokuwiki cache (in order to make sure new
or deleted pages are taken into account quickly). You may try to reactivate
it. To do that:
* go to http://
<your_wiki_url>/doku.php?id=start&do=admin&page=config#plugin____nspages____plugin_settings_name
* uncheck the box near "Disable the cache"
Please let me know whether it fixes the slowness you're experiencing.
|
I did this and refresh the screen then went to one of the Namespaces and seems to be a little fast with still a little bit of a lag which is about 10 to 15 seconds compared to before which was 30 to 40 seconds before the page opens. I looked to see what I have for the plugin in the page which is <nspages -naturalOrder -exclude:start -textPages=""> It worked great when we first got the plugin loved it. But then after we started uploading all of these documents it just got extremely slow. When I click on the namespace you can see from the screen shot below, the circle and it hangs there before it was 30 to 40 seconds after disable the cache it is 10 to 15 seconds. Let me know if there is any thing else I can try or do. Thanks for your fast response and help.
[cid:6ce1d1a8-ac29-4e85-bd6a-b5ff360cbb07]
…________________________________
From: Guillaume Turri <[email protected]>
Sent: Monday, April 22, 2019 9:34 AM
To: gturri/nspages
Cc: rogerjames1994; Author
Subject: Re: [gturri/nspages] nspages plugin long load time (#100)
By default the plugin deactivate Dokuwiki cache (in order to make sure new
or deleted pages are taken into account quickly). You may try to reactivate
it. To do that:
* go to http://
<your_wiki_url>/doku.php?id=start&do=admin&page=config#plugin____nspages____plugin_settings_name
* uncheck the box near "Disable the cache"
Please let me know whether it fixes the slowness you're experiencing.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#100 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AL4LMVK772INCVBEUQY2RBLPRXEGDANCNFSM4HHNMPXQ>.
|
Thanks for this feedback.
That's a bit weird: I though that with Dokuwiki cache, the plugin code
would have been totaly by-passed, hence leading to good performances. I
guess I'll have to have a closer look at how it works.
One question: if it's a public wiki, could you provide the url so I could
observe this behavior directly?
Le mar. 23 avr. 2019 à 06:32, rogerjames1994 <[email protected]> a
écrit :
… I did this and refresh the screen then went to one of the Namespaces and
seems to be a little fast with still a little bit of a lag which is about
10 to 15 seconds compared to before which was 30 to 40 seconds before the
page opens. I looked to see what I have for the plugin in the page which is
<nspages -naturalOrder -exclude:start -textPages=""> It worked great when
we first got the plugin loved it. But then after we started uploading all
of these documents it just got extremely slow. When I click on the
namespace you can see from the screen shot below, the circle and it hangs
there before it was 30 to 40 seconds after disable the cache it is 10 to 15
seconds. Let me know if there is any thing else I can try or do. Thanks for
your fast response and help.
[cid:6ce1d1a8-ac29-4e85-bd6a-b5ff360cbb07]
________________________________
From: Guillaume Turri ***@***.***>
Sent: Monday, April 22, 2019 9:34 AM
To: gturri/nspages
Cc: rogerjames1994; Author
Subject: Re: [gturri/nspages] nspages plugin long load time (#100)
By default the plugin deactivate Dokuwiki cache (in order to make sure new
or deleted pages are taken into account quickly). You may try to reactivate
it. To do that:
* go to http://
<your_wiki_url>/doku.php?id=start&do=admin&page=config#plugin____nspages____plugin_settings_name
* uncheck the box near "Disable the cache"
Please let me know whether it fixes the slowness you're experiencing.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<
#100 (comment)>, or
mute the thread<
https://github.com/notifications/unsubscribe-auth/AL4LMVK772INCVBEUQY2RBLPRXEGDANCNFSM4HHNMPXQ
>.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#100 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AACLK6IOCFU7OPY73TSTXTDPR2GNNANCNFSM4HHNMPXQ>
.
|
According to the doc of the cache (https://www.dokuwiki.org/devel:caching?s[]=cache#two-stage-caching ) the rendered xhtml should be cached, so my understanding is that no matters what the plugin does, it shouldn't be able to slow down your wiki. |
So, there is stuff in them. I even tried to delete that stuff and did not seem to make that much of a difference. Any other ideals what could be wrong or try? It is a little faster 15 seconds which guess is better then 30 seconds. Let me know please. Thanks.
From: Guillaume Turri <[email protected]>
Sent: Tuesday, April 23, 2019 2:17 PM
To: gturri/nspages
Cc: rogerjames1994; Author
Subject: Re: [gturri/nspages] nspages plugin long load time (#100)
According to the doc of the cache (https://www.dokuwiki.org/devel:caching?s[]=cache#two-stage-caching<https://www.dokuwiki.org/devel:caching?s%5B%5D=cache#two-stage-caching> ) the rendered xhtml should be cached, so my understanding is that no matters what the plugin does, it shouldn't be able to slow down your wiki.
You might want to have a look at the content of your cache (in data/cache/* ) to check if the page is actually cached.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#100 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AL4LMVJ5B3BUQYVMKYOQIR3PR5OERANCNFSM4HHNMPXQ>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I use the nspage plugin, it takes 25 to 30 seconds before the page will load. If I disable this plugin and use a other plugin to list the documents in a name space it is 4 to 5 seconds to load. But when I use nspage plugin it seems to take a very long time to load the page. I am running 2018-04-22 "Greebo" and running windows 2016 Server with IIS. Php 7.1.
The text was updated successfully, but these errors were encountered: