econsorsn
Forum Replies Created
-
Forum: Plugins
In reply to: [Really Simple CAPTCHA] Comptibillity with W3 Total CacheWe’re using Enfold Theme and a bunch of PLugins. What kind of Plugin could effect the captcha to work properly?
Maybe Lazy Load (a3 Lazy Load) is affecting the capctha?
Forum: Plugins
In reply to: [Really Simple CAPTCHA] Comptibillity with W3 Total CacheWe excluded: /wp-content/uploads/wpcf7_captcha
Forum: Plugins
In reply to: [Really Simple CAPTCHA] Comptibillity with W3 Total CacheYea, we’ve excluded the image path from the page cache and now its working. But it should work without that, or am I wrong?
Forum: Plugins
In reply to: [Really Simple CAPTCHA] Comptibillity with W3 Total CacheThanks, but how? Obviously it’s not working on our site. We’re using CF7 + Really Simple Captcha with W3 Total Cache.
Forum: Plugins
In reply to: [LiteSpeed Cache] Chache TTL for mp4 not workingHi, no it’s still there.
Forum: Plugins
In reply to: [LiteSpeed Cache] Chache TTL for mp4 not workingUnfortunately, this is not possible.
Any tips for us on what to look for that could potentially block TLL?
There are two lines where the mp4 TTL is currently set. Does this possibly interfere with each other?
Yout code:
<FilesMatch "\.(jpg|JPG|jpeg|webp|jpe?g|woff|woff2|png|css|js|gif|swf|ico|ttf|eot|ico|js|mp4|webm|svg|json)$"> Header set Cache-Control "public,max-age=31536000" # This should always be set if there are static sources Header unset ETag </FilesMatch>
and this, i guess from the litespeed plugin
ExpiresByType video/ogg A31536000 ExpiresByType audio/ogg A31536000 ExpiresByType video/mp4 A31536000 ExpiresByType video/webm A31536000
Forum: Plugins
In reply to: [LiteSpeed Cache] Chache TTL for mp4 not working@serpentdriver Thanks.
I’ve replaced the code snippet, cleard the cache and tested the site again.
Unfortunately, still no cache TTL is output.
Regards
SebastianForum: Plugins
In reply to: [LiteSpeed Cache] Chache TTL for mp4 not workingHi,
the report number is: HWXOUOCX
Regards,
SebastianForum: Plugins
In reply to: [LiteSpeed Cache] Chache TTL for mp4 not workingYes, I know. Opening this thread was my last hope.
Forum: Plugins
In reply to: [LiteSpeed Cache] Chache TTL for mp4 not workingWe had this header integrated so far.:
<FilesMatch ".+\.(mp4|m4v)$"> Header set Cache-control "public, max-age=31536000" </FilesMatch>
We’ve added your code right below in .htaccess but Google is still missing the TTL.
Forum: Plugins
In reply to: [LiteSpeed Cache] Chache TTL for mp4 not workingHi,
thanks for the reply and the tipp.
Why is lighthouse then still asking for cache ttl for mp4?
https://pagespeed.web.dev/report?utm_source=psi&utm_medium=redirect&url=https%3A%2F%2Feasy-software.com%2Fde%2FHow can we fix the missing TLL?
Thanks,
SebastianForum: Plugins
In reply to: [LiteSpeed Cache] WebP not workingHi,
we changed the position and made the changes to the code but images still don’t appear as .webp.
Report number: SHPAAFNX
Report date: 04/07/2021 11:42:48Regards,
SebastianForum: Plugins
In reply to: [LiteSpeed Cache] WebP not workingHi,
we’re not runnig nginx on this server.
Regards,
SebastianForum: Plugins
In reply to: [LiteSpeed Cache] WebP not workingHi,
yes, the rule is still there.
What do you want to know about the server env?
Apache/Litespeed Webserver
PHP 7.3
…Regards,
SebastianForum: Plugins
In reply to: [LiteSpeed Cache] WebP not workingHi,
thanks for the reply.
We’ve put the rules into the htaccess, but unfortunately it’s still not working.
We are using LSC on many other websites hosted in the same or a similar hosting environment. It’s working well on all other pages excapt this one.
Maybe you can further inspect this and help us to fix this.
Regards,
Sebastian`