Tynan Beatty
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] PHP Deprecated: urldecode()Thanks. This issue should be fixed in an upcoming release.
https://github.com/litespeedtech/lscache_wp/commit/24f321791f32ddf7a2b8d4c61e7d2b48f7dda7d2
Forum: Plugins
In reply to: [LiteSpeed Cache] PHP 8.2 deprecated warningThanks for your report @ipajen! This issue should be fixed in an upcoming LiteSpeed Cache release~
Thanks for your report, @pamanseau. The issue should be fixed in an upcoming LiteSpeed Cache release~
Forum: Plugins
In reply to: [LiteSpeed Cache] ESI nonce blocks have invalid noncesHi @bobyfil, thanks for your kind words.
I tested this with a fresh site yesterday, and I don’t see the extra space (neither withview-source:
).$ curl 'https://example.com/?lsesi=nonce&esi=...&_hash=...' b3f724a714
Perhaps there’s an outside factor on your site causing the extra space?
Either way, usingtrim
on the nonce might be a solution for you.
https://www.php.net/manual/en/function.trim.phpForum: Plugins
In reply to: [LiteSpeed Cache] Fix translation fileForum: Plugins
In reply to: [LiteSpeed Cache] Not included css by minifierIt looks likely. Thanks again~
https://github.com/litespeedtech/lscache_wp/pull/525Forum: Plugins
In reply to: [LiteSpeed Cache] Not included css by minifierHowdy @vioreleremia, thanks for your suggestion.
Would this change resolve the issue for you?$double_quoted = '"(?:[^"\\\\]|\\\\.)*"'; $single_quoted = "'(?:[^'\\\\]|\\\\.)*'"; $css = preg_replace_callback( # '/(?:"(?:[^\\\\"]|\\\\.|\\\\)*")|'."(?:'(?:[^\\\\']|\\\\.|\\\\)*')/S", "/(?<!\\\\)(?:$double_quoted|$single_quoted)/S",
Hi @themukeshpatel , please feel free to see if this patch resolves the issue for you. https://github.com/litespeedtech/lscache_wp/pull/517/files
Forum: Plugins
In reply to: [LiteSpeed Cache] Database orphaned data removerThanks @akgt, we have no plans to do that at this time.
Forum: Plugins
In reply to: [LiteSpeed Cache] Database – Post Revisions – Orphan Records@yinxingmaiming , please feel free to test this patch and let us know if it resolves your issue. Thank you!
https://github.com/litespeedtech/lscache_wp/pull/515- This reply was modified 1 year, 11 months ago by Tynan Beatty.