swte
Forum Replies Created
-
Forum: Plugins
In reply to: [Swift Performance Lite] WebP Image Support with CDN’s?Hi,
Are you using mod pagespeed or any plugin for WebP? WebP is supported Chrome only, that because the images won’t appear on FF or Safari (or any other not Chrome browser).
The problem is that if you are using mod_pagespeed and someone visits the site with Chrome, it will change the images to WebP, the cache will store it, and the next users will see that version regardless of their browser.
It won’t happen if you enable the Optimize Prebuild Only in Swift, I am not sure about Fastest Cache.
Forum: Plugins
In reply to: [Swift Performance Lite] WP hide and security compatibilityHi,
In theory yes, please try to add the following code to your child theme’s functions.php:
add_filter('swift_performance_buffer', function($buffer){ $buffer = apply_filters( 'wp-hide/ob_start_callback', $buffer ); return $buffer; });- This reply was modified 8 years, 4 months ago by swte.
Forum: Plugins
In reply to: [Swift Performance Lite] Sliders dont workHi,
Unfortunately I couldn’t check it, because it seems the plugin is not active at the moment. Was there any javascript error in the console?
Forum: Plugins
In reply to: [Swift Performance Lite] Loses SSLHi,
Are you using a htaccess rule for force SSL? If yes please remove it from htaccess and put it in Settings > General > Tweaks > Extra htaccess. If the problem will still persists please let me know
Forum: Plugins
In reply to: [Swift Performance Lite] AWESOME PLUGINHi,
Of course we can help, please open a thread here: https://swteplugins.com/support-forum/ and send a sample URL where you have the issue.
also please send an admin access in private reply.
Forum: Plugins
In reply to: [Swift Performance Lite] Leverage Browser CachingThe plugin adds the following rules (so I am not sure why it isn’t working :-/):
# ——————————————————————————
# | Expires headers (for better cache control) |
# ——————————————————————————
<IfModule mod_expires.c>
ExpiresActive on
ExpiresDefault “access plus 1 month”# CSS
ExpiresByType text/css “access plus 1 year”# Data interchange
ExpiresByType application/json “access plus 0 seconds”
ExpiresByType application/xml “access plus 0 seconds”
ExpiresByType text/xml “access plus 0 seconds”# Favicon (cannot be renamed!)
ExpiresByType image/x-icon “access plus 1 week”# HTML components (HTCs)
ExpiresByType text/x-component “access plus 1 month”# HTML
ExpiresByType text/html “access plus 0 seconds”# JavaScript
ExpiresByType application/javascript “access plus 1 year”# Manifest files
ExpiresByType application/x-web-app-manifest+json “access plus 0 seconds”
ExpiresByType text/cache-manifest “access plus 0 seconds”# Media
ExpiresByType audio/ogg “access plus 1 month”
ExpiresByType image/gif “access plus 1 month”
ExpiresByType image/jpeg “access plus 1 month”
ExpiresByType image/png “access plus 1 month”
ExpiresByType video/mp4 “access plus 1 month”
ExpiresByType video/ogg “access plus 1 month”
ExpiresByType video/webm “access plus 1 month”# Web feeds
ExpiresByType application/atom+xml “access plus 1 hour”
ExpiresByType application/rss+xml “access plus 1 hour”# Web fonts
ExpiresByType application/font-woff “access plus 1 month”
ExpiresByType application/font-woff2 “access plus 1 month”
ExpiresByType application/vnd.ms-fontobject “access plus 1 month”
ExpiresByType application/x-font-ttf “access plus 1 month”
ExpiresByType font/opentype “access plus 1 month”
ExpiresByType image/svg+xml “access plus 1 month”</IfModule>
Forum: Plugins
In reply to: [Swift Performance Lite] Leverage Browser CachingStrange. And static files are served by Apache or Nginx? Can you also copy the htaccess code which solved the issue?
Thanks!
Forum: Plugins
In reply to: [Swift Performance Lite] Leverage Browser CachingAre you using Apache or Litespeed?
Forum: Plugins
In reply to: [Swift Performance Lite] Leverage Browser CachingHi,
You can find it under Settings > Caching > General
https://www.evernote.com/l/AkB-Vv7ptO5DKpmm7elLY9b8bCMu1-uyCE4Just check Enable Browser Cache option
https://www.evernote.com/l/AkDiwm19vVtEdL2mVSPX_tlNRB9aQk5c8MoHi,
It is a false positive alert, try it: remove the classes/Settings.class.php
Forum: Fixing WordPress
In reply to: hide wp-content and theme name on view page sourceHi,
You can try our premium plugin: http://bit.ly/1Di5s8a
Forum: Reviews
In reply to: [Swift Security Lite - Hide WordPress backend, Firewall] Activate PluginCan you send your error.log file to support[at]swte.ch please?
Thank you!
Forum: Reviews
In reply to: [Swift Security Lite - Hide WordPress backend, Firewall] Activate PluginHi,
Can you describe what was your problem?
Thank you!