Forum Replies Created

Viewing 40 posts - 81 through 120 (of 1,134 total)
  • Author
    Posts
  • in reply to: w3 CACHE CRASH #157793

    Hello,

    Thank you for reaching out, and I’m happy to help!
    Can you please confirm that the issue occurred once you disabled the W3 Total Cache?
    If you have access to the server, possibly an FTP or a Cpanel, please manually delete the /wp-content/advanced-cache.php file and reload the website.
    Are you able to reach out to the hosting support?

    Thanks!

    in reply to: Constant error showing in debug log #157791

    Hello Patrick,

    Thank you for reaching out, and I am happy to help!
    Can you please share if you are using W3 Total Cache on a WPML website, and also, are you using any language other than English?
    Let me try and replicate this, and I’ll get back to you with more information!

    Thanks!

    Hello Mark,

    Thank you for your feedback.

    Please feel free to ask any questions regarding the configuration and the W3 Total Cache usage

    Thanks!

    in reply to: Billing #157539

    Hello Marco,

    Thank you for reaching out, and I am happy to help!
    I’ve sent you an email with the link for the invoice via the W3 Total Cache support channel.
    Please check your email and let me know if there is anything else I can help with!

    Thanks!

    in reply to: Urgent invoice #157536

    Hello Iari,

    Thank you for reaching out, and I am happy to help!
    I’ve sent you an email with an attached invoice via the W3 Total Cache support channel.
    Please check your email and let me know if there is anything else I can help with!

    Thanks!

    Hello Mark,

    Thank you for your feedback.
    I understand your frustration; however, this may be just a small tweak in the settings, depending on the settings you have enabled in the W3 Total Cache.
    I can see that you are using some other optimization solution at the moment.
    Would you like us to assist you with the issue you are having and the W3 Total Cache?
    Thanks!

    in reply to: Exclude elementor shortcode form cache #157345

    Hello Tommy,

    Thank you for reaching out, and I am happy to help!
    First, please let me know which other plugin has the option to exclude shortcodes from Elementor from the cache, because I am not familiar with any plugin that has this ability, since for this, the only option is to use Fragment Caching, which no other plugin besides W3 Total Cache supports.
    You can do this in two ways: the first way is with the W3TC and Page Fragment caching.
    You can check more in the link provided. This is used to wrap the PHP code that fires the shortcode with and excludes that part of the page from the cache.
    Please read the instructions carefully.
    The other way is to use a plug-in like No cache Ajax Widget, which can help with loading the parts of the page with Ajax, therefore bypassing the cache.

    I hope this helps!

    Thanks!

    Hello Mark,

    Thank you for reaching out, and I am happy to help!
    Can you please share more details about the issues you were experiencing so we can assist you with the configuration? I can see on the website you provided that you are using some other plugin that has limited options and caching methods, and I was wondering which options were enabled in the W3 Total Cache?
    I do not see any subscriptions associated with your name, website or email, so can you please provide more information about the subscription?
    Thanks!

    in reply to: Invoice please #157239

    Hello Kobus,

    Can you please chek again, I’ve re-sent the email from the other email address
    Thanks!

    in reply to: Problems activating Object Cache #157236

    Hello Gregor,

    You are most welcome!

    We would really appreciate it if you could take a minute and post a review here. This will help us to continue offering a top-notch product to users.
    Thanks!

    in reply to: Regarding refund for W3 total Cache Pro #157149

    Hello James,

    Thank you for reaching out, and I am happy to help!
    You mentioned that the W3 Total Cache Pro did not meet your expectations and requirements. Being that the W3 Total Cache is the most complete optimization solution, and that the license key is enabled on the dev site, can you please share more information on what your expectations and requirements are so we can better understand what caused the refund request?
    Thanks!

    in reply to: Problems activating Object Cache #157025

    Hello Gregor,

    The maxmemory is a Redis configuration setting.
    Can you please check Redis configuration on your server and check the maxmemory

    Thanks!

    in reply to: Problems activating Object Cache #157024

    Hello Gregor,

    The maxmemory is a Redis configuration setting.
    Can you please check Redis configuration on your server and check the maxmemory

    Thanks!

    Hello Gregor,

    Thank you for reaching out, and I am happy to help!

    In the W3 Total Cache, the Disk caching method writes the cached files to disk. As for Redis, this is a memory caching method and it performs much faster, and it’s a recommended option for Object Caching and Database Caching.
    Disk: Enhanced is the best option for the Page Cache; however, you can also use Redis for this.

    As for the Redis configuration, 64MB is not suggested for caching.
    You need to configure your Redis cache server so it “evicts” data from the cache rather than just continuing to fill up your RAM. Look here https://raw.githubusercontent.com/redis/redis/7.2/redis.conf for the maxmemory and maxmemory-policy settings. With a 4 GiB server for example you can set them as follows:

    maxmemory 512mb
    maxmemory-policy allkeys-lfu

    Let me know if this helps!

    Thanks!

    in reply to: Invoice please #157019

    Hello Kobus,

    Thank you for reaching out, and I am happy to help!
    I’ve sent you the invoice via the W3 Total Cache support channel.

    Please check your email.

    Thanks!

    in reply to: Cache URIs with query string variables #156985

    Hello Aleksandr,

    Thank you for reaching out and I am happy to help!
    The option in the W3 Total Cache – Cache URIs with query string variables is disabled by default if the caching method you are using for Page Cache is Disk: Enhanced
    This option is available with Disk Basic or memory-based caching options.
    However, you can still manually add the query string when using Disk: Enhanced in Performance>Page Cache>Advanced>Accepted query strings: field, and this will ensure that the query strings are cached even with the Disk: Enhanced caching method.

    Let me know if this helps!

    Thanks!

    in reply to: Problems activating Object Cache #156981

    Hello Gregor,

    Thank you for reaching out, and I am happy to help!
    As the notification suggests, the drop-in file that is detected is not a W3 Total Cache drop-in.

    Please try to manually delete the file from the wp-content folder and re-enable Object Caching.
    As for the Redis, if this is not fixed when the mentioned file is deleted, please check with your hosting provider if you can restart the Redis

    Let me know if this helps!

    in reply to: Charge #156956

    Hello Matthew,

    I’ve sent the information to the mmorookian@ email address.
    Please reach out to us directly using customer-support@w3-edge.com

    Thanks!

    in reply to: Charge #156914

    Hello Matthew,

    I’ve sent the requested information to the provided email address via the W3 Total Cache support channel

    Please check your email. This is a public forum so I did not want to share any sensitive information here.

    Thanks!

    in reply to: W3 Total Cache License #156876

    Hello Amal,

    Thank you for reaching out and I am happy to help!
    Yes, you can use a single W3 Total Cache Pro license for both production and dev environments. Just add define(‘W3TC_PRO_DEV_MODE’, true); to your wp-config.php file on your non-production environments and make sure to re-save the settings.

    I hope this helps!
    Thanks!

    in reply to: Does It Work with WPML Multi Domains #156805

    Hello Jon

    Thank you for reaching out, and I am happy to help!
    The W3 Total Cache works with the WPML. We have a WPML extension in the plugin that can be activated if WPML is detected and you have a Pro license.
    W3 Total Cacha also works great with Cloudflare and we do also have a Clouflare extension, so please check the article on how to configure Cloudflare with the W3 Total Cache
    Let me know if you have any other questions
    Thanks!

    in reply to: Charge #156687

    Hello Matt,

    Thank you for reaching out, and I am happy to help!

    When the W3 Total Cache Pro was purchased and when you subscribed to the Pro version, you accepted the terms and conditions, specifically section 12.2 Automatic Renewal of Premium Subscription Plans https://www.w3-edge.com/policies/.
    The ” Renewal Reminder ” email was sent to the email address used to subscribe to W3 Total Cache Pro, one week prior to the renewal of the license on Apr 1, 2025 12:22 AM EDT
    . This email has a link to manage your subscription, and you were able to cancel the upcoming renewal.

    Do you want me to cancel any further renewals of the subscription?

    Thanks!

    in reply to: Requesting a code change in W3 Total cache #156645

    Hello Andy,

    Thank you for reaching out, and I am happy to help!
    I’ve replied to your topic regarding the W3 Total Cache problem you are having on wp.org
    We are checking this, and thank you for your patience

    Thanks!

    in reply to: Lost product key #156313

    Hello Selina,

    Thank you for reaching out, and I am happy to help!
    I’ve sent you an email via the W3 Total Cache support channel and provided the information you requested.
    Please check your email and let me know if there is anything else I can help with!
    Thanks!

    in reply to: W3 Total Cache error #156108

    Hello Carolyn,

    Thank you for reaching out and I am happy to help!
    I’ve checked your website and as I cam see the W3 Total Cache is installed and active:

    <!--
    Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/
    
    Page Caching using Disk: Enhanced 
    Content Delivery Network via N/A
    
    Served from: aainlandempire.org @ 2025-04-10 13:31:35 by W3 Total Cache
    -->

    You can find all plugins in your dashboard under Plugins>Installed plugins and scroll down to the W3 Total Cache

    Let me know if this helps!

    Thanks!

    in reply to: Licenses #156058

    Hello Adam,

    Thank you for reaching out and I am happy to assist you with this.
    You can purchase the 10-pack activation for the W3 Total Cache Pro in the standalone checkout form below:
    https://www.w3-edge.com/checkout-standalone-10/
    Once you purchase it, please reach out to us directly via the W3 Total Cache support channel in the plugin – Performance>Support>Sales and provide the proof of purchase like the PayPal Transaction ID or the invoice No

    Let me know if this helps!
    Thanks!

    Hello Fabio,

    Thank you for reaching out and I am happy to help!
    Since this is a public forum, can you please reach out to us directly via the W3 Total Cache support channel via the plugin in Performance>Support>Billing and share the license keys so I can check this for you?
    W3TC licenses do not appear under the Boldgrid account as W3TC has its own account management and licensing system.
    Please reach out directly so we can provide access
    Thanks!

    in reply to: webp conversion stuck at processing #155938

    Hello Adam,

    Thank you for your feedback.
    We are checking the server load and please let it run for a couple of more hours.
    The WP-Cron event will check the status and download them for you
    Thank you for your patience!

    in reply to: Licence lost #155934

    Hello Loy,

    Thank you for reaching out and I am happy to help!
    I’ve sent you the requested information via the W3 Total Cache support channel.
    Please check your email and follow the instructions provided

    Thanks!

    in reply to: webp conversion stuck at processing #155931

    Hello Adam,

    Thank you for reaching out and I am happy to help!
    I’ve checked your website and as I can see all images are processed, converted and served as webp by the W3 Total Cache.
    Can you please share the screenshot of the webp settings area in the W3 Total Cache?
    Thanks!
    https://i.imgur.com/6SwJwk1.pngwebp

    in reply to: W3 Total Cache issue with Page Cache #155812

    Hello,

    Thank you for reaching out and I am happy to help!
    Can you please share the website URL of the website you are having issues with the Page Cache?
    In the W3 Total Cache settings which caching method is being used for Page Cache?
    If you are using Disk: Enhanced, can you please check the wp-content/cache/ folder and see if the cache entries are created?

    Please make sure to check the configuration file and make sure the W3TC has added the rewrite rules for the Page Cache if the Disk: Enhanced option is used
    Thanks!

    in reply to: Invoice #155810

    Hello Blake,

    Thank you for reaching out and I am happy to help!
    We’ve received your email and replied to it via the W3 Total Cache support channel, and there, I provided the requested invoice
    Please check your email and let me know if there is anything else I can help you with
    Thanks!

    Hello Todd,

    Thank you for reaching out and I am happy to help!
    Regarding your question, I have found two W3 Total Cache Pro subscriptions associated with your email address (I’ll not share it here as this is a public forum), however, both subscriptions are expired due to the failed collection attempts for the renewal.
    The first one expired on 2024-02-27 and the latest on 2025-03-28
    Have you purchased new W3 Total Cache license since then or are you referring to any of the mentioned subscriptions above?
    If you have the W3 Total Cache installed, please reach out to us directly via the W3 Total Cache support channel in the plugin at Performance>Support>Billing and provide the information about the subscription so we can assist you with this.
    Let me know if this helps!
    Thanks!

    in reply to: Cannot Purchase w3 Total Cach #155775

    Hello Ben,

    Thank you for reaching out and I am happy to help!
    Just to confirm that you reached out to us via the W3 Total Cache support channel and we were able to assist you with the purchase!
    Thank you for your patience!

    Hello Anthony,

    Thank you for your patience.
    Instead of add_action( 'acf/save_post', 'flush_w3tc_cache_on_acf_update', 20 ); You can try using add_action( 'acf/save_post', 'w3tc_flush_post', 20 ); or To flush all on acf/save_post:
    add_action( 'acf/save_post', 'w3tc_flush_all', 20, 0 );

    Please let me know if this helps!

    Thanks!

    in reply to: WP-Cron doesn’t work as expected #155721

    Hello Selina,

    Thank you for reaching out, and I am happy to help!
    Yes, the wp-cron is required for the webp to work as expected, as it’s sending requests for the conversion
    The W3 Total Cache settings may rely on wp-cron so can you please check with your hosting provider if wp-cron is disabled by any chance?
    Check your wp-config.php and check if there is a line: define(‘DISABLE_WP_CRON’, true) ;

    Let me know if this is the case
    Thanks!

    Hello Anthony,

    Thank you for reaching out and I am happy to help!
    Thank you for your suggestion and for providing the workaround. Let me check this with the W3 Total Cache team and I’ll get back to you once I have more information about this.
    Thanks!

    in reply to: I need INVOICE #155655

    Hello Julian,

    Thank you for reaching out and I am happy to help!
    We’ve received your email via the W3 Total Cache support channel and replied to it providing the invoice with the requested data.
    Please check your email and let me know if you need anything else
    Thanks!

    Hello Omri,

    Thank you for reaching out and I am happy to help!
    Can you please reach out to us directly via the W3 Total Cache support channel in Performance>Support>Billing, and provide the last four of the CC used to attempt the purchase?
    This is a public forum and it would be best not to share any sensitive data.
    Thanks!

    in reply to: why no show image and iframe #155650

    Hello,

    Thank you for reaching out and I am happy to help!

    Can you please disable the W3 Total Cache settings one by one in Performance>general settings, save the settings and purge the cache after each setting is disabled and see which one might be causing the issue?

    Thanks!

Viewing 40 posts - 81 through 120 (of 1,134 total)