Fred
Forum Replies Created
-
Forum: Plugins
In reply to: [Swift Performance Lite] Pre-Build Cache ProblemsHi,
Probably not, if you follow this guide once, everything should be okay.
Forum: Plugins
In reply to: [Swift Performance Lite] Pre-Build Cache ProblemsHi,
Start with reset warmup table and if issue persist, sharing your real site URL.
Forum: Plugins
In reply to: [Swift Performance Lite] Time Out Test – ErrorHi,
It might be overwritten or limited by your hosting provider. Most important question, is prebuild/cache working?
Even if the Autoconfig fails to run a test you can continue the install, there are fallbacks for these situations.
Forum: Plugins
In reply to: [Swift Performance Lite] Different Menu – Fonts and FormattingWhen merge Styles is enabled and there are some conflicts, which causing issues at frontend of your website, fastest solution is to disable merge Styles.
If you want to keep merge Styles enabled anyway, you´ll need to find the conflicting file(s) and exclude those from combining.
So you have to learn what elements to exclude.
What URL do you prefer? with or without www?
If with www then you need to add these rules in Settings→General→Tweaks: Custom .htaccess and don`t forget to change example.com with your own domain!):
# Redirect non-www to (ssl) www RewriteEngine On RewriteCond %{HTTP_HOST} ^example\.com [NC] RewriteRule ^(.*)$ https://www.example.com/$1 [L,R=301]or without www
# Redirect www to non-www RewriteEngine On RewriteCond %{HTTP_HOST} ^www.example\.com [NC] RewriteRule ^(.*)$ http://example.com/$1 [L,R=301]Forum: Plugins
In reply to: [Swift Performance Lite] Comparability issue with ElementorI visited your site and noticed that the dropdown menu is working. May I assume that your issue is fixed?
Forum: Plugins
In reply to: [Swift Performance Lite] Different Menu – Fonts and FormattingHi,
Fastest solution is probably to disable merge Styles and/or disable generate critical CSS.
In general, when merge Scripts and/or Styles is enabled and there are some conflicts, which causing issues at frontend of your site, fastest solution is to disable it.
If your site supports HTTP/2 there is no probably no negative impact on pageload.If you want to keep merge Scripts/Styles enabled anyway, you´ll need to find the conflicting file(s) and exclude those from combining.
So you have to learn what elements to exclude. Merge can break certain things because the mechanism doesn’t always load them in the exact perfect order. You would have this problem with other merge plugins as well.
(advanced) configuration is not included in our support for Swift Lite.
When I visit your site through non-www it redirects correctly to www without any issue.
Forum: Plugins
In reply to: [Swift Performance Lite] Thread not availableIf you want Swift cache pages on first visit, then you should disable Prebuild Cache Automatically and enable Optimize in Background
Swift use WordPress Cron Events. If default WP Cron is disabled, Swift will load wp-cron.php in every minute while the plugin admin dashboard is opened.
Hey there,
Since this topic has been inactive for a while, I’m going to go ahead and mark as resolved. Don’t hesitate to reopen or create a new topic if you still need help!
Thanks for understanding!.Forum: Plugins
In reply to: [Swift Performance Lite] Css Merge Styles ProblemHey there,
Since this topic has been inactive for a while, I’m going to go ahead and mark as resolved. Don’t hesitate to reopen or create a new topic if you still need help!
Thanks for understanding!.Forum: Plugins
In reply to: [Swift Performance Lite] Unable to Save ChangesHey there,
Since this topic has been inactive for a while, I’m going to go ahead and mark as resolved. Don’t hesitate to reopen or create a new topic if you still need help!
Thanks for understanding!This is 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 inSettings→General→Tweaks: Custom .htaccess
or at least at the top of the .htaccess file.
Here an example you might use (don`t forget to change example.com with your own domain!):
# Redirect non-www to (ssl) www RewriteEngine On RewriteCond %{HTTP_HOST} ^example\.com [NC] RewriteRule ^(.*)$ https://www.example.com/$1 [L,R=301]Hi,
We have not heard of any incompatibilities or issues from any other Swift users till now.
Did you try to disable merge Scripts or exclude Google fonts from merging?