Fred
Forum Replies Created
-
Forum: Plugins
In reply to: [Swift Performance Lite] issue in file size ofRegarding the number of pages and unwanted URLs in warmup table, you might follow this guide.
About the difference in (backup file) size. @sottovoce explained the diference very well. When Swift cache (and optimize) your site, those files and assets are stored in wp-contect/cache/swift-preformance folder.
Forum: Plugins
In reply to: [Swift Performance Lite] Unable to Save ChangesBoa noite,
It might caused by a conflict with your theme or a third party plugin.
You might follow this guide to find what is causing this issue.Forum: Plugins
In reply to: [Swift Performance Lite] Error on new post or saving postHi,
Did you use Plugin Organizer and enabled/disabled some plugins with sertain rules?
If so, please remove all rules and see if that solve your issue.Hi,
Sorry to hear, but off course you are free to chosse another solution.
FYI: In general, Swift plays well with the majority of sites. We have 1000s of sites that run on (large) Ecommerce sites without any issue.Anyway, good luck with your mission and thanks for letting us know.
Hi,
Thank you for your kind words.This is probably caused by an improper order of htaccess rules. Probably you are using a force SSL or force www/non-www rule in .htaccess. Please remove these rules from .htaccess, and insert them in
Settings→General→Tweaks: Custom .htaccess
or at least at the top of the .htaccess file.Read more about this issue in our FAQ
Maybe wp-nonce is causing this issue. Please switch Cache Expiry Mode to Time Based Mode and set Cache Expiry Time at 10 hours.
Forum: Plugins
In reply to: [Swift Performance Lite] Any product site *Not Cacheabel*Hi,
Some pages are too big and Swift’s DOM parser will skip pages which are larger than this value. Please raise the value DOM Parser Max Buffer in Settings->Optimization->General.Forum: Plugins
In reply to: [Swift Performance Lite] Code CanyonFor pro version support please contact us directly or open a support ticket at https://swteplugins.com/support/. This includes any feature questions as well. Thanks.
Hi,
Start with sharing your site URL and tell us if you use a custom plugin for email verifcation?Forum: Plugins
In reply to: [Swift Performance Lite] Conflict with Themify Theme (one element)Hi,
I already gave you (and Themify author) the solution for this issue, so I´m a bit surprised that it isn´t solved yet.
There is an invalid HTML tag in source, which break the dom parser.
https://cl.ly/06a43f3ed1efYou may ask if Themify Theme author can fix this issue or download this file. You may install and activate it same way as a regular WordPress plugin.
Most likely becase your caching path was changed and you need to edit that in Swift settings: Settings -> Caching -> General: Cache Path.
Or you may also add this line in wp-config
define(‘SWIFT_PERFORMANCE_CACHE_URL’, ‘//benhuebsch.de/wordpress/wp-content/cache/swift-performance/benhuebsch.de/’);Forum: Plugins
In reply to: [Swift Performance Lite] Unable to cacheHi,
I see that your pages are cached now. Did you solve your issue already?
Forum: Plugins
In reply to: [Swift Performance Lite] Conflict with Themify Theme (one element)Hi Isabelle,
It is a bit confusing right now, and I am not sure if your issue has already been solved.
Anyway, there is an invalid HTML tag in source, which break the dom parser.
https://cl.ly/06a43f3ed1efYou may ask if Themify Theme author can fix this issue. If not, please let us know, so we can provide a custom filter to solve the issue with the video.
Forum: Plugins
In reply to: [Swift Performance Lite] 186 pages???Sorry for the confusion, Prebuild terms is only available in Pro version. So you need to exclude those URLs in Settings->Caching-> Exceptions: Exclude URLs
Forum: Plugins
In reply to: [Swift Performance Lite] Plugin not geolocating currencyHi,
You should load prices via AJAX, otherwise it will show the cached prices. Only In Pro Version we have an one click solution, which is using Lazyload Elements feature to load correct currency based on visitor location.
Alternatively you can enable GEO IP Support in Settings > Woocommerce, but it will increase the cache size as it will create separate cache for each allowed country.