WordPress Fan

Results 34 comments of WordPress Fan

I created this PR: #6625 to validate the idea with you before completing the code there. As u can see, I created a new directory for gulp inside `src/js` with...

I don't know the context that you need applying this method id but I think you have HTML that you need to apply lazyload on the found images there, correct?...

As @Tabrisrp mentioned, we are using wp_query class to handle this and we don't change the query directly. We need to know more about the installed plugins and active theme,...

I created the issue here: https://github.com/wp-media/wp-rocket/issues/6637 If u have any more input plz add it there. For the whitelabel point: > When the constant WP_ROCKET_WHITE_LABEL_FOOTPRINT is there we still add...

All jobs from that site in SaaS are returning timeout error, I'm checking with Mostafa now what is going on there.

This was because in SaaS we load the not cached page which doesn't include the signature and this means that the following line returns js error in the console: https://github.com/wp-media/wp-rocket/blob/a6b762284692de00b1ef67a1ae24d52a67551c42/assets/js/lcp-beacon.js#L51...

I think that's because the device pixel ratio `window.devicePixelRatio` To validate that this is the root cause, I changed those two lines of code: https://github.com/wp-media/wp-rocket/blob/985a76bfcf3d4df0a1dd325b208ed0dd4d071246/assets/js/lcp-beacon.js#L69-L70 to be: ``` const screenWidth...

Yes it was working in some cases, but with me it wasn't properly working because of the threshold wasn't valid in this case, for example when u visit from Iphone...