BDISGUSTING
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Problems with PhotonDoes anyone have hotlinking or other protections that might be preventing photon from accessing the original images?
We had this in our htaccess to deny requests with no user agent. It’s been in place for quite some time, but I removed it as a test and new uploads started to work again. I’m not sure if something changed on the Jetpack side but it’s odd that this would randomly stop the service from working.
##########################################
## Block requests without a User Agent (usually spam requests from malicious scripts)
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) – [F,L]
## End empty UA blockForum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Problems with PhotonI am all of the sudden having the same issue on my site. Images are returning “We cannot complete this request, remote data could not be fetched”
This just started happening a few hours ago
Forum: Plugins
In reply to: [Page Takeover] Impression Frequency Not Workingimpression frequency setting also doesn’t appear to work on Firefox on my Windows computer, and I’ve tested on multiple Android and iPhone devices as well.
I tried updating the impression frequency to be 1 day instead of 7 and no change. Any ideas?
I’ll try to do that tonight. I’ve deactivated what I can today with no success, but we’re a fairly high traffic site and I’d like to avoid downtime as long as possible.
For my own reference, what *should* the dashboard URL be? Should it stay the full “/wp-admin/admin.php?page=jetpack#/dashboard”?
Thank you!
Forum: Plugins
In reply to: [W3 Total Cache] Purge takes 6 minutes after postingThey didn’t tell you anything about the fix?
I’m having the same issue, purge policy seems like it’s being ignored. Nothing is being purged when new posts are created or users post comments, I *think* it seems to be updating when it finally hits the “Maximum lifetime of cache objects” which is currently set to the default 3600 seconds. That’s obviously too long for a site that posts frequently and has many users posting comments.
Is there any harm in setting that much lower, maybe to 10 minutes, until I can figure out why the purge policy isn’t working?
Forum: Plugins
In reply to: [W3 Total Cache] Purge PolicyIt’s located on the “Page Cache” page, I believe that by default the front page, post page, and blog feed are checked to be purged when when posts are created, edited, or comments posted.
After the recent upgrade though even with these checked the purge policy doesn’t seem to be working.
Forum: Plugins
In reply to: [W3 Total Cache] Logged out users seeing old content, logged in seeing newI should add that I do have front page and post page checked in the purge policy.