Title: Peter Duchnovsky's Replies | WordPress.org

---

# Peter Duchnovsky

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

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

 Search replies:

## Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] Compatibility issue with ALTCHA](https://wordpress.org/support/topic/compatibility-issue-with-altcha/)
 *  Thread Starter [Peter Duchnovsky](https://wordpress.org/support/users/pdux/)
 * (@pdux)
 * [1 year ago](https://wordpress.org/support/topic/compatibility-issue-with-altcha/#post-18525224)
 * No that has no effect since, im assuming, the default rule for caching is being
   set via htaccess and wp-optimize does not create any htaccess rules overriding
   that.
 * Also, you disable FileETag as well, might also lower chances of browser not caching
   api (but I tested and enabling them back doesn’t help)
    -  This reply was modified 1 year ago by [Peter Duchnovsky](https://wordpress.org/support/users/pdux/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] Compatibility issue with ALTCHA](https://wordpress.org/support/topic/compatibility-issue-with-altcha/)
 *  Thread Starter [Peter Duchnovsky](https://wordpress.org/support/users/pdux/)
 * (@pdux)
 * [1 year ago](https://wordpress.org/support/topic/compatibility-issue-with-altcha/#post-18524511)
 * Another solution is to simply set no-cache for API
 *     ```wp-block-code
       <IfModule mod_headers.c>    <If "%{REQUEST_URI} =~ m#^/wp-json/#">        Header set Cache-Control "no-store, no-cache, must-revalidate, max-age=0"    </If></IfModule>
       ```
   
 * Maybe it would be benificial to let users choose whether they want to cache API
   as well.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Feature-Policy / Permissions-Policy Issue with Nginx _ next phase](https://wordpress.org/support/topic/feature-policy-permissions-policy-issue-with-nginx-_-next-phase/)
 *  [Peter Duchnovsky](https://wordpress.org/support/users/pdux/)
 * (@pdux)
 * [1 year ago](https://wordpress.org/support/topic/feature-policy-permissions-policy-issue-with-nginx-_-next-phase/#post-18523123)
 * Hmm, [@vmarko](https://wordpress.org/support/users/vmarko/), when you set both,
   you are spamming error console, throwing error that both of these policies are
   set.
 * Also, no matter which format I try to enter in to the fields, none work to allow
   self and also url for fullscreen or autoplay or basically any other fields, the
   format gets translated to htaccess wrongly
 * Easy to reproduce, just set those and check console in chrome.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Admin and Site Enhancements (ASE)] ALTCHA conflict with WP-Optimize Static File Headers](https://wordpress.org/support/topic/altcha-conflict-with-wp-optimize-static-file-headers/)
 *  Thread Starter [Peter Duchnovsky](https://wordpress.org/support/users/pdux/)
 * (@pdux)
 * [1 year ago](https://wordpress.org/support/topic/altcha-conflict-with-wp-optimize-static-file-headers/#post-18522650)
 * Just for reference this is the topic on their side [https://wordpress.org/support/topic/compatibility-issue-with-altcha/#post-18522649](https://wordpress.org/support/topic/compatibility-issue-with-altcha/#post-18522649)
   
   I also found the issue, they are setting `ExpiresDefault` directive, which seems
   also affects API or something else important in the ALTCHA process. When I comment
   it out, everything works fine.
 *     ```wp-block-code
       # BEGIN WP-Optimize Browser Cache<IfModule mod_expires.c>ExpiresActive OnExpiresByType text/css "access 1 month 1 day"ExpiresByType text/html "access 1 month 1 day"ExpiresByType image/gif "access 1 month 1 day"ExpiresByType image/png "access 1 month 1 day"ExpiresByType image/jpg "access 1 month 1 day"ExpiresByType image/jpeg "access 1 month 1 day"ExpiresByType image/webp "access 1 month 1 day"ExpiresByType image/x-icon "access 1 month 1 day"ExpiresByType application/pdf "access 1 month 1 day"ExpiresByType application/javascript "access 1 month 1 day"ExpiresByType text/x-javascript "access 1 month 1 day"ExpiresByType application/x-shockwave-flash "access 1 month 1 day"#ExpiresDefault "access 1 month 1 day"</IfModule>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] Compatibility issue with ALTCHA](https://wordpress.org/support/topic/compatibility-issue-with-altcha/)
 *  Thread Starter [Peter Duchnovsky](https://wordpress.org/support/users/pdux/)
 * (@pdux)
 * [1 year ago](https://wordpress.org/support/topic/compatibility-issue-with-altcha/#post-18522649)
 * Found the cause, its:
   `ExpiresDefault` directive, with it disabled, everything
   works fine.
 * Also, btw, im getting this error, even without commenting `ExpiresDefault` out,
   so there is something going on.
 * ![](https://i0.wp.com/i.imgur.com/nI09JLe.png?ssl=1)
    -  This reply was modified 1 year ago by [Peter Duchnovsky](https://wordpress.org/support/users/pdux/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] Compatibility issue with ALTCHA](https://wordpress.org/support/topic/compatibility-issue-with-altcha/)
 *  Thread Starter [Peter Duchnovsky](https://wordpress.org/support/users/pdux/)
 * (@pdux)
 * [1 year ago](https://wordpress.org/support/topic/compatibility-issue-with-altcha/#post-18522330)
 * It seems it’s because of the browser cache headers set via htaccess.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Koko Analytics - Privacy-Friendly WordPress Analytics] POST … net::ERR_BLOCKED_BY_CLIENT](https://wordpress.org/support/topic/post-neterr_blocked_by_client/)
 *  Thread Starter [Peter Duchnovsky](https://wordpress.org/support/users/pdux/)
 * (@pdux)
 * [1 year ago](https://wordpress.org/support/topic/post-neterr_blocked_by_client/#post-18518977)
 * Thank you for your explanation
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Koko Analytics - Privacy-Friendly WordPress Analytics] POST … net::ERR_BLOCKED_BY_CLIENT](https://wordpress.org/support/topic/post-neterr_blocked_by_client/)
 *  Thread Starter [Peter Duchnovsky](https://wordpress.org/support/users/pdux/)
 * (@pdux)
 * [1 year ago](https://wordpress.org/support/topic/post-neterr_blocked_by_client/#post-18515501)
 * The thing is, as I said, I disabled all blocking in Vivaldi, like, completely.
   
   I also edited my post, ‘Now, I know this has nothing to do with your plugin I
   assume, however, I was wondering whether there is anything that can be done to
   avoid this happening, some workaround, that other plugins seem to be doing.’Another
   Edit: I found the problem, its their feature ‘Block Hyperlink Audit Tracking’,
   so I wonder whether there is something you could do to avoid being blocked by
   it.Found some reference: [https://forum.vivaldi.net/topic/79924/what-is-hyperlink-audit-tracking](https://forum.vivaldi.net/topic/79924/what-is-hyperlink-audit-tracking)
    -  This reply was modified 1 year ago by [Peter Duchnovsky](https://wordpress.org/support/users/pdux/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Calendar - Google Calendar Plugin] PHP 8.4.5, deprecated messages](https://wordpress.org/support/topic/php-8-4-5-deprecated-messages-2/)
 *  Thread Starter [Peter Duchnovsky](https://wordpress.org/support/users/pdux/)
 * (@pdux)
 * [1 year ago](https://wordpress.org/support/topic/php-8-4-5-deprecated-messages-2/#post-18506938)
 * PHP 8.4.5
   WP 6.8.1Plugin 3.5.3
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Statistics – Simple, privacy-friendly Google Analytics alternative] PHP 8.4.5, deprecated messages](https://wordpress.org/support/topic/php-8-4-5-deprecated-messages-4/)
 *  Thread Starter [Peter Duchnovsky](https://wordpress.org/support/users/pdux/)
 * (@pdux)
 * [1 year ago](https://wordpress.org/support/topic/php-8-4-5-deprecated-messages-4/#post-18506007)
 * PHP 8.4.5
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post SMTP – Complete Email Deliverability and SMTP Solution with Email Logs, Alerts, Backup SMTP & Mobile App] Deprecated](https://wordpress.org/support/topic/deprecated-86/)
 *  Thread Starter [Peter Duchnovsky](https://wordpress.org/support/users/pdux/)
 * (@pdux)
 * [1 year ago](https://wordpress.org/support/topic/deprecated-86/#post-18505389)
 * Thank you very much for your quick reply and for letting me know the issue has
   been resolved. I truly appreciate your technical team’s effort.
 * I’d also like to thank you for offering the Beta version. However, for our production
   website, I prefer to use stable, official releases. I hope the fix makes it to
   the production version as soon as possible.
 * Many thanks again for your help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post SMTP – Complete Email Deliverability and SMTP Solution with Email Logs, Alerts, Backup SMTP & Mobile App] Deprecated](https://wordpress.org/support/topic/deprecated-86/)
 *  Thread Starter [Peter Duchnovsky](https://wordpress.org/support/users/pdux/)
 * (@pdux)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/deprecated-86/#post-18494550)
 * Hi, I think this is beause my host is running php 8.4 and your plugin might not
   be up to date with it.

Viewing 12 replies - 1 through 12 (of 12 total)