Fred
Forum Replies Created
-
Forum: Plugins
In reply to: [Swift Performance Lite] Performance dropped suddenlyUnfortunately from what I am seeing, it’s not Swift that are causing you trouble.
You have douzens of external scripts that are doing the most damage.The pages are properly cached, but you could configure Swift further to get faster speed.
3.15mb is quite a big page. Check the waterfall for what’s slowing you down.
A lot of calls are related to third-party sites and are beyond your control.Good luck with your mission.
Forum: Plugins
In reply to: [Swift Performance Lite] Clear post cache after commentI did some tests and you are right. It seems to be a conflict with wpDiscuz plugin, which prevents to clear cache when a new comment is added.
I will put a request in for a fix. Thank you for your feedback!
It’s a known bug, and we have already fixed in next release. In a couple of days Swift 2.0 for Pro users will be available.
Forum: Plugins
In reply to: [Swift Performance Lite] Compilation failed: unknown property nameThis is a known issue. There is an URL which contains a parenthesis, and it broke clear cache. It is already has been fixed, the update will release soon.
Thank you for reporting this!
Forum: Plugins
In reply to: [Swift Performance Lite] Fatal Error, out of memoryIt seems there isn’t enough memory for PHP. Can you add the following line to your wp-config.php:
ini_set(‘memory_limit’, ‘128M’);
Hope it helps.
Forum: Plugins
In reply to: [Swift Performance Lite] PHP Warning preg_match() unkown modifer ‘Y’Hi,
it happens because ~ in the URL. We will improve compatibility in next release with URLs which contains ~, however it can cause issues like this with the current version.
Forum: Plugins
In reply to: [Swift Performance Lite] Understanding Caching of GET and POSTSpecific custom configuration is not part of our LITE support, but off course we can help a bit. The use of Dynamic Cache is more intended for developers or professionals.
For example, you can add this >> ?attribute_pa_size=7 << and it is picking up.
At the moment you can specify keys only, but it should cache only requests which contains one of the specified keys.
We will consider to improve this option to be able to specify key-value pairs (with regex) in PRO version, until this you can use swift_performance_is_cacheable filter to override the default behavior.
Hope it helps.
You can set Cloudklare through
Settings->CDN->Cloudflare: Enable Auto PurgeFurther check if Prebuild Cache Automatically is enabled in Settings->Caching->Warmup.
Are you on shared hosting? Maybe lack of resources is slowing down your website?
Hope this helps.
Forum: Plugins
In reply to: [Swift Performance Lite] Merging javascript files breaks my siteWhy didn´t you extend your license? Since there are already so many updates with nice features?
As you know Black Friday is coming soon and I think you could benefit from amazing discounts.
Did you read the Faq on Swift´s website? You can find al kinds of questions with answers there.
to exclude the file from your example, use this line:
/revslider/java.jsForum: Plugins
In reply to: [Swift Performance Lite] Merging javascript files breaks my siteAs you have pro version you can open a support ticket to get free support 🙂
Without viewing and have access to your website nobody can´t tell which specific script is conflicting. You need to find the file which conflicting.
In exclude scripts you can define that file you want to exclude from merging.
Hope it helps.
Forum: Plugins
In reply to: [Swift Performance Lite] Threading please expandIt refers to how many CPU threads/process-workers it uses up. On your own server, you should not limit it. On a shared server, you’ll have to limit it or else your host will give you CPU resource warnings.
Hope it helps.
Forum: Plugins
In reply to: [Swift Performance Lite] Website disapeared from ammpsFirst, don’t use Swift or any other cache plugin locally.
You could rename the Swift plugin folder in wp-acontent/plugins directory. You should then be able to login again.
Forum: Plugins
In reply to: [Swift Performance Lite] Clear post cache after commentYou could try to Enable Caching for logged in users, but you need to monitor if that works for you, as it can also break things.
Forum: Plugins
In reply to: [Swift Performance Lite] Missing styles with DiviAs there are thousands of themes, plugins and combinations on installations it is impossible to know what configuration might break something.
In general, you can minify a file only once. So if you prefer to let Divi do the minifying, then you should disable minify in Swift configuration.
Forum: Plugins
In reply to: [Swift Performance Lite] Threading please expandIt can limit the threads from 3, 2 or 1 and it means the concurrent threads of optimization. For example if you set the Optimization to Optimize in Background, and you have 100 visitors it can start 100 threads if you won’t limit them. Your server will probably die if there will be 100 concurrent threads.
If you limit threads, the plugin will use only limited number of threads for optimizing/building the cache and throw every other connection. In average it is 1 to 3, depending on your on the server and the settings.