mostafa-hisham
mostafa-hisham
### Scope a solution - Respond with a different error code (**504**) on timeout on the SAAS side - Update [RUCSS controller](https://github.com/wp-media/wp-rocket/blob/develop/inc/Engine/Optimization/RUCSS/Controller/UsedCSS.php) to create a new JOB on 504 errors...
## Reproduce the issue :heavy_multiplication_x: No need to reproduce ## Scope a solution :white_check_mark: after talking with @vmanthos we need to add `remove_unused_css` , `async_css` , `optimize_css_delivery` options in `$removed`...
in my opinion this issue should be closed the fix we implemented 20days ago worked fine and i don't think we faced it again
### Reproduce the problem No ### Identify the root cause We need to exclude jQuery when Avada's LazyLoad is enabled. ### Scope a solution In `/inc/ThirdParty/Themes/Avada.php` we need to subscribe...
### Reproduce the problem I was able to reproduce the problem locally. ### Identify the root cause we are lazyloading base64 images (i don't think we need to do that)...
### Reproduce the problem I was able to reproduce the problem locally. ### Identify the root cause We have a couple of problems here - **The first problem** is that...
Do we know the Divi version of the websites that have the issue? the filter we currently use to disable **the dynamic CSS option** was added in the Divi theme...
@MathieuLamiot I added comments on the Beacon [PR](https://github.com/wp-media/nodejs-treeshaker/pull/579) to explain the improvements we can make to the beacon script https://github.com/wp-media/nodejs-treeshaker/pull/579/files
@MathieuLamiot Done and I added a replay on [my comment](https://github.com/wp-media/nodejs-treeshaker/pull/579/files#r1490604687). > If Images are not on the viewport, they won't be worth optimizing as a critical asset, and won't bring...
@MathieuLamiot The changes you [mentioned](https://github.com/wp-media/wp-rocket/issues/6429#issuecomment-1969449668) are applied in the [PR](https://github.com/wp-media/nodejs-treeshaker/pull/646#issue-2156355826)