Forum Replies Created

Viewing 40 posts - 641 through 680 (of 1,031 total)
  • Author
    Posts
  • Hello Corentin,

    We’ve received yoru email via the W3 Total Cache support channel and replied with the instructions.
    Please continue the correspondence there if you have further questions so we can avoid duplicating the answers.
    Thanks!

    in reply to: W3TC and ECS/ autoscaling #54356

    Hello Luis,

    Thank you for reaching out and I am happy to assist you with this.
    W3 Total Cache is load-balancer friendly and built from the ground up with the scale and current hosting paradigms in mind.
    When using load-balanced servers or a server cluster, Memcached or Redis as a caching method are the best to use. It helps to share the cache between multiple servers.

    I hope this helps!

    Thanks!

    in reply to: BUG Total Cache – ALLOW-FROM should be removed #54342

    Hello Jon,

    Thank you for reaching out and thank you for taking the time to check and report this about the W3 Total Cache settings.
    We’ll make sure to bring this to the team and discuss the problem for future releases.
    Thanks!

    in reply to: can’t see WebP images #54022

    Hello Vladislav,

    W3 Total Cache uses the rewrite condition to serve the webp images. So you should see image/webp type once inspecting the source, which is not the case in your case and mostly because the images are mostly thumbnails, which suggests that the Imagic does not support the webp format and for this you should check with your hosting provider.
    Thanks!

    in reply to: can’t see WebP images #53979

    Hello Vladislav,

    Thank you for reaching out and I am happy to assist you with this.
    As I can see the original images are converted to webp by W3 Total Cache and you can check this below:

    https://queridosglitters.ru/wp-content/uploads/2022/05/aloe-vera.jpg
    https://queridosglitters.ru/wp-content/uploads/2022/05/aloe-vera.webp

    When the 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 image formats

    Also, make sure if you are using the nginx proxy that the Proxy is not responsible for handling the static assets.

    Thanks!

    in reply to: Invoice for w3 totalcache #53939

    Hello,

    Done. The invoice was updated and sent to the requested email addresses.
    Thanks!

    in reply to: Discounts for w3 total cahche pro? #53907

    Hello Mario,

    We are offering plans for a single license activation on multiple installations for W3 Total Cache pro.

    The bulk of 5 activations – $350/year

    The bulk of 10 activations – $500/year

    If you are interested in this or you have other requests, please drop us a note directly via the plugin in Performance>Support, or via the website contact form.

    Thanks!

    in reply to: Invoice for w3 totalcache #53905

    Hello,

    Thank you for reaching out and I am happy to assist you with this.
    I’ve made changes as requested and sent the invoice for W3 Total Cache Pro. I’ve deleted the information you shared since this is a public forum.
    Thanks!

    in reply to: Page caching shows garbage text on first load #53897

    Hello,

    Thank you for reaching out and I am happy to assist you with this.
    I’ve checked the website and as I can see on the first load, the proxy and server cache are active:
    x-proxy-cache: HIT
    x-server-cache: true

    This means that you also need to purge the proxy and server cache. When the page is reloaded those headers are gone.
    x-server-cache: false
    You can confirm this by temporarily disabling the W3 Total Cache.

    Let me know if this helps!

    Thanks!

    in reply to: bought pro – doesn’t show #53669

    Hello Steven,

    As I can see the W3 Total Cache Pro license is activated on 2022-05-25

    If you still do not see the Pro version active, remove the license key from Performance>General settings, Licensing sub-box, license field, and save all settings. Re-enter the license, verify the license with the “verify license button” and save all settings.

    W3 Total Cache Pro should be active after these steps!

    Thanks!

    in reply to: webp can not show off #53521

    Hello Terry,

    Thank you for reaching out and I am happy to assist you with this.
    I’ve checked your website and inspected the source, and as I can see all images hosted on your server are converted and served as webp.
    Please check the screenshots below:
    website images being served as webp

    example webp image

    This is the case on all pages of the website so I can confirm that images are converted and served as webp!

    Thanks!

    in reply to: W3 Total Cache compatibility with Akamai CDN #52850

    Hello Adam,

    First of all, thank you for the awesome review.
    To answer your questions:

    1. We do not have documentation on every CDN setting since all settings are self-explanatory and of course, it depends on which CDN provider you are using and if you are using Pull or Push CDN Type. However thank you for the idea, as this might be a good article. I will add explanations below:

    Host attachments: when enabled, attachments (e.g. images from the media library) are served through the CDN.

    Host wp-includes/files: when it is active the files of the wp-includes folder are served through the CDN.

    Host theme files: when enabled the theme files are served through the CDN.

    Host minified CSS and JS files: when enabled, minified CSS and JavaScript files are served through the CDN.

    Host custom files: refers to the files specified in the Custom file list that you can see in the Advanced tab of this same page.

    Add canonical header: This allows you to identify the original URL with the canonical tag. Generally, search engines are able to distinguish the URL without the need to specify it, so by default, the option is disabled.

    Advanced

    Only purge CDN manually: by default W3TC manages autonomously the purge of the cache. If you enable this option you will purge the cache only manually, normally you don’t need to enable the function, as this was specifically added for Cloudfront users because of the huge invalidation costs on the AWS side

    Disable CDN on SSL pages: By activating this option you may run into the problem of mixed content. It happens when some contents are downloaded using HTTP protocol instead of HTTPS and the browser returns a not-secure site warning. In most cases, it is better to leave this option disabled.

    Disable CDN for the following roles: This allows you to choose which user roles to disable CDN for.

    2. Akamai CDN, as you can see is the origin pull, which means that the files are uploaded automatically to the CDN. Once uploaded, all images and files are served from the CDN. The CDN will not serve the image if it’s not uploaded to the CDN. In this case, the image will be served from the origin.

    3. It’s recommended to use different filenames for each image. So if the situation you described occurs, you should try purging the cache manually for the CDN in the W3TC settings. The problem with this is not the CDN, but the Browser Caching. For images, it’s recommended to use 1 year caching for browsers (Expires header and cache-control header) so if the image has the same filename and a different image is uploaded instead, the browser will think it’s the same image and will not fetch for the new one. It’s recommended to use the option “Prevent caching of objects after settings change” in Performance>Browser Cache. This option adds the random query string to files (You can enable it only for images) for example: ?xNNNNN. This will ensure that the browser always fetches the new file from the source, in your case CDN, and all you have to do us to update the media query string in Performance>Browser Cache (Just above the general section), once new image is uploaded with the same filename.

    I hope this answers your questions.

    Thanks!

    in reply to: W3 Total Cache compatibility with Akamai CDN #52794

    Hello Adam,

    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: license #52793

    Hello George,

    Thank you for reaching out and I am happy to assist you with this.
    If the W3 Total Cache license is not renewed after a year, only the Pro features will stop working like FSD CDN integration or Eliminating render-blocking CSS.
    All other features that come with the free version will still work as expected.
    I hope this helps!

    Thanks!

    in reply to: Doubt about Image Service extension #52729

    Hello Leticia,

    Thank you for reaching out and I am happy to answer.
    W3 Total Cache uses ajax calls to convert the images to webp. Once the Convert all operation is executed, you should at least stay logged in (You switch to other windows).
    There is also a limit for free users so depending on the number of images, this process may time out.
    I would advise simply keeping the Dashboard window open and logged in.
    Thanks!

    in reply to: W3 Total Cache compatibility with Akamai CDN #52728

    Hello Adam,

    1. In the “Replace site’s hostname with” field, the CDN’s edge address should be added. This is used to rewrite the URL of the static resources as I’ve mentioned in the previous post.

    2. This should be added in the Performance>CND>Configuration: objects section.

    3. The CDN configuration depends on the CDN provider. You can always use Generic mirror and only add the CDN”s Edge address, or use Akamai from a CDN dropdown menu and configure the CDN with Username and Password.
    You can check this article for more details about Image Service.

    4. W3TC does not handle image resizing upon uploading a new image, so you can use some plugin for this.

    Thanks!

    in reply to: W3 Total Cache compatibility with Akamai CDN #52662

    Hello Adam,

    W3 Total Cache rewrites the URL using the Replace site’s hostname with a section in Performance>CDN.
    As you can see in the description, Enter the hostname provided by your CDN provider, this value will replace your site’s hostname in the HTML.
    SO instead of yourwebsite.come/wp-uploads/2022/05/someimage.jpeg, you will get the CDN URL for example akamai.yourwebsite.come/wp-uploads/2022/05/someimage.jpeg
    And to answer your question, yes you also need to set up a CDN for staging website as this is a different URL.

    I hope this helps!

    Thanks!

    in reply to: After img Webp convert where did the image get stored #52657

    Hello,

    Thank you for reaching out and I am happy to assist you with this.
    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.
    W3 Total Cache uses a rewrite to serve the webp images once converted.
    Once converted, and the cache is purged, the images are served as webp and you can check this by inspecting the source and checking the image mime-type.
    Please make sore to check our article and let me know if you have any other questions.
    Thanks!

    in reply to: how many domain can i use #52200

    Hello,

    Thank you for reaching out and I am happy to assist you with this.
    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, and we are offering bulk licensing for 5 and 10 activations, please email us for more information.

    Thanks!

    Hello Alexa,

    I am sorry about the issue you are experiencing and I am happy to assist you with this.
    The reason behind this is that caching is not active by default for logged-in users in W3 Total Cache, so what you are seeing when not logged in is a problem with some of the settings activated or possibly a conflict with some other plguin.
    I can see that W3TC is not active at the moment, and I can also see that you are using Cloudflare – however, I am unable to see if you are using any other caching layer/method.
    I would advise re-activating W3 Total Cache, and disabling the settings one by one in Performance>general settings, saving the settings and purging the cache after each setting is disabled, and seeing which one might be causing the issue?

    Thanks!

    in reply to: No Key received #51813

    Hello,

    I am sorry about the issue you are experiencing and I am happy to help.
    The license key was sent to the email address used to subscribe to W3 Total Cache pro, and the one you provided here.
    I can see that the license key is applied to the website activated on 2022-04-28 12:30:16
    Since this is a public forum I will not share the license key here or on the website.
    If still do not see the Pro version active, remove the license key from Performance>General settings, Licensing sub-box, license field, and save all settings. Re-enter the license, verify the license with the “verify license button” and save all settings.

    W3 Total Cache Pro should be active after these steps!

    If you are still experiencing the issue, please drop us a note directly via the plugin in Performance>Support or via the website contact form.

    Thanks!

    in reply to: W3 Total Cache compatibility with Akamai CDN #51809

    Hello Adam,

    Thank you for your questions and I am happy to assist you with this.
    W3 Total Cache does have integration with Akamai CDN and you can see that if you check the CDN dropdown under Performance>General Settings>CDN>CDN Type:
    To answer both of your questions, Yes W3 Total Cache will and can upload the images to the CDN, however, W3 Total Cache cannot upload the images directly to Akamai CDN without them being uploaded to the server first. What the W3 Total Cache CDN feature does is, uploads the images and use a URL rewrite to serve those images from the CDN instead of a server.
    Since this use case is not recommended this is out of the W3 Total Cache scope and to be honest, I’ve never seen a plugin that does that.

    I hope this answers your questions.

    Thanks!

    in reply to: [Resolved] Does W3 total cache work when site not live? #51706

    Hello Sue,

    Thank you for your feedback.
    You are most welcome and I am glad the problem is resolved!
    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: [Resolved] Does W3 total cache work when site not live? #51616

    Hello Sue,

    Thank you for yoru feedback.
    If you are not seeing anything in the source, most likely the HTML minify is enabled which removes comments
    Go to Performance>Minify>HTML&XML section, and add the Performance to Ignored comment stems: field, save all settings and purge the cache. Once this step is done, HTML Minify will ignore comments containing Performance, and you should see something similar as the following when inspecting the website in the bottom of the HTML source

    <!--
    Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/
    
    Object Caching 121/331 objects using disk
    Page Caching using disk: enhanced 
    
    Page cache debug info:
    Engine:             disk: enhanced
    Cache key:          yourwebsite.com/_index_ssl.html
    Creation Time:      1650990604.000s
    Header info:
    Content-Type:       text/html; charset=UTF-8
    X-Powered-By:       W3 Total Cache/2.2.1
    Link:               <https://yourwebsite.com/wp-json/>; rel="https://api.w.org/"
    
    Content Delivery Network Full Site Delivery via Cloudflare
    Lazy Loading
    Minified using disk
    
    Served from: yourwebsite.com @ 2022-04-26 17:30:04 by W3 Total Cache
    -->

    I hope this helps!

    in reply to: [Resolved] Does W3 total cache work when site not live? #51451

    Hello Sue,
    In this case, depending on a caching method, if it’s Disk: Enhanced, for example, the folder should be created with the IP address instead of the URL, for example:
    /wp-content/cache/page_Enhanced/2.249.65.164/
    However, I cannot specify the exact issue without inspecting the source and checking the debug. You can check it yourself by enabling the Debug For Page caching in Performance>General settings.
    I hope this helps!
    Thanks!

    in reply to: [Resolved] Does W3 total cache work when site not live? #51429

    Hello Sue,

    Thank you for reaching out and I am happy to assist you with this.
    Can you please share/confirm the website URL?
    Can you also please share more details about the W3 Total Cache configuration and why you think that Page Caching does not work as expected?
    Thank you!

    in reply to: Cache Pro Plugin #50225

    Hello Graham,

    Thank you for the information. Yes, I can see the difference now, and most likely the problem is that the cache needs to be separated for desktop and other user agents.
    You can achieve this by going to Performance>Cache Groups, and under Manage User Agent Groups, enable both groups, select your current theme from the Theme: Dropdown menu, save all settings and purge the cache.
    Let me know if this helps!
    Thanks!

    in reply to: Cache Pro Plugin #50138

    Hello Graham,

    Thank you for reaching out and I am happy to assist you with this.
    When I’ve checked the website, I can see the Hamburger menu, which is of course mostly related to Mobile versions of the websites.
    Can you please confirm that this is the problem you are seeing?
    I bypassed the cache and the result was the same. Can you please take a screenshot of what you are seeing, and also, please disable W3 Total Cache and take another screenshot of what the website actually supposed to look like.
    Thanks!

    in reply to: javascript error #50089

    Hello Leo,

    Thank you for the information.
    As I can see the compression is enabled and you are using Brotli to compress the files.
    content-encoding: be
    You should also increase the cache-control and expires header for static files such as JS files from max-age=3600 to default 31536000 s
    Can you also please let me know if you are testing https://www.semiconsoft.com/wp2/ or https://www.semiconsoft.com/ because the website redirects to https://www.semiconsoft.com/wp2/
    I would also disagree that the website is loading slow as the TTFB is 280ms which is very fast.
    Thanks!

    in reply to: javascript error #49980

    Hello Leo,

    Thank you for reaching out and I am happy to assist you with this.
    I’ve checked the website and I can see that W3 Total Cache is enabled. I can also see the Console error:
    Uncaught ReferenceError: asyncloader is not defined
    I can also see that you are using Jetpack to optimize JS and CSS files which may be causing the jQuery not to load properly, as it should for dependent files, especially when using async.
    Can you please disable the optimization for JS and CSS files in the Jetpack performance settings, and see if that helps, and also, try switching the embed method in the Performance>Minify>JS to default (blocking)
    Let me know if this helps!

    Thanks!

    in reply to: UXbuilder loading on loop when W3 cache is activated. #49583

    Hello Rebecca,

    Thank you for yoru feedback.
    You have not shared the website URL so unfortunately I cannot check or test the website.
    Please switch the Minify to Manual save all settings and purge the cache and check the website.
    If you are having issues, 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: UXbuilder loading on loop when W3 cache is activated. #49392

    Hello Rebecca,

    Naturally, the pages are faster when the CSS and JS are minified.
    To answer your question, yes, you can leave that option disabled and enable it when editing the website.
    Thanks!

    in reply to: W3 Total Cache and Gtranslate #49391

    Hello Juan,

    I am sorry about the issue you are experiencing and I am happy to assist you with this.
    I’ve replied to the email you sent via the W3 Total Cache support channel. Please check your email and continue the correspondence there so we can avoid duplicating the answers.
    Thanks!

    in reply to: Error when activating W3 Total Cache #49315

    Hello Hein,

    I am sorry about the issue you are experiencing and I am happy to assist you with this.
    Can you please share if you are using any other caching solution besides W3 Total Cache like Server-side caching or any other caching plugin?
    I am asking this because I see two headers:
    x-nitro-cache: HIT
    x-turbo-charged-by: LiteSpeed
    Also, please share which server you are using.
    When W3TC is enabled, by default the Browser Cache is also enabled. The error you are getting /wp-content/plugins/w3-total-cache/Root_Loader.php:37 indicates that the plugin was not able to load the BC plugin/extension.

    Thanks!

    in reply to: UXbuilder loading on loop when W3 cache is activated. #49313

    Hello Rebecca,

    Thank you for the information and I am glad that the UXbuilder Loading On Loop problem is resolved.
    As for the Woocommerce question, As I’ve mentioned before, it’s not recommended to cache pages for logged-in users, especially for e-commerce websites, simply to avoid caching any sensitive information about the visitors.
    Adding those WC cookies to the Reject Cookies list will ensure that the pages containing those cookies are not cached.
    I hope this helps!

    in reply to: UXbuilder loading on loop when W3 cache is activated. #49206

    Hello Rebecca,

    Thank you for reaching out and I am happy to assist you with this.
    You have not shared the website URL so I am not sure which settings are enabled in W3 Total Cache.
    However, most likely the problem is with Minify and the fact that Minify is enabled for logged-in users.
    This means that the files responsible for the builder are minified (and they should not be) and therefore the UXbuilder is loading in the loop.
    Go to Performance>Minify, and in the General box, enable the checkbox “Disable minify for logged-in users”, save all settings and purge the cache and let me know if this helps!
    Please check the screenshot below. Thanks!
    disable minify for logged in users checked

    in reply to: New Content Not Showing Up #49090

    Hello Heather,

    Thank you for reaching out and I am happy to assist you with this.
    I’ve checked your website and also the blog page and as I can see the last article was posted on MARCH 27, 2022. Can you please confirm this?
    One other thing that I can see is the x-proxy-cache: HIT header when inspecting the website. This indicates that you have multiple layers of caching – Meaning, besides W3 Total Cache, you also have Proxy caching enabled on your server.
    W3 Total Cache purges the cache automatically when the content is updated to ensure updated pages are shown to the visitors. However, W3 Total Cache cannot purge server-side cache or Proxy cache. Proxy cache usually has the expires set when configured, so I would advise reaching out to your hosting provider for assistance with this, and either disable Proxy Cache and let the only W3 Total Cache handle the Page Caching, or Make sure to purge the PProxy Cache once the content is updated.
    I hope this helps!
    Thanks!

    in reply to: W3 Total Cache Won’t Deploy On The Site #48852

    Hello Theodor

    Can you please confirm you are not using any other plugin to Cache or Minify?
    Please drop us a note directly via the plugin in Performance>Support so I can check this for you.
    Thanks!

    in reply to: problème affichage formulaire carte bancaire #48752

    Hello Laetitia,

    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: W3 Total Cache Won’t Deploy On The Site #48751

    Hello Theodor,

    I’ve checked again and I am still not seeing the W3TC enabled.
    Can you please share the screenshot of the Performance>General settings page?
    The .htaccess file should be in the root of your website’s folder on your host, and this is if you are using Apache, if you are on Nginx, that file should be called nginx.conf
    Cloudways have the article with recommended settings, and also an article with detailed W3TC settings explanation.
    This means that there should be no problem enabling and configuring W3 Total Cache on Cloudways.
    Thanks!

Viewing 40 posts - 641 through 680 (of 1,031 total)