Forum Replies Created

Viewing 40 posts - 121 through 160 (of 924 total)
  • Author
    Posts
  • Marko Vasiljevic
    Keymaster

    Hello,

    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!

    Marko Vasiljevic
    Keymaster

    Hello Ranante,

    Thank you for reaching out and I am happy to help!
    Can you please follow the steps below to completely remove and re-install the W3 Total Cache and see if the problem persists:
    1. Deactivate and Delete Plugin
    2. Check .htaccess File (make backup)
    W3TC will create many directives in .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.
    3. 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/ (if exists)
    4. 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.
    5. Go to your wp dashboard and re-install W3 Total Cache

    Thanks!

    in reply to: Memcached servers are not responding #127102
    Marko Vasiljevic
    Keymaster

    Hello David,

    Thank you for reaching out and I am happy to help!
    The W3 Total Cache detects the Memcached if installed and if running. The notification indicates that the Memcached should be restarted
    Check the service at the CLI/SSH: memcached-tool 127.0.0.1:11211 display and memcached-tool 127.0.0.1:11211 stats.
    telnet 127.0.0.1 11211
    should communicate with memcache and respond to status commands etc
    Look if the service is running: ps afux | grep memc
    restart the service if needed (as root/sudo): service memcached restart.

    in reply to: Cache Invalidation #126201
    Marko Vasiljevic
    Keymaster

    Hello Paul

    Thank you for your feedback.
    There is no specific value for the cache to never expire. There is no specific option for this in the W3 Total Cache settings. What you can do is to cache for a year as the static files are cached in the browser, and also add the same value to the Browser Cache settings for the HTML&XML
    as for point 2. When you say reverted, what exactly you mean by that? Are you making any changes or the configuration is reset to default?
    Thanks!

    in reply to: Azure CDN / Files Not Copied to Storage Blob #126129
    Marko Vasiljevic
    Keymaster

    Hey Michael,

    Thank you for reaching out.
    We’ve received your email via the W3 Total Cache support channel.
    We replied with some instructions so please provide more details there so we can assist you further.
    Please continue the correspondence there so we can avoid duplicating the answer.
    Thanks!

    in reply to: Trouble with excluding an img from lazy load #126128
    Marko Vasiljevic
    Keymaster

    Hello,

    Thank you for your feedback. Glad to know the problem is resolved
    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: Login Issue #125826
    Marko Vasiljevic
    Keymaster

    Hello Michael,

    Thank you for reaching out and I am happy to help!
    Just to confirm, you are trying to manage your W3 Total Cache subscription and you want your email updated for this?
    If this is the case, please confirm this, and drop us a note directly via the W3 Total Cache plugin in Performance>Support or the contact form: https://www.w3-edge.com/contact/
    So we can provide access to your account as this is a public forum.

    Thanks!

    in reply to: Trouble with excluding an img from lazy load #125824
    Marko Vasiljevic
    Keymaster

    Hello

    Thank you for reaching out and I am happy to help.
    When inspecting the source, the testimonial images have this class and style:
    class="kt-testimonial-image lazy" style="background-image:
    As you can see they are lazyloaded by the theme or the plugin you are using for this, and this may cause conflict.
    In the W3 Total Cache there are various ways you can exclude images from being lazyloaded. One of them is to add skip_lazy, however, there is no skip_lazy added for those images as I can see.
    In Perforamnce>User Experience, since those are background images, you can disable the option: Process background images, save all settings, and purge the cache. This will result in all the images with style="background-image: not being lazyloaded by the W3 Total Cache.
    You can also exclude those testimonial images from Lazyload by adding the class name kt-testimonial-image to Perforamnce>User Experience>Exclude words section.
    Make sure to save all settings and purge the cache.

    I hope this helps!

    Thanks!

    in reply to: Minify and CDN #125693
    Marko Vasiljevic
    Keymaster

    Hello,

    We’ve received your reply.
    Thanks! Can we please continue the correspondence via the support channel (email) to avoid duplicating the answers?
    Thanks!

    in reply to: Expiring cache issue #125687
    Marko Vasiljevic
    Keymaster

    Hello,

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

    In W3 Total Cache there are advanced settings for each caching module, Page Cache, Object Cache, DB Cache, etc. If you are using Redis, in the Redis settings you can find the Default lifetime of cache objects. With this option, you can manage the cache expiration, however, please note that depending on the website this can impact the memory..

    As for the cache express header, the default for the static files is one year and for the HTML is one hour if set. You can also increase this in the Browser Cache settings.

    Thanks!

    in reply to: Minify and CDN #125685
    Marko Vasiljevic
    Keymaster

    Hello,

    Thank you for your patience and the details provided.
    In 99% of the cases, there is no need to add anything manually so it’s all down to the server configuration and if the server allows the plugin to modify the files or not.
    We cannot force this so in some cases such as yours, the server configuration prevents this.
    I’ve checked the files and as I can see the rewrite is now taking place, and all the files look good in terms of not removing the characters. Can you please confirm this?
    As for the CDN, and the minified files not being uploaded to the CDN, if you are using origin push, you may need to invalidate those files manually.
    You should visit the page as logged in. That will find out which minified URLs are used by that page and the queue upload process of minified urls.
    Go to the backend and check that the upload queue is empty. if not – process it.
    visit page as logged in again. it should use cdn urls now.
    Now you can purge the page cache and visit it as an anonymous user to check that cdn urls are used by page cached version too

    I hope this helps!

    Thanks!

    in reply to: Cache Invalidation #125682
    Marko Vasiljevic
    Keymaster

    Hello Paul

    Thank you for reaching out and I am happy to help!
    In W3 Total Cache there are advanced settings for each caching module, Page Cache, Object Cache, DB Cache, etc. If you are using Redis, in the Redis settings you can find the Default lifetime of cache objects. With this option, you can manage the cache expiration, however, please note that depending on the website this can impact the memory.

    As for the 2. and 3. this does not seem to be related to the W3 Total Cache. I would need to check this more and get back to you on this.

    Thanks!

    in reply to: Can’t use Lazy Load Images for background images #125675
    Marko Vasiljevic
    Keymaster

    Hello,

    Thank you for reaching out and I am happy to help!
    The W3 Total Cache can also process background images and lazyload them. In some cases, the theme or some other plugin, or the way those images are added are also lazyloading those images, and doing this with the W3 Total Cache also can cause conflict, for example:
    div class="footer-content lazy" style="background-image: url("https://guillaumelaccordeur.ca/wp-content/uploads/2021/06/Pied-dune-pianiste-et-pédales-du-piano.jpg");" data-bg="url("https://guillaumelaccordeur.ca/wp-content/uploads/2021/06/Pied-dune-pianiste-et-pédales-du-piano.jpg")" data-was-processed="true"

    This being said, you can try and disable the option in Performance>User Experience Process background images which will prevent W3 Total Cache from lazyloading them, and if that does not work, simply add the URLs of those images to Performance>User Experience>Exclude words: field. Make sure to save all settings and purge the cache after each setting is changed.

    I hope this helps!

    Thanks!

    in reply to: can’t activate due to interferring with vital function #125574
    Marko Vasiljevic
    Keymaster

    Hello

    Thank you for reaching out and I am happy to assist you with this.
    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!

    in reply to: Minify and CDN #125250
    Marko Vasiljevic
    Keymaster

    Hello,

    Thank you for your feedback.
    Let me investigate this more and check all the details and I’ll get back to you once I have more information on this.
    Thanks!

    in reply to: Minify and CDN #125207
    Marko Vasiljevic
    Keymaster

    Hello,

    I just want to add that manual minify is an advanced technique of minification that allows you a lot of freedom on how you wish to minify the files.
    There is no straightforward way of doing this as it all depends on the website, the file dependency, and the number of JS files.
    Thanks!

    in reply to: Minify and CDN #125206
    Marko Vasiljevic
    Keymaster

    Hello,

    Thank you for your feedback.
    Is there a reason why the Rewrite structure is disabled is disabled? Are you having issues with the rewrite on your environment?
    How it should work is when the Files are minified (manual or Auto) they should be stored in the /cache/minify/ folder if you are caching to disk.
    the Rewrite structure is disabled, which may also be related to the gzip compression. You should also check if you have zlib enabled and that may be causing double compression.

    I cannot replicate any of those things you mentioned as the files are minified correctly, gzip is enabled and the files are uploaded to the CDN.

    When it comes to the javascript errors, I can confirm that the W3 Total Cache does not remove anything from the files when minified, so you may want to disable minify and see if any of the files are corrupted or if you are getting the errors in the console.
    You should also provide details about your environment, the setup, the PHP and the wp version, the type of server, and the plan with your hosting provider.

    I also want to mention that the replies will not be faster if you ask the same question in multiple channels, like here, via the plugin or the chat. Please understand that some issues are very specific to the environment and the server configuration and cannot be easily replicated.

    Thanks!

    in reply to: Minify and CDN #125142
    Marko Vasiljevic
    Keymaster

    Hello,

    Thank you for reaching out and I am happy to help!
    The minified files should be served from the CDN, and that should not be a problem.
    In W3 Total Cache, you have to push and pull CDN Type and also the options To serve minified files.
    Can you please share your website URL and the screenshot of the CDN settings?

    Thanks!

    in reply to: Deactivate w3 total cached #124164
    Marko Vasiljevic
    Keymaster

    Hello Allen,

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

    The settings are stored in wp-content/w3tc-config/master.php. When the W3 Total Cache is temporarily disabled, this file is not removed. This being said, if the plugin is disabled and then enabled again, the settings will remain the same so you won’t need to re-configure from the start.

    Thanks!

    in reply to: Slow Load Speed #123643
    Marko Vasiljevic
    Keymaster

    Hello Carly,

    Thank you for reaching out and I am happy to help!
    In W3 Total Cache, the HTML minification is just one of the options that can improve the performance of the website. This is a straightforward option; you only need to enable it within the Minify section of the plugin.
    However, The vague explanation from the Site Health is misleading the focus of your question. Also, you should take into consideration the inline JS and CSS, and also the number of the JS and CSS files that are embedded in the HTML that also should be minified/combined.
    The main reason is the TTFB or time to the first byte which is in your case more than 3 s.
    I would suggest you run the setup guide in the W3 Total Cache settings Performance>Setub guide and see which caching methods are available on your server and what is the difference between caching and not caching the pages.
    Also, please let me know where the website is hosted and if you are on a shared hosting with limited resources.
    Thanks!

    in reply to: Page Cache to Logged in Users #123639
    Marko Vasiljevic
    Keymaster

    Hello Emiliano,

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

    The general rule is that you should not cache the pages for logged-in users, simply because of the reason you mentioned. Once cached, the pages will show for the next visitor as cached. This may lead to the sharing of some sensitive information.

    You cannot have separate cached pages from logged-in users and non-logged-in users. And even if that is available, you should have a separate cache based on the user to avoid sharing some sensitive/account details. This means, more caching, and more server resource consumption. Not to mention that the separate user caching would have to be based on the data that the user provides, and we cannot collect this data due to the GDPR rules.

    However, W3 Total Cache is an advanced plugin for a reason, and you can achieve what you need, but this means some specific configuration.

    As a guideline, you should disable caching for logged-in users and only allow caching for subscribers/customers (If this is the user role). Next, Browser Caching is a big NO in this case, so you should modify the Browser Cache for the HTML and set the expires headers to not cache and no-store. This will also impact non-logged-in users.

    And of course, any pages with sensitive information like checkout, cart, or account should be excluded from the cache.
    The login/logout is also something that should remain dynamic, so this depends on the plugin you are using for this. and you can use Page Fragment Caching, and wrap the PHP code for the login/logout with the mfunc to exclude that part of the page from being cached. Alternatively, you may use AJAX call for login/logout.

    to direct your question directly, There is no way to only cache a couple of pages for logged in users. There is no option to add pages to cache only to exclude them from being cached.

    I hope I explained this and let me know if you have any other questions.

    Thanks!

    in reply to: Pro version of the plugin #122969
    Marko Vasiljevic
    Keymaster

    Hello Aleksandra

    Thank you for reaching out and I am happy to help!
    In W3 Total Cache the limits for the webp conversion are:
    The free version:
    Hourly limit: 100
    Monthly limit: 1000

    Pro version:
    Hourly limit: 10000
    Monthly limit: Unlimited

    I hope this helps!

    in reply to: W3TC DB Cluster and Pro Sub Discounts #122783
    Marko Vasiljevic
    Keymaster

    Hello Brian,

    Thank you for your patience.
    I’ve had a chat with the management and there is no non-profit discount at this time for the bulk activations, however, I can confirm that we can give the 2 extra sites at the same rate of the 10 pack

    Thanks!

    in reply to: W3 Total Cache plugin #122755
    Marko Vasiljevic
    Keymaster

    Hello,

    Thank you for reaching out and I am happy to help!
    Have you confirmed if the issue is related to the Page cache option in the W3 Total Cache?

    Can you please share if there is a specific page or all the pages on which someone gets banned?
    Thanks!

    in reply to: W3TC DB Cluster and Pro Sub Discounts #122595
    Marko Vasiljevic
    Keymaster

    Hello Brian,

    Thank you for your feedback.
    I will check more with the finance dept and the management, however, I can say now that we can go with 12 activations for the bulk of 10
    If you have any other suggestions, please reach out directly via the plugin in Performance>Support or via the website contact form.
    Thanks!

    in reply to: Premium help with w3 total cache #122520
    Marko Vasiljevic
    Keymaster

    Hey Cody,

    Can you please share which solution you purchased via the plugin in Performance>Support so I can check this?
    Thanks!

    in reply to: W3TC DB Cluster and Pro Sub Discounts #122458
    Marko Vasiljevic
    Keymaster

    Hello Brian,

    Thank you for reaching out and I am happy to help!
    The DB Cluster option in W3 Total Cache is fixed and it’s working as expected when configured. After enabling Pro mode you will find an area inside the Database Cache box on the General Settings page. Click ‘Enable database cluster’ to enable the functionality
    As for the licenses, do you need the Pro for all 12 websites?
    As for the dev environments, you need to define(‘W3TC_PRO_DEV_MODE’, true) to wp-config.php and resave the license key, and use the same license key on the Prod instance.
    Let me know if you have any other questions

    in reply to: Premium help with w3 total cache #122443
    Marko Vasiljevic
    Keymaster

    Hello Cody

    Thank you for reaching out and I am happy to help!
    We do have the W3 Total Cache Premium support which you can check within the plugin in Performance>Support.
    If you have any pre-purchase questions regarding any Premium support solution please drop us a note via the plugin Performance>Support>Sales Questions or via the website contact form.

    Thanks!

    in reply to: W3 Total Cache #121956
    Marko Vasiljevic
    Keymaster

    Hello Roohan,

    Thank you for reaching out and I am happy to help!
    Can you please share the website URL and let me know what is the exact problem you are experiencing with the W3 Total Cache so I can check this and provide you with the correct solution for this?
    Thanks!

    in reply to: Google insight not loading #121760
    Marko Vasiljevic
    Keymaster

    Hello,

    Thank you for reaching out and I am happy to help.
    I’ve answered this question in the wp.org topic you opened for the W3 Total Cache support.
    Please continue the correspondence there so we can avoid duplicating the answers.
    Thanks!

    in reply to: WordPress Changes Not Visible #121470
    Marko Vasiljevic
    Keymaster

    Hello Hosea

    Thank you for reaching out and I am happy to help!
    Just to confirm, did this issue occur without the W3 Total Cache?
    If this is the case, I can see that you are using Sucuri CDN and this means that you have a serverside layer of caching that needs to be cleared once the new content is added or existing updated.
    Please check this with your hosting provider and see if you can set this up on the server because W3 Total Cache cannot clear the cache that it does not create itself.
    Let me know if this helps!
    Thanks!

    Marko Vasiljevic
    Keymaster

    Hello Harman,

    Thank you for reaching out and I am happy to help!
    This depends on what is connected with your Redis instance and if the memory allocated is sufficient for the amount of data that needs to be stored. It also depends on which features in the W3 Total Cache you are using with Redis.
    You should try to flush Redis
    To Flush the Redis Cache, either the FLUSHDB or the FLUSHALL commands could be used. FLUSHDB command deletes all the keys of the DBs selected and the FLUSHALL command deletes all the keys of all the existing databases, not just the selected one.

    The syntax for the commands are:

    redis-cli FLUSHDB
    redis-cli -n DB_NUMBER FLUSHDB
    redis-cli -n DB_NUMBER FLUSHDB ASYNC
    redis-cli FLUSHALL
    redis-cli FLUSHALL ASYNC
    For instance, to delete all the keys of a database #4 from the Redis cache, the syntax to be used is:

    $ redis-cli -n 4 FLUSHDB

    Let me know if this helps!

    in reply to: Azure #121200
    Marko Vasiljevic
    Keymaster

    Hello Marco,

    Thank you for reaching out and I am happy to help!
    Can you please check the W3 Total Cache settings in Performance>Minify and see if the option Rewrite URL structure is enabled?
    If not, enable the option, save all settings and purge the cache.
    Let me know if this helps!

    Thanks!

    in reply to: using minification on photography site #120924
    Marko Vasiljevic
    Keymaster

    Hello

    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: using minification on photography site #120517
    Marko Vasiljevic
    Keymaster

    Hello,

    Thank you for reaching out and I am happy to help!
    The Minification is not used for the images. Minify is used for minifying and combining static assets like JS and CSS.
    In the case of images, they need to be optimized. In the W3 Total Cache, there are some ways to optimize the images. WebP is a next-gen format that was designed specifically to compress graphics on the web. so you can use the Webp converter feature in the W3 Total Cache, to convert the images and serve them in the webp format.
    Alternatively, you can also use the Lazyloading option for images.
    If there is a need to resize images or scale them, you should either use some image optimization plugin for this or modify and re-upload images.

    I hope this helps!

    Thanks!

    in reply to: Update Failed #119937
    Marko Vasiljevic
    Keymaster

    Hello,

    Thank you for reaching out and I am happy to help!
    As you can see from the notification, This is usually due to inconsistent file permissions.
    Please check your files/folder permissions on the server.
    Please make sure the correct permissions are set:
    files – 644
    folders- 755

    This is not specifically related to the W3 Total Cache, but the server permissions.

    Thanks!

    in reply to: WebP extension doesn’t work #119299
    Marko Vasiljevic
    Keymaster

    Hello,

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

    There can be several reasons why the image conversion may not be working in W3 Total Cache.
    Please check the server log for any PHP errors/messages/fatal errors as you may need to increase the Allowed memory size
    Please check if you are using any security plugins that may be blocking the requests sent for conversion.
    Check the network tab while conversion is active for any 404 Ajax calls.

    Thanks!

    in reply to: Premium features in the caching plugin do not work #118289
    Marko Vasiljevic
    Keymaster

    Hello Alex,

    The contact form is working just fine, I’ve just checked it with different browsers and it loads just fine

    Please use customer-support@w3-edge.com and drop us a note directly.

    Thanks!

    in reply to: Premium features in the caching plugin do not work #118204
    Marko Vasiljevic
    Keymaster

    Hello Alex,

    Thank you for your feedback.
    Please share all the information using our website contact form.
    https://www.w3-edge.com/contact/
    Thanks!

    in reply to: About W3 Total Cache Pro license #118200
    Marko Vasiljevic
    Keymaster

    Hello Frank,

    I was reffering to the email we replied to for danredmedia @ your provider
    Please check your email and reply to it if you have any other questions and follow the instructions there.
    I’ve re-sent the email.

    Thanks!

Viewing 40 posts - 121 through 160 (of 924 total)