swte
Forum Replies Created
-
Forum: Reviews
In reply to: [Swift Performance Lite] Really amazingIt does work that easy on different hosts and servers. Of course there are some setups and situations that need a little love to get there, but they all get there. Thank you for letting us know your experiences
Forum: Reviews
In reply to: [Swift Performance Lite] That’s it!We think so too! Thanks!
Forum: Reviews
In reply to: [Swift Performance Lite] Speed demon (but unstable)This is what we like to hear “WOW”. Thank you for sharing!
Forum: Plugins
In reply to: [Swift Performance Lite] WP Touch Pro not workingYou can exclude them with a regexp as well, just put a leading/trailing #
Alternatively you can enable Mobile Device Support, and add the following snippet to child theme’s functions.php
add_action(‘init’, function(){
if (wp_is_mobile()){
define(‘SWIFT_PERFORMANCE_DISABLE_CACHE’, true);
}
});Forum: Plugins
In reply to: [Swift Performance Lite] Did not cache for userAlso please enable Shared Logged in Cache, I think you need that option instead creating separate cache for every user.
If you enable Shared Logged in Cache you can still use (and it is recommended to use) Optimize Prebuild Only
Forum: Plugins
In reply to: [Swift Performance Lite] Did not cache for userHi,
Is the Optimize Prebuild Only option enabled? If yes, please try to disable it, and set Optimize in background instead.
Forum: Plugins
In reply to: [Swift Performance Lite] High CPU Usage Follow-upForum: Plugins
In reply to: [Swift Performance Lite] Spiking CPU UsageHi,
While the plugin is generating the cache the CPU usage can be higher than usual. If CPU usage is constantly higher you may need check the configurations. It is recommended to enable Settings > Optimization > General > Optimize Prebuild Only.
Generating Critical CSS is the most CPU intensive process. If your site is running on shared hosting you may consider to disable Critical CSS feature, or upgrade to pro version, which provides Compute API (it will generate the critical CSS in cloud).
Forum: Plugins
In reply to: [Swift Performance Lite] Please deactivate Better WordPress MinifyHi,
Thank you for reporting this, we are going to change the method how we detect BWP Minify plugin, it will included in the next update.
Thank you again!
Forum: Plugins
In reply to: [Swift Performance Lite] Serve static content from a cookieless domainThat means you should load CSS,JS and image files from an other domain than simoneharrisphotography.com.au (eg: static.simoneharrisphotography.com.au) so the browser won’t send Cookies for every requests.
You can also use a CDN service like MaxCDN or KeyCDN for this.
Using CDN can improve performance, however using cookiless domain (on the same server) won’t really affect the speed.
Forum: Plugins
In reply to: [Swift Performance Lite] Pingdom Error – Vary: Accept-EncodingDid you enable Merge scripts?
Forum: Plugins
In reply to: [Swift Performance Lite] WP Touch Pro not workingWP Touch has difficulty with all caching plugins https://support.wptouch.com/support/solutions/articles/5000537668-configuring-cache-plugins-for-wptouch
Got to settings > caching > general – ensure that you uncheck “enable mobile device support”. If you continue to have problems, you will need to give us a link to your site to have a look.Forum: Reviews
In reply to: [Swift Performance Lite] Rating activation process onlyI would like to let you know that we removed force activation 😉
Thank you for your feedback
Peter
Forum: Plugins
In reply to: [Swift Performance Lite] High CPU Server Usage Due to Hundreds of Cron EventsThanks for the update. I know this isn’t resolved but I am closing this thread. You can open a new one if you decide to try the plugin again.
Forum: Plugins
In reply to: [Swift Performance Lite] Apparently a problem with activationMarking this one resolved due to no additional responses. If you have any other problems, please start a new thread. Thank you guys.