Muhammad
Forum Replies Created
-
Hi @borgstijn,
Thanks for confirming and sharing the link!
We’ve tested the page on desktop, and it loads instantly on our end as well. Since the issue only affects certain users, it could be related to their device, browser, or network—especially on mobile.
Actually, your page loading speed depends on many factors, including:
- The size of files embedded on the page (like images, videos, or Elementor widgets)
- Your server or hosting performance
Configuring caching can help improve performance to some extent, but it won’t resolve all speed issues.
That said, we generally recommend not caching protected pages, as doing so increases the risk of exposing private content to unauthorized users.
Could you please ask one of the affected users to try:
- Opening the page in incognito mode
- Using a different browser
- Switching between Wi-Fi and mobile data
Let us know what they find and we’ll continue to help!
Forum: Reviews
In reply to: [Prevent Direct Access - Protect WordPress Files] Avoid free versionHi @simonp303,
We’re sorry to hear about the trouble you encountered using our plugin with NGINX.
Prevent Direct Access (PDA) Gold is fully compatible with NGINX servers, but it does require additional configuration. We’ve outlined the necessary steps in our documentation here: https://preventdirectaccess.com/docs/nginx-support/
Regarding the issue with Editor users seeing 404 errors, this usually happens due to permission settings or caching conflicts or maybe our .htaccess rules aren’t inserted correctly. We’d be more than happy to help you resolve this if you could reach out to us via our support form.
We appreciate your feedback and hope we can turn this experience around for you.
Hi @borgstijn,
Thanks for using PPWP and sharing the details!
We understand how frustrating it is when protected pages load slowly for some users. Since you’re already using WP Rocket, we recommend double-checking that your protected pages are excluded from caching. PPWP needs to verify access dynamically, and full-page caching might interfere with that process.
Also, if the pages include heavy Elementor content (like sliders or large images), that can slow things down—especially on mobile devices. It might help to test the same page in an incognito window or different browser to rule out any browser-specific issues.
If possible, feel free to share a link to one of the affected pages (you can leave out the password), and we’ll take a closer look.
Forum: Plugins
In reply to: [PPWP - Password Protect Pages] After 2 years, plugin just stopped workingHi @andywork01,
Thanks for the follow-up. A 4–6 second delay definitely isn’t expected behavior, and we’d like to get to the bottom of it.
Since this wasn’t reported by other users after the 1.9.9 update, it may be related to a specific setup or plugin conflict on your site. To help us investigate further, could you please let us know:
- Are there any caching, security, or optimization plugins active on your site?
- Does the delay happen on all protected pages, or just certain ones?
Once we have more context, we’ll be able to better assist and work toward a solution.
Looking forward to your reply!
Forum: Plugins
In reply to: [PPWP - Password Protect Pages] After 2 years, plugin just stopped workingHi @andywork01,
Thanks for your feedback. Please note that the issue has been fixed in version 1.9.9 for other users.
It’s possible that the problem you’re seeing is related to caching or a conflict with another plugin. Could you please try clearing your site and browser cache, and temporarily disabling any caching/optimization plugins to test?
If the issue persists, feel free to share a link to a sample protected page, and we’ll be happy to take a closer look.
Thanks again for your cooperation!
Forum: Plugins
In reply to: [PPWP - Password Protect Pages] After 2 years, plugin just stopped workingWe’re glad that worked @scratchy101
We’ll follow up here once the fix is ready. Thanks for your patience and support in the meantime!
Forum: Plugins
In reply to: [PPWP - Password Protect Pages] After 2 years, plugin just stopped workingHi @scratchy101,
It is a known issue and we’re actively working on a new plugin update to fully resolve the issue and will let you know as soon as it’s ready.
You can use this workaround temporarily as we suggested to other users above and it worked for them.
Add the following code snippet to your
functions.phpfile or use the Code Snippets plugin: (After adding this code, please turn off “Unlock Protected Content without Page Refresh.” to check if it fix the issue)function disable_ppw_md5_check( $check ) {
return false;
}
add_filter( 'ppw_check_md5_format', 'disable_ppw_md5_check' );Let us know if it works.
Forum: Plugins
In reply to: [PPWP - Password Protect Pages] After 2 years, plugin just stopped workingHi @kunstwirt,
Thanks so much for trying the workaround and sharing your experience.
You’re right — the temporary fix isn’t perfect and may cause side effects like the repeated login prompt and unexpected spacing on protected pages. I’ve passed your feedback along to our dev team to help guide the final fix.
We’re actively working on a new plugin update to fully resolve the issue and will let you know as soon as it’s ready. Really appreciate your patience and support in the meantim
Thank you for sharing the details with us via email.
We’ve received them and will review everything shortly. We’ll get back to you as soon as we have an update.