Recent content by digitalpoint

  1. digitalpoint

    App for Cloudflare and Cache Plugins

    It certainly is something to consider if WordPress is taking ~4s to generate a page. Personally, I don't, but my sites tend to be lightweight/fast so they definitely aren't taking that long for the origin to spit them out. You may want to double check if you have Cloudflare's Smart Tiered...
  2. digitalpoint

    Plugin issue

    I can't think of a situation where a cron task would schedule URLs to be purged, but then not include any URLs. That being said, I added an extra check for the next version that should (hopefully) prevent the cron task from being scheduled if WordPress doesn't know the URL of the post (for...
  3. digitalpoint

    Plugin issue

    Do you have the stack trace itself?
  4. digitalpoint

    How do I give an admin access to App4CF settings?

    Normally all admins would have access to the Cloudflare settings, unless one of the admins used the Only your user account checkbox option. It might be worth looking to see if that setting is checked on the admin account you can see the settings from (it's the last option on Settings page/Setup...
  5. digitalpoint

    Getting Plugin to work with Cloudflare R2

    What exactly isn't working? Are you getting any specific error? Also there is no "green check mark" when your API token is enabled... are you sure you are looking at the right plugin? Maybe there's some confusion in that the R2 functionality is part of the Pro version, not the free version from...
  6. digitalpoint

    Image names changing

    The only (slight) renaming of media this plugin will ever do is if you enable the WebP conversion option (it will change the extension to .webp). I'll copy/paste the response I sent earlier to the contact form: TL;DR: WordPress core converts spaces into dashes, but it doesn't do anything...
  7. digitalpoint

    Export and import all CF settings

    There is the existing backup/restore option, but that's more for rule definitions than settings. It has crossed my mind that a function to copy settings from zone A to zone B might be useful, I just never went down that road because no one asked for it yet. :) That being said, I'm not sure I...
  8. digitalpoint

    New Update gave 500 server error

    Sites that have a ton of individual JavaScript and CSS files loading for a single page view ended up having so many files trying to be preloaded that it would run up against limits on the HTTP response size being imposed by certain web servers and/or frontend proxies (like Cloudflare). You need...
  9. digitalpoint

    New Update gave 500 server error

    No worries… and also sorry about the trouble. Makes sense now why only a couple people saw it and I couldn’t replicate it though (only on sites loading a ton of individual JavaScript and CSS files causing the headers in HTTP response to be overloaded… not technically a PHP error to be logged or...
  10. digitalpoint

    New Update gave 500 server error

    @grafwebcuso @JHewess update should be rolled out on wordpress.org now, so normal update in admin should sort it out.
  11. digitalpoint

    New Update gave 500 server error

    You can, but they also don’t hurt anything. Going to push out the update to WordPress.org momentarily (within the hour).
  12. digitalpoint

    New Update gave 500 server error

    Do things work as expected for you? Just want to make sure whatever was affecting you was indeed that.
  13. digitalpoint

    New Update gave 500 server error

    So I was able to get a 502 error from Cloudflare... Basically I took all the scripts and CSS you have on that page and then preloaded each of them 10 times. Was just seeing if Cloudflare's side has a limit on HTTP response headers (apparently they do when it gets very, very big). Given that, it...
  14. digitalpoint

    New Update gave 500 server error

    Do you have an example URL of your site (even if the plugin is disabled currently)? One possibility might be that your web server has a limitation on the size of the HTTP response headers (normally there's a limitation on the request headers, but not response headers). If that's the case, then...
  15. digitalpoint

    New Update gave 500 server error

    What happens if you comment just this line (none of the other ones)? // add_action('wp_print_footer_scripts', [$this, 'handlePrintFooterScripts'], 9999999);
Back
Top