Forum Replies Created

Viewing 40 posts - 681 through 720 (of 1,043 total)
  • Author
    Posts
  • 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!

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

    Hello Laetitia,

    The advanced section is within the Page Cache and Minify page, you just need to scroll down once in the selected section.
    Please check the screenshots below as an example.
    Thanks!
    Page Cache:
    Page Cache options

    Minify:
    Page Minify options

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

    Hello Theodor,

    Thank you for reaching out and I am happy to assist you with this.
    Indeed I do not see W3 Total Cache enabled on the website URL you shared. Can you please confirm if the W3 Total Cache is currently enabled and confirm the website?
    Can you also please share the hosting provider? I can the x-cache: HIT header when inspecting the website which indicates that you have some other caching layer like Server-side caching or similar. Can you please confirm this?
    Can you also please check if there are any W3TC rules in your .htaccess/nginx.conf?
    Thanks!

    in reply to: cURL error 28 #48647

    Hello Jadranka,

    Thank you for reaching out and I am happy to assist you with this.
    The notification suggests that responding back to the server’s data requests in a timely manner causes cURL error 28 in WordPress.
    Please check in W3 Total Cache settings in Performance>Page Cache, scroll down to REST API, and see which radio button is selected. Make sure that the default is selected “Don’t cache” save all settings and purge the cache. If the problem persists after that, please disable W3 Total Cache settings one by one, in Performance>General settings, save settings and purge the cache after you disable each setting and see which one might be causing this.
    Thank you!

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

    Hello Laetitia,

    I am sorry about the issue you are experiencing and I am happy to assist you with this.
    I had to translate your question so I need to confirm that I got this right. The problem is with the form on the payment page when W3 Total Cache is enabled?
    Depending on a configuration, you should try excluding the page from the Page Cache and Minify by adding the /commander/ to Performance>Page Cache>Advanced>”Never Cache following pages” and Performance>Minify>Advanced>”Never Minify following pages”
    Make sure to save all settings and purge the cache and let me know if the problem persists.
    Thanks!

    in reply to: W3 Total Cache message #48639

    Hello Larry,

    The best and easiest way to change file permissions is to log in to your cPanel, use FTP.
    If you are unsure how to do this I would advise reaching out to your hosting provider

    in reply to: Access management #48624

    Hello Brenda,

    Thank you for reaching out and I am happy to assist you with this.
    Just to confirm you are trying to manage access to other user roles to be able to make the changes in W3 Total Cache configuration?
    Can you please confirm this?
    Thanks!

    Hello,

    Thank you for reaching out and I am happy to assist you with this.
    Upgrading to W3 Total Cache Pro, makes the difference with Image Conversion as the Pro users have priority in converting the images, and also the Hourly limit: and Monthly limit are greatly increased.
    Thanks!

    in reply to: W3 Total Cache message #48579

    Hello Larry

    Thank you for reaching out and I am happy to assist you with this.
    W3 Total Cache needs to write permissions to your folders and files.
    The notification you are referring to is that the wp-content folder permissions are set to 775 and you should change them back to default 755
    You can check more about the permissions on this link.
    I hope this helps!

    in reply to: W3 Total Cache Review #48576

    Hello,

    Thank you for reaching out and I am happy to assist you with this.
    Unfortunately, we are not offering any trial licenses at the moment for W3 Total Cache Pro
    Pease feel free to purchase the license key and let us know what you think!
    Thanks!

    in reply to: doubt as to the liciency #48392

    Hello Josep,

    Thank you for your feedback.
    We do not have a plan for unlimited websites or a plan for 100+ websites.
    The difference is that the plugin you’re mentioning does not have a free version, but only paid version.
    So depending on a website you may not need some pro features. and in the case of the other plugin if you only need Page Caching or Minify you have to pay for it one way or the other, which is not the case with W3 Total Cache.
    IF you have any specific number of websites you wish to activate the Pro version on, please reach out to us directly via email.
    Thanks!

    in reply to: doubt as to the liciency #48322

    Hello Josep,

    Thank you for reaching out and you inquiry about 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. we do offer a bulk of 5 and 10 activations per account. If you are interested in bulk licensing as the one mentioned or you have more than 10 activations, please email us for more information.
    Thanks!

    in reply to: configuration and setup help, which service #48147

    Hello Barry,

    Thank you for the feedback.
    I would definitely recommend Performance Audit as then I would be able to provide more details after I have the access.
    As for your question about Stackpath, yes it’s faster delivery speed and better performance.
    You do not need to change anything when it comes to www and Stackpath. This is only for the full site delivery and it does not depend if the website is www or not. So there is nothing to worry about because the CDN URL rewrite will take care of the static files.
    Thanks!

    in reply to: configuration and setup help, which service #48067

    Hello Barry,

    Thank you for reaching out and I am happy to assist you with this.
    What Kind of access do you have for your server? Do you have Cpanel access?
    For the CDN, I would strongly recommend considering using Stackpath CDN instead of mentioned bunny CDN.
    As for Webp, this depends on the Server Config. W3 Total Cache converts the original images, however, Some NGINX environments are processing static files which may cause webp not to be converted, and also there is a question of whether Imagick supports the webp images.
    Please understand that some things can only be changed by the Hosting support as they have full access.
    I would recommend purchasing a Performance Audit solution. With this solution, we will configure W3TC for you along with the CDN, and advise which other things that may be out of the W3TC scope need to be done to improve the performance of the website.
    Full site delivery is specifically configuring the CDN and managing DNS so that the entire website can be served from the CDN and not just static files.
    I hope this helps!
    Thanks!

    in reply to: LogIn element does not display unless W3 turned off #48062

    Hello Hermann,

    Thank you for reaching out and I am happy to assist you with this.
    I’ve checked the page you shared https://gr8leaders.com/login/ and I can see that W3 Total Cache is enabled, however, I am not experiencing any problems with displaying the login elements when the page is loaded:
    website login screen
    Can you please confirm that the issue occurs in some specific browser and have you tried clearing your browser Cache?
    I am referring to the green login box. Please let me know if I understand the problem correctly.
    Thanks!

    in reply to: W3 Total Cache question #47904

    Hello,

    Thank you for reaching out and I am happy to answer.
    There are no known compatibility issues with W3 Total Cache and Woocomerce/Flatsome theme.
    The Pro version of the plugin unlocks additional features like eliminating render-blocking CSS, Image conversion limit, FSD CDN, etc.
    I would recommend installing and configuring the community version first and getting the Pro if additional features are needed to improve the speed of your website, and of course, getting the Pro support.
    Thanks!

    in reply to: Is a Trial available for W3 Total Cache #47839

    Hello Shasha,

    Thank you for reaching out and I am happy to answer.
    We are not offering any trial licenses for W3 Total Cache Pro.
    We do however offer a 30-day money-back guarantee if you are not happy with the Pro version of the plugin.
    Thanks!

    in reply to: slider in avada them for wordpress #47726

    Hello Alex,

    I am sorry about the issue you are experiencing and I am happy to assist you with this.
    Can you please share what are the W3 Total Cache settings you are currently using?
    Also, can you please disable the 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!

    in reply to: Distribution for origin not found #47701

    Hello,

    Thank you for reaching out and I am happy to assist you with this.
    Can you please try to create a distribution within W3 Total Cache instead of AWS? Most likely the permissions set on the AWS console are not set to public.
    Thanks!

    in reply to: Already uninstalled plugin #47668

    Hello Tim,

    This is a public forum so please do not leave your personal information here.
    I see that you also opened a PayPal dispute, so the funds are reserved until the dispute is resolved or closed.
    You can also reach out to us directly via website form

    in reply to: Web Accelerator Software #47656

    Hello Dmitriy,

    Thank you for your feedback.
    You can contact us directly via the plugin in Performance>Support, or via the website form.
    Thanks!

    in reply to: Please issue a refund #47641

    Hello Tim,

    I am sorry to hear you are not satisfied with W3 Total Cache Pro.
    Please reach out to us directly via the plugin in Performance>Support and provide license details.
    Thanks!

    in reply to: Where to I exclude cookies in W3TC? #47623

    Hello Tim,

    Thank you for reaching out!
    Yes, you can exclude cookies from W3 Total Cache by adding them to Performance>Page Cache>Advanced>Rejected Cookies: filed,
    for example wp_woocommerce_session_ contains a unique code for each customer so that it knows where to find the cart data in the database for each customer, and should be excluded from the cache.

    I hope this helps!

    Thanks!

    in reply to: W3TC Image service yields poor quality images #47620

    Hello Tim,

    Thank you for the information and I am happy to answer.
    This may depend on the original image quality and the Image compression type you selected in W3 Total Cache Image Service options.
    If you selected lossy Image compression type – Quality may degrade with a higher ratio of compression that can go up to 95%
    If you selected lossless Image compression type – No loss of quality however the compression ratio is slightly lower.
    I hope this helps!

    in reply to: W3TC minification breaks WooCommerce #47618

    Hello Tim,

    I am sorry about the issue you are experiencing and I am happy to assist you with this.
    Have you tried disabling the individual options in W3 Total Cache?
    Can you please 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: Problem with minify, etc. #47584

    Hello Tim,

    Thank you for reaching out.
    1. Enter the license key in Performance>General settings, Licensing sub-box, license field, verify the license with the “verify license button” and save all settings.
    W3 Total Cache Pro should be active after these steps!

    2. Please make sure that Minify is enabled in Performance>General settings
    You can upload the images on Imgur
    and share the screenshots. Make sure to take the screenshot of General settings and Performance>Minify.

    Thanks!

    Hello Tim,

    Thank you for your question and I am happy to answer.
    It’s not the W3 Total Cache that treat mobile differently than Desktop, it’s the Google Page Speed insights.
    As I’ve mentioned in the previous post, only Minified CSS files can be eliminated as render-blocking and as I can see, either Minify is not enabled at all in Performance>General settings or CSS Minify is not enabled in Performance>Minify
    You should enable CSS Minify, make sure that the option “Eliminate render-blocking CSS by moving it to HTTP body” is enabled, save all settings and purge the cache.

    CSS minify settings
    I hope this helps!

    Thanks!

    in reply to: Do I have to update DNS when using StackPath as CDN? #47564

    Hello Tim,

    Thank you for reaching out and I am happy to assist you with this.
    When CDN is set up, it serves the static files on your server (JS, CSS, Images, fonts) from the CDN. I’ve checked your website and I can see that the files are being served from the CDN.
    What Stackpath is suggesting is that you can also serve your entire website from the Stackpath, meaning the HTML also besides static files. W3 Total Cache also has the FSD CDN option in this case.
    The advantage of doing so is that, as I’ve mentioned, your entire website will be served from the Stackpath Sevres instead of from your origin.
    Stackpath has Servers worldwide and this means that the website will load much faster for the users that are visiting the website in other countries/continents.

    I hope this helps!

    Thanks!

    in reply to: Does pro version support dns preload/prefetch? #47560

    Hello Tim,

    Thank you for your question and I am happy to answer.
    W3 Total Cache cannot preload google fonts and also does not optimize font files.
    Since those fonts are considered as external files, you should consider hosting the fonts on your server instead of calling them from Google CDN.
    Thanks!

    2024 UPDATE
    DNS prefetch, Preconnecting, and Preloading are now available in W3 Total Cache Pro!

Viewing 40 posts - 681 through 720 (of 1,043 total)