snippet24
Forum Replies Created
-
Thank you so much for the thorough guidance and I apologize for the late reply. I just tried everything and after adding the Cloudflare rule it fixed it in the search console, so we are good 🙂
- This reply was modified 6 days, 21 hours ago by snippet24.
Update: disabling Cache Logged-in Users preference seems to work now, so that may it has been the cause.
Here it is :
HTTP/3 200 OK
date: Mon, 30 Mar 2026 20:48:17 GMT
content-type: text/html; charset=UTF-8
report-to: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ACcr%2FVEhqzm7%2BRmDolxKyE%2BCuanJwNuZipnxjhKgVcRf6EPciCG%2FkmzOwhQpraMs8XWWXqlZjQS%2FTn%2BSqB1Z7cPbmMk5TENrmZBvESTcLwetxdyx0fTvGRXtB%2B2FPVlv"}]}
priority: u=1,i=?0
cf-edge-cache: cache,platform=wordpress
link: <https://www.klotho.cl/wp-json/>; rel="https://api.w.org/"
nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
x-litespeed-cache: hit
content-encoding: br
vary: Accept-Encoding
server: cloudflare
x-turbo-charged-by: LiteSpeed
cf-cache-status: DYNAMIC
cf-ray: 9e49f95a2de49ce3-EZE
alt-svc: h3=":443"; ma=86400
server-timing: cfExtPriHi, sorry about the late reply, tested with dev mode on Cloudflare plugin and the issue persists
Hi, there it is: YDQRAPNM
Hi!
Thank you!! understood 😉
Forum: Plugins
In reply to: [Classic Editor] broken in 6.9I’m having the same problem here, in addition the checkboxes icons are not working as well
Escaping is still the right thing to do even if it doesn’t resolve the issue
Thumbs 🙂
And if it can be replaced, you might need to consider how it got there and take steps to ensure it doesn’t happen again.
Thank you!! Well the problem is that it is posted by editor users of the site.
And usually is related to icons or emojis which seems to contain these invisible characters.
So I cant easily control the content that gets posted I’m afraid, wish there was a function that could easily remove them for good and safely ^^!Ohh and happy new year 🙂
Forum: Plugins
In reply to: [Cloudflare] Cold load extremly slow..Hi @defries,
I have good news: I’m getting “revalidated” headers for old content now which usually had the value of “expired” that has improved performance and the Web Core Vitals significantly.Also important to note APO subscription is not active (the payment does not depend directly on me, but I already send a message about it).
What kind of performance plugins are you using?
I’m using: Autoptimize (asset optimization) + LiteSpeed cache + Cloudflare official plugin. To have in mind Autoptimize as said by the author is not a cache plugin in itself.
- This reply was modified 4 months, 1 week ago by snippet24.
Thank you, so far have this then:
global $wp_query;
$postid = $wp_query->post->ID;
$descripcion1 = substr(get_field('descripcion'), 0, 600);
$descripcion1 = iconv('UTF-8', 'UTF-8//IGNORE', $descripcion1);
$content = esc_xml($descripcion1);
$content = preg_replace('/[\x{1F300}-\x{1FAFF}\x{2600}-\x{27BF}]/u', '', $content);but it still doesn’t seem to remove those invalid characters, if I add for example to the ACF description in code view:
<li>it returns
mples y aplicables en la vida cotidiana.</p>Do note im testing now in localhost as I already found the invalid charter in the posts of the live site
Forum: Plugins
In reply to: [Autoptimize] Some assets not beign minified / deferred?Forum: Plugins
In reply to: [Cloudflare] Cold load extremly slow..Hi, yes. I don’t know if maybe is a hosting performance issue, not sure really.
Does this happen for new content only?
Nop
What happens for old content that hasn’t changed?
If is expired or miss it loads slowly
How fast does content expire? (4 hours would is set as the default when you apply the plugin’s)
That would be the Browser Cache TTL? Is yes is set to “Respect existing headers”….
- This reply was modified 5 months, 1 week ago by snippet24.
Forum: Plugins
In reply to: [Autoptimize] Remove console.logs for improved performance?Ahh I understand :-/ Thank you Frank for giving it a try nevertheless 🙂
Kind Regards
Forum: Plugins
In reply to: [Autoptimize] Remove console.logs for improved performance?Alright 🙂
Forum: Plugins
In reply to: [Autoptimize] Remove console.logs for improved performance?Sure 😉 I can try locally and report any problems that may occur, is it a filter? and removing the code snippet does restore the console.logs right, meaning is temporally.