• Hi,

    I’m using the wp-members plugin to block posts for registered users only. Registration is handled by another plugin.

    If you look at https://www.zelfmagazine.nl/ you’ll notice it takes ± 60seconds to open a post link from the homepage (“willen we…armoede”). If I disable the plugin, the post opens in <1sec as it is supposed to do.

    If I wait the 60sec, the post wil load en show (with the message to login). If I then want to view another post (while not logged in) it will load quick. Cookie related?

    Any tips on how to solve this?

    thanks, Steve

    • This topic was modified 9 years, 4 months ago by steve1970.
Viewing 1 replies (of 1 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    Not sure what to tell you on this one. Clearly there is an issue, but I’m not sure I can tell what that is based on the information provided.

    What I can tell you is that this would be unusual. The plugin is widely used and I don’t generally hear of performance related issues. And I run it on my own high traffic site (without the benefit of cacheing) and have not experienced anything of that nature.

    I can answer the question that it’s probably not cookie related. The plugin is only interested in cookies when validating if the user is logged in (and then it’s actually WP using the is_user_logged_in() function).

    My primary guess would be that something along the line is timing out and since you’re not indicating that it’s failing but rather that it’s just taking a long time, if some function is timing out it wouldn’t be something that is needed for the primary functions. One possibility of that could be a missing file or something similar. I would suggest removing the plugin and doing a reinstall just to make sure everything is there. I would suggest doing that by downloading the zip rather than loading it directly from ww.wp.xz.cn through the admin. Download the zip then upload the files to make sure you’ve got everything that is supposed to be there.

Viewing 1 replies (of 1 total)

The topic ‘Long delay (60sec) opening a protected post’ is closed to new replies.