Title: pinoooo's Replies | WordPress.org

---

# pinoooo

  [  ](https://wordpress.org/support/users/pinoooo/)

 *   [Profile](https://wordpress.org/support/users/pinoooo/)
 *   [Topics Started](https://wordpress.org/support/users/pinoooo/topics/)
 *   [Replies Created](https://wordpress.org/support/users/pinoooo/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/pinoooo/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/pinoooo/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/pinoooo/engagements/)
 *   [Favorites](https://wordpress.org/support/users/pinoooo/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 23 total)

1 [2](https://wordpress.org/support/users/pinoooo/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/pinoooo/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Security Optimizer - The All-In-One Protection Plugin] Does Your Plugin Auto-Block Malicious IPs?](https://wordpress.org/support/topic/does-your-plugin-auto-block-malicious-ips/)
 *  [pinoooo](https://wordpress.org/support/users/pinoooo/)
 * (@pinoooo)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/does-your-plugin-auto-block-malicious-ips/#post-16717784)
 * [@generosus](https://wordpress.org/support/users/generosus/) SG blocks bad bots:
   [https://www.siteground.com/blog/95-less-bad-traffic-with-enhanced-brute-force-prevention/](https://www.siteground.com/blog/95-less-bad-traffic-with-enhanced-brute-force-prevention/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Speed Optimizer - The All-In-One Performance-Boosting Plugin] Function of advanced-cache.php](https://wordpress.org/support/topic/function-of-advanced-cache-php/)
 *  Thread Starter [pinoooo](https://wordpress.org/support/users/pinoooo/)
 * (@pinoooo)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/function-of-advanced-cache-php/#post-16275590)
 * Thanks for this additional explanation.
    Despite having the File-based Caching
   option turned on, the advanced-cache.php file was missing. Disabling and enabling
   the File-based Caching option resolves the issue. Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Speed Optimizer - The All-In-One Performance-Boosting Plugin] Function of advanced-cache.php](https://wordpress.org/support/topic/function-of-advanced-cache-php/)
 *  Thread Starter [pinoooo](https://wordpress.org/support/users/pinoooo/)
 * (@pinoooo)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/function-of-advanced-cache-php/#post-16274292)
 * Thanks for your explanation. I was curious about this because somehow the advanced-
   cache.php drop-in disappeared for me. (probably when deactivating and activating
   the plugin)
    I manually reinstalled SGO (upload sg-cachepress.zip), but this 
   drop-in is not coming back either? I also checked the folder /wp-content/ There
   is also no deactivated (renamed) drop-in present here.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Security Optimizer - The All-In-One Protection Plugin] Lastest Release Broke 2FA Verification](https://wordpress.org/support/topic/lastest-release-broke-2fa-verification/)
 *  [pinoooo](https://wordpress.org/support/users/pinoooo/)
 * (@pinoooo)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/lastest-release-broke-2fa-verification/#post-16188525)
 * Same problem here. Deleting the sgs_encrypt_key.php file solved it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Speed Optimizer - The All-In-One Performance-Boosting Plugin] Which part of the REST API does SGO use?](https://wordpress.org/support/topic/which-part-of-the-rest-api-does-sgo-use/)
 *  Thread Starter [pinoooo](https://wordpress.org/support/users/pinoooo/)
 * (@pinoooo)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/which-part-of-the-rest-api-does-sgo-use/#post-15872905)
 * Can I disable the Rest API for ‘for Non-Admins’ or even “Disable When Logged 
   Out.”? Of does this also effects functions of SG plugins? See step 3: [https://perfmatters.io/docs/disable-wordpress-rest-api/](https://perfmatters.io/docs/disable-wordpress-rest-api/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Speed Optimizer - The All-In-One Performance-Boosting Plugin] File based caching breaks password protected pages](https://wordpress.org/support/topic/file-based-caching-breaks-password-protected-pages/)
 *  [pinoooo](https://wordpress.org/support/users/pinoooo/)
 * (@pinoooo)
 * [4 years ago](https://wordpress.org/support/topic/file-based-caching-breaks-password-protected-pages/#post-15755333)
 * I did not test it yet, but in new 7.1.3: ‘Improved Password Protected pages excluded
   from File-Based caching by default’
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Speed Optimizer - The All-In-One Performance-Boosting Plugin] File based caching breaks password protected pages](https://wordpress.org/support/topic/file-based-caching-breaks-password-protected-pages/)
 *  [pinoooo](https://wordpress.org/support/users/pinoooo/)
 * (@pinoooo)
 * [4 years ago](https://wordpress.org/support/topic/file-based-caching-breaks-password-protected-pages/#post-15738575)
 * Correct, I got the same response from SG Support last March:
 * > The cause of the issue is that after authenticating on ABC.com/DEF, the website
   > loads the page with the exact same URL and no ‘no-cache’ headers are passed.
   > Thus, the page with the password prompt is simply served again, from the cache.
   > In order to resolve the issue, we’ve excluded the URL from being cached by 
   > using the ‘Exclude URLs from Caching’ functionality of the SiteGround Optimizer
   > plugin. You may need to flush your browser’s cache before testing the page 
   > on your end.
   > Generally, pages that should not be cached are serving a ‘no-cache’ header,
   > which our plugin honors and does not cache the page. Another part of the issue
   > is that both the password-protection page and the content page it shows, are
   > using the exact same URL, which is generally not a good practice. If you add
   > such a header to the password-protected page, you can then enable the file-
   > based caching for it, however, it will still not be cached due to the ‘no-cache’
   > header.
   > Feel free to test out different password-protection plugins and features in
   > order to find the one that best suits your needs.
    -  This reply was modified 4 years ago by [pinoooo](https://wordpress.org/support/users/pinoooo/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Speed Optimizer - The All-In-One Performance-Boosting Plugin] No Cache purge after a scheduled post is published](https://wordpress.org/support/topic/no-cache-purge-after-a-scheduled-post-is-published/)
 *  Thread Starter [pinoooo](https://wordpress.org/support/users/pinoooo/)
 * (@pinoooo)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/no-cache-purge-after-a-scheduled-post-is-published/#post-15599128)
 * Update for people following this topic:
 * > The SiteGround Optimizer plugin was patched on the testing site and now the
   > cache should be automatically purged shortly after a scheduled post goes live.
   > The patch is expected to be included by default in one of the plugin’s next
   > updates.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Speed Optimizer - The All-In-One Performance-Boosting Plugin] No Cache purge after a scheduled post is published](https://wordpress.org/support/topic/no-cache-purge-after-a-scheduled-post-is-published/)
 *  Thread Starter [pinoooo](https://wordpress.org/support/users/pinoooo/)
 * (@pinoooo)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/no-cache-purge-after-a-scheduled-post-is-published/#post-15586643)
 * Thanks for looking at this problem. I use Custom Post Types.
    I will contact 
   customer service tomorrow. Are there any specific things you want to know? (Actually,
   the steps are no different than described above) Or to whom do I address the 
   ticket?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Speed Optimizer - The All-In-One Performance-Boosting Plugin] No Cache purge after a scheduled post is published](https://wordpress.org/support/topic/no-cache-purge-after-a-scheduled-post-is-published/)
 *  Thread Starter [pinoooo](https://wordpress.org/support/users/pinoooo/)
 * (@pinoooo)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/no-cache-purge-after-a-scheduled-post-is-published/#post-15584822)
 * I am using WP 5.9.3 with SGO 7.0.9.
 * When I choose “Publish immediately”, everything is fine: The cache is purged 
   and the new post is visible on the homepage.
    When I schedule a new post, only
   1 variable changes. I click next to ‘Publish immediately’ on the ‘edit’-button
   and select the desired time. When the desired time is reached, the new post is
   not immediately visible on the homepage. This can take up to 12 hours, when SGO
   flushes the cache again. (In the meantime, the new post/page is visible when 
   I’m logged in.)
 * This has worked in the past. Unfortunately, I don’t know which version number.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Speed Optimizer - The All-In-One Performance-Boosting Plugin] Preheat stops after 200 URLs?](https://wordpress.org/support/topic/preheat-stops-after-200-urls/)
 *  Thread Starter [pinoooo](https://wordpress.org/support/users/pinoooo/)
 * (@pinoooo)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/preheat-stops-after-200-urls/#post-15535918)
 * Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Speed Optimizer - The All-In-One Performance-Boosting Plugin] File based caching breaks password protected pages](https://wordpress.org/support/topic/file-based-caching-breaks-password-protected-pages/)
 *  [pinoooo](https://wordpress.org/support/users/pinoooo/)
 * (@pinoooo)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/file-based-caching-breaks-password-protected-pages/#post-15454936)
 * Is it possible to send a PM? In some cases the password protected page will be
   accessible without a password. So I cannot post it in public.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Speed Optimizer - The All-In-One Performance-Boosting Plugin] File based caching breaks password protected pages](https://wordpress.org/support/topic/file-based-caching-breaks-password-protected-pages/)
 *  [pinoooo](https://wordpress.org/support/users/pinoooo/)
 * (@pinoooo)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/file-based-caching-breaks-password-protected-pages/#post-15454177)
 * I’ve been having the exact same problem for a few weeks now. Unfortunately, I
   haven’t had time to dig deeper into it yet. No major changes except turning on
   file based caching. Probably the same cause….
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Speed Optimizer - The All-In-One Performance-Boosting Plugin] object-cache-crashed.php](https://wordpress.org/support/topic/object-cache-crashed-php/)
 *  Thread Starter [pinoooo](https://wordpress.org/support/users/pinoooo/)
 * (@pinoooo)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/object-cache-crashed-php/#post-15203213)
 * Thanks for your update. This works!
    Maybe an idea to get an automatic notification
   when this occurs? I saw this now by accident.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Security Optimizer - The All-In-One Protection Plugin] Does SGS Automatically Block Bad Bots?](https://wordpress.org/support/topic/does-sgs-automatically-block-bad-bots/)
 *  [pinoooo](https://wordpress.org/support/users/pinoooo/)
 * (@pinoooo)
 * [5 years ago](https://wordpress.org/support/topic/does-sgs-automatically-block-bad-bots/#post-14625168)
 * Google is also your friend?
    [https://www.siteground.com/blog/new-anti-bot-ai/](https://www.siteground.com/blog/new-anti-bot-ai/)
 * [https://www.siteground.com/kb/prevent-malicious-bots-visiting-website/](https://www.siteground.com/kb/prevent-malicious-bots-visiting-website/)

Viewing 15 replies - 1 through 15 (of 23 total)

1 [2](https://wordpress.org/support/users/pinoooo/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/pinoooo/replies/page/2/?output_format=md)