dokufreaks / plugin-discussion

Add a comments section to DokuWiki pages
https://www.dokuwiki.org/plugin:discussion
GNU General Public License v2.0
35 stars 26 forks source link

TTFB 10s on new comments #309

Open adrianschneider94 opened 3 years ago

adrianschneider94 commented 3 years ago

Hi,

I've just installed the discussion plugin in my dokuwiki (Release 2018-04-22c "Greebo"). However, when I add a new comment, it takes 10s to complete the request. I guess there is some network call or something similar that has a timeout of 10s and only after that the response is generated. When I modify or delete a comment, there is no delay.

I couldn't find anythin in the source code so far, do you have an idea where the problem is?

I'm using a custom authentication plugin with mod_auth_oidc, maybe this is the root.

Best wishes, Adrian Schneider

Klap-in commented 1 year ago

Is this still happening with the latest version of DokuWiki and the discussion plugin? What happens if you switch temporary to the authplain plugin, do you have then the same timings issue?