Gaël Robin
Gaël Robin
## Scope a solution To change the link we should modify it here: https://github.com/wp-media/wp-rocket/blob/58b612d1a808917f2abc6e393f061026bdfb3ad7/views/settings/page-sections/imagify.php#L29 Here we can change it for https://imagify.io/blog/best-image-compression-plugins/ or any other link. ## Effort estimation: XS ##...
Umm, I'm having issue reproducing the problem. Please see the attached video, it works fine for me. https://github.com/wp-media/wp-rocket/assets/14993267/1c9d0d28-ddcd-4b7f-92d6-73239449792e
It also works for me with Chrome (MacOS) on the URL you gave me
It's also out of mine...
Hello hello, I get that we want to tackle this issue. I've been brainstorming some solutions and had a chat with @Tabrisrp. One idea was to check if the visited...
This is only valid if the page gets cached with this in the `wp-config`: `define( 'WP_ROCKET_DEBUG', true );` EDIT: Maybe I was wrong, did a test that works without that...
# Scope a solution First of all, we need to detect when the page is cached or not. To do that, within our class in `lcp-beacon.js` we need to add...
@wordpressfan for these cases, I guess we won't have the choice to do the DB request we want to avoid which is the one checking if LCP data does exists...
@jeawhanlee & @wordpressfan Are you okay with the latest changes ?