Forum Replies Created

Viewing 40 posts - 721 through 760 (of 1,031 total)
  • Author
    Posts
  • Hello Nick,

    Thank you for the clarification.
    You can use Imgur to upload images and share them here.
    I’ll make sure to test this and get back to you. Just to confirm, you have also enabled the option “Cache feeds: site, categories, tags, comments” in Page Cache general?
    Thanks!

    in reply to: Nginx not serving Webp Images #46991

    Hello Daniel,

    Thank you for the information.
    As I can see the images you converted are now being served as webp:
    image of tattoo being served in webp format
    This means that the Image conversion is working as expected. The fact that ImageMagic supports webp means that other formats of the image are also converted.
    Enabling the Image Service Extension also adds the Total Cache Image Service under Media in the WordPress admin menu, which allows for bulk conversions or reversions of the entire Media Library at once. Use the Convert All or Revert All buttons in the Tools section to manage your WebP image conversions for the entire Media Library at once.
    You can do this in Performance>Extensions>Image Service settings:bulk webp image conversion or reversion
    Thanks!

    Hello Nick,

    Thank you for reaching out and I am happy to assist you with this.
    Can you please share the screenshot of the Purge Policy settings in W3 Total Cache?
    Just to make sure I understand correctly, Once you update or publish a new post, the cache is not cleared and you cannot see the latest post published or edited?
    I’ve tried t replicate the issue, however, every time I make edits or publish a new post, the cache is cleared and new content is visible.
    What is the Page Cache Method you are using?
    Thanks!

    in reply to: Nginx not serving Webp Images #46928

    Hello Daniel,

    Thank you for reaching out and I am happy to assist you with this.
    As I can ee images are converted:
    https://blendup.art/wp-content/uploads/2021/12/significado_tatuagem_cruz_malta_7-768×613.webp
    I can see that you are using Cloudflare. Have you purged the W3TC and Cloudflare cache and have you checked the Cloudflare Browser Cache TTL?
    Also, If you find that your original image has been converted to WebP, but other image sizes are missing WebP versions, you may need to double-check that your WordPress environment supports the WebP format.

    While the original image is converted via our API service, the different sizes (e.g. Large, Medium, Thumbnail) are created by your own server. For this, you must have WordPress 5.8 and the appropriate libGD or ImageMagick package available on your server.

    To check if your WordPress environment supports WebP, navigate to Site Health > Info > Media Handling and double-check that WebP is listed in the supported file formats for the library shown in the Active editor. If you find these are missing the WebP extension, consult your system administrator to set up the correct packages.
    media handling supported file formats
    I hope this helps!
    Thanks!

    in reply to: How many sites #46630

    Hello Marco,

    Thank you for your question and I am happy to answer.
    W3 Total Cache Pro licenses are valid on a per-install basis, meaning you need one for every WordPress instance you run. If you have three separate websites, you will need three licenses in total—one for each site. If you have five sites in a WordPress multisite instance, you need just one license for all five sites. If you are interested in bulk licensing, please email us for more information.
    Thanks!

    in reply to: W3 Total Cache error #46628

    Hello Stephanie,

    I am sorry about the issue you are experiencing with W3 Total Cache and I am happy to assist you with this.
    I’ve replied to your email and provided instructions on how to troubleshoot the problem.
    Please continue the correspondence there so we can avoid duplicating the answers.
    Thanks!

    in reply to: Cache preload of paginated product archive pages #46492

    Hello Juha,

    Thank you for the information.
    I am not familiar if this may be the premium feature of the Yoast, so you should drop them a note as they would be able to assist you with this more.
    You can also create a custom sitemap manually which includes the sub pages.
    Thanks!

    in reply to: Cache preload of paginated product archive pages #46466

    Hello Juha,

    Thank you for reaching out and I am happy to assist you with his.
    The pages are preloaded in W3 Total Cache according to the sitemap that needs to be added to Performance>Page Cache>Cache Preload>Sitemap URL:
    If the pages are in the sitemap, those pages will be preloaded as well.

    I hope this helps!
    Thanks!

    in reply to: Billing #46375

    Hello Gary,

    I’ve replied to your email and provided you with the details about your W3 Total Cache subscription.
    Thanks!

    in reply to: Elementor & Images not Showing with W3 Total Cache Plugin #46331

    Hello,

    I am sorry about the issue you are experiencing with W3 Total Cache and I am happy to assist you with this.
    I’ve checked your website and as I can see you are using some other caching plugin.
    Can you please confirm you were not using both plugins at the same time?
    YOu also stated that you were using the basic settings. Can you please share which settings were enabled in W3 Total Cache?
    Thanks!

    in reply to: CORS header not added #46329

    Hello,

    Thank you very much for the information.
    We’ll make sure to check the problem with the custom files list and the websites installed in the sub directory.
    THank you for taking the time to share this.

    in reply to: Table Error with W3 Total Cache #46315

    Hello,

    Thank you for reaching out and I am happy to assist you with this.
    Can you please disable minify in W3 Total Cache Performance>General settings, save all settings and purge the cache and see if the issue persists?
    If the issue is gone, re-enable minify, and disable the settings in Performance>minify one by one (HTML minify, JS minify, CSS minify) and see which one might be causing the issue.
    Make sure to save all settings and purge the cache after each option is disabled.
    Thanks!

    in reply to: Unchecking Minify Option wrecks my store #46217

    Hello Byron,

    Thank you for using W3 Total Cache.
    I am sorry about the issue you are experiencing and I am happy to assist you with this.
    I’ve checked your website and yes, I can see the issue you are referring to. Can you please disable Minify in Performance>General settings, save all settings and purge the cache? Also, FTP or Cpanel to your server and manually delete the /wp-content/cache/minify/ folder. Go back to your wp dashboard and again save all settings and purge the cache in W3 Total Cache.
    I can see that you have some sort of server-side caching and also you are using Jetpack to optimize the static files as well as the Divi optimization. so make sure that all cache is cleared, in W3TC, server-side, and any CDN you may be using
    divi theme options for performance
    I hope this helps!

    in reply to: Retrieving domain access #46207

    Hello Malcolm,

    Thank you for reaching out and I am happy to assist you with this.
    The website you are referring to is not hosted by W3 Total Cache as W3 Total Cache is an optimization plugin and not a hosting service.
    The website you are inquiring about is hosted on DigitalOcean, LLC
    Thank you!

    in reply to: Licensing Total Cache Pro #46205

    Hello Dave,

    Thank you for your interest in the W3 Total Cache Pro license.
    W3 Total Cache Pro licenses are valid on a per-install basis, meaning you need one for every WordPress instance you run. If you have three separate websites, you will need three licenses in total—one for each site. If you have five sites in a WordPress multisite instance, you need just one license for all five sites.
    As for the dev environment, just add define('W3TC_PRO_DEV_MODE', true); to your wp-config.php file on your non-production environments and re-save the license.
    Thank you!

    in reply to: Hide sensitive details from W3 Total Cache pages? #46114

    Hello,

    Thank you for reaching out and I am happy to assist you with this.
    Unfortunately, no. The problem, in this case, is that the Global API is used to authorize Cloudflare with W3 Total Cache, which contains all sites created under a single account.
    We are working on improving this and adding the ability to use API token with required permissions per zone/domain, that way it wouldn’t have permissions to view/edit others from the Cloudflare account.
    Please make sure to follow the progress of the GitHub issue, and feel free to leave any comments which you may find helpful.
    Thanks!

    Hello Mohamed,

    Thank you for reaching out and for using W3 Total Cache for webp conversation.
    I’ve checked your website and as I can see the images are converted and served as webp:
    confirmed images are served as webp
    The problem is with resized images and thumbnails and this is what ImageMagic is responsible for.
    Please check our article about the Image service and the troubleshooting step Missing Additional Image Sizes
    I hope this helps!
    Thanks!

    in reply to: Want subiscribtion for more than 4 website. #46027

    Hello,

    Thank you for reaching out and for your interest in the W3 Total Cache Pro license.
    Yes, we do have a discount for a bulk of 5 and 10 activations, for any specific questions regarding the license please drop us a note directly via the plugin in Performance>Support, or via the website support forum.
    As for the Pro features, please check out this article for all the Pro features and their description.
    Thanks!

    in reply to: Refund of W3 Total Cache #45945

    Hello,

    We’ve received your email and replied to your request.
    Please continue the correspondence there so we can avoid duplicating the answers.
    Thanks!

    in reply to: W3 Total Cache Image Service #45883

    Hello Rob,

    You are most welcome and I am glad the webp conversion procedure is more clear now.
    As for your question regarding the ImageMagic, I’ll try to explain.
    One image conversion equals one request to the API server to convert the image. Depending on the website, a single image can have the original image, and 3-6 resized images (thumbnails) so that can multiply a single request to API server 6 times. More requests mean slower conversion and that’s where Image Magic kicks in.
    I hope this explains the reason for this and let me know if you have any other questions.
    Thanks!

    in reply to: Refund of W3 Total Cache #45842

    Hello,

    I am sorry that you wish to cancel the W3 Total Cache Pro license.
    I am not sure, what the email suggests but I am sure that W3 Total Cache is compatible with the Siteground server, you just need to configure the plugin to respect their Dynamic Caching or disable it so that W3 Total Cache can fully take responsibility for caching.
    Since this is a public forum, please reach out to us via the Plugin in Performance>Support or via the website contact form and share your license details.
    Thanks!

    in reply to: CORS header not added #45840

    Hello,

    Thank you for the feedback.

    There are a couple of things that you can try.
    Add the following rule to the top of your .htaccess file:

    # FONT CORS
    <IfModule mod_headers.c>
      <FilesMatch "\.(ttf|otf|eot|woff|woff2)$">
        Header set Access-Control-Allow-Origin "*"
      </FilesMatch>
    </IfModule>
    # END FONT CORS

    Make sure that NGINX Bypass Apache for static files
    You can also add the rule to your ngix:

    location ~* \.(ttf|otf|eot|woff|woff2)$ {
        add_header Access-Control-Allow-Origin *;
    }

    As for your other question regarding the custom files, try adding the full path of the file and see if it uploaded, for example,
    /wp-content/fonts/some-font.woff

    Let me know if this helps!

    Thanks!

    in reply to: W3 Total Cache Image Service #45837

    Hello Rob,
    Thank you for your feedback.
    W3 Total Cache uses the rewrite rules in place in your .htaccess/nginx file.
    All images converted with the Image Service tool are sent to a third-party server maintained by the W3 Total Cache team which reduces resource consumption and allows for a large number of conversions in environments where resources can be limited such as shared hosting. Images sent to the W3TC server for conversion are only held temporarily and no permanent information is kept on the server regarding the images.
    WebP optimizations with the Image Service tool do not replace the original image file and all conversions can be reverted without any loss of data.
    Ideally, once the image is converted, you should see the content-type: image/webp header when inspecting the source.
    You should also check if the .htaccess/nginx conf has the BEGIN W3TC WEBP rules at the top of the file, before any other rules.
    There is also a possibility that you are missing additional image sizes, so please check our article, and under the Troubleshooting section check the Missing Additional Image Sizes for more details.

    Thanks!

    in reply to: CORS header not added #45805

    Hello,

    Thank you for reaching out and I am happy to assist you with this.
    Can you please share more information about the issue you are experiencing?
    1. Which CDN Provider you are using?
    2. Which files are affected by the CORS problem?
    3. Is your website on Apache, Nginx, or Nginx+Apache?
    4. Can you please share your website URL?

    Thanks!

    in reply to: W3 Total Cache Image Service #45801

    Hello Rob,

    Thank you for the feedback.
    You can check more details in this article.
    I do see that when I change the extension to .webp, the images are showing in the correct webp format.
    Have you tried purging the CDN since all images are served from the CDN?
    man with guitar image served as webp
    Thanks!

    in reply to: W3 Total Cache Image Service #45734

    Hello Rob,

    Thank you for reaching out and for using W3 Total Cache for webp conversion.
    As I can see your images are being served from the CND
    If you opened the image in the new tab:
    https://cdn.robstead.co.uk/wp-content/uploads/2021/06/37.-Susan20201029_05-1024×1024.jpg
    The image is loading and the content type is jpeg
    If you change the extension to .webp:
    https://cdn.robstead.co.uk/wp-content/uploads/2021/06/37.-Susan20201029_05-1024×1024.webp
    The CDN will state that the file is missing.
    If I change the URL to your DNS:
    https://www.robstead.co.uk/wp-content/uploads/2021/06/37.-Susan20201029_05-1024×1024.webp
    This will throw the 404 not found.
    All of the above means that the images are not converted so I would suggest reaching out to yoru hosting provider and checking if the ImageMagick is enabled and allowing webp.
    Thanks!

    in reply to: Refund #45699

    Hello,

    Thank you for reaching out and I am sorry you wish to cancel the W3 Total Cache Pro subscription.
    Since this is a public forum, I’ve removed the PayPal Transaction ID.
    Please drop us a note via the plugin in Performance>Support, or via the website contact form.
    Thanks!

    in reply to: W3 Total Cache Italian translation #45696

    Hello,

    Thank you very much for reaching out and for your efforts in translating the W3 Total Cache.
    Please drop us a note via the plugin in Performance>Support, or via the website contact form.
    Thanks!

    in reply to: Local CDN custom files not uploaded #45661

    Hello,

    I was unable to replicate this so I kept testing to see what may be causing this.
    Thank you very much for the information and I am glad to know the problem is resolved!

    in reply to: Error 502 #45600

    Hello Matrin,

    I am sorry about the issue you are experiencing and I am happy to assist you with this.
    The HyperText Transfer Protocol (HTTP) 502 Bad Gateway server error response code indicates that the server while acting as a gateway or proxy, received an invalid response from the upstream server.
    YOu’ve mentioned that the server capacity is reached, so you may want to check the /cache/ folder and delete the content (don’t worry, the files will be cached again) if W3 Total Cache is active
    Make sure that if you are caching to disk to disable Object Caching and Databased Caching as it’s not recommended to use those options if caching to disk.
    Every 500 error should be logged so I would advise enabling wp_debug and checking the error log once, and if the error occurs again.

    in reply to: Paid for PRO License via PayPal – No updates #45377

    Hello Dhaval,

    Thank you for reaching out and for using W3 Total Cache.
    I’ve replied to the email you sent via the support channel. You confirmed that the problem is resolved.
    Thanks!

    in reply to: W3 Total Cache Deactivation Issues #45285

    Hello John,

    Thank you for your feedback.
    As I can see the only problem is with the video on the Home page. I’ve checked the source and I can see that it should be style=”width:100% so that is strange indeed.
    I’ve also checked the website bypassing the cache and it does not have any difference.
    Have you tried disabling W3TC to confirm if the problem is related to our plugin?
    Thanks!

    in reply to: W3 Total Cache Deactivation Issues #45284

    Hello John,

    Thank you for your feedback.
    As I can see the only problem is with the video on the Home page. I’ve checked the source and I can see that it should be style=”width:100% so that is strange indeed.
    I’ve also checked the website bypassing the cache and it does not have any difference.
    Have you tried disabling W3TC to confirm if the problem is related to our plugin?
    Thanks!

    in reply to: Latest W3 Total Cache update slows down the website #45265

    Hello Libby,

    Thank you for the information.
    I’ve checked your website and it’s loading just fine and the testing results look good.
    gtmetrix performance report
    Can you please share what you are seeing?
    Thanks!

    in reply to: W3 Total Cache Deactivation Issues #45262

    Hello John,

    Thank you for reaching out and I am happy to assist you with this.
    As I can see, besides W3 Total Cache, you are also using Asset cleanup.
    I can see a lot of console errors and this beating said a lot of jQuery errors whid does not seem to be related to W3 Total Cache, but with the:
    /wp-content/plugins/real-estate-listing-realtyna-wpl-pro/assets/js/frontend.min.js
    Can you please go to Performance>General settings, disable Page Caching and Object Caching, save all settings and purge the cache and after that try to deactivate W3 Total Cache?
    Thanks!

    in reply to: W3TC with Ngnix reverse proxy #45213

    Hello Michael,

    Thank you for reaching out and I am happy to assist you with this.
    1. Yes, W3 Total Cache does work with IMH nginx reverse proxy caching.
    2. IMH Nginx is controlled in cPanel, however, it cannot be purged via W3 Total Cache.
    3. I am not familiar with the plugin you are referring to, so Ic can not suggest it for this use case.

    This being said, if you want to purge the IMH Nginx proxy, you need to do this via the IMH Control panel
    I’ve opened a Github issue for this and we may add the ability to do this via W3TC.

    Thank you!

    in reply to: Latest W3 Total Cache update slows down the website #45177

    Hello Libby,

    Thank you very much for the information.
    Yes, please deactivate the restriction so I can check the website. To confirm, you are testing the website on Gtmetrix?
    Can you please re-enable the W3 Total Cache save all settings and purge the cache in W3TC settings and let me know so I can check the website and test the performance?
    Thanks!

    in reply to: W3 Total Cache Preventing WordPress Login #45174

    Hello Brian,

    Thank you for the information and I am glad everything is working as expected.
    Yes, you can backup the settings:
    1. Download the .json file in Performance>General Settings, scroll down to Import/Export settings and click on Download to Export Configuration.
    2. You can make a backup of wp-content/w3tc-config/master.php

    Thank you!

    in reply to: Latest W3 Total Cache update slows down the website #45126

    Hello Libby,

    Thank you for reaching out and I am happy to assist you with this.

    There are no issues with the mentioned setup as W3 Total Cache works great with the Divi and wooCommerce.

    Have you tried purging the cache once the plugin was updated? I’ve tried checking your website, however, I was blocked by the wordfence.

    Was W3 Total Cache the only plugin you updated?

    Sorry for all these questions, we just need more information to troubleshoot the issue and assist you with this problem.

    Thanks!

     

    in reply to: W3 Total Cache Preventing WordPress Login #45116

    Hello Brian,

    Thank you for reaching out and I am sorry about the issue you are experiencing with W3 Total Cache.

    This is a very strange issue to be related to W3 Total Cache, and I am not quite sure (the first time I am seeing this kind of issue) what may be causing this.
    Potentially, some cookie was cached in the browser or the Page Caching was not disabled for logged-in users.
    I would recommend removing the plugin and re-install:
    3. Check .htaccess File (make a backup)
    W3TC will create many directives in the .htaccess file to control the caching behavior. Each section will start and end with comments like “#BEGIN W3TC Page Cache core” and “#END W3TC Page Cache core”.
    Ensure that no residual entries are left over in your .htaccess file after deleting the plugin.
    1. Delete wp-content files and folders
    – cache folder
    – w3tc-config folder
    – object-cache.php (if exists)
    – advanced-cache.php (if exists)
    – db.php (if exists)
    – upgrade folder
    – delete w3-total-cache folder in wp-content/plugins/ (the folder you renamed)
    2. Delete Cached Files from CDN (if using CDN)
    Besides deleting all the relevant files, if you use CDN then ensure to purge the cached content from your CDN. This is necessary when you enabled minify option in W3TC settings. You should delete the minified and combined scripts and CSS files from your CDN server to avoid the site breaking on the browser.
    3. Go to your wp dashboard and re-install W3 Total Cache

    Once the plugin is re-installed make sure that when you test the behavior after enabling the settings one by one, and make sure that caching is not enabled for logged-in users.

    Let me know if this helps!

    Thanks!

Viewing 40 posts - 721 through 760 (of 1,031 total)