Opeyemi Ibrahim

Results 38 comments of Opeyemi Ibrahim
trafficstars

I fixed this in this [PR](https://github.com/wp-media/imagify-plugin/pull/935), check this commit https://github.com/wp-media/imagify-plugin/pull/935/commits/079a2f43648e82e325a124504abb642958e5af1f. We can close this ticket. cc @Mai-Saad

### Reproduce the issue ✅ Yes ### Identify the root cause ✅ The version in https://github.com/wp-media/wp-rocket/blob/7999ed2618d11d7fa9b63fc78a7810789072d4b9/inc/Engine/Common/PerformanceHints/WarmUp/Subscriber.php#L78 needs to be updated. ### Scope a solution ✅ Change the version from `3.16`...

Is this still an issue @hanna-meda after merging this https://github.com/wp-media/wp-rocket/pull/6886 ?

I think we need to add `rocket_performance_hints_data_after_clearing` in https://github.com/wp-media/wp-rocket/blob/fb50ef3b9db98b09b4b90797f5c16117a1560435/inc/ThirdParty/Plugins/CDN/Cloudflare.php#L76 Haven't been able to test it yet. [Updated] This is wrong, I tested this and not related

Created a [PR](https://github.com/wp-media/wp-rocket/pull/6921) to fix this, added the performance hints callback to varnish subscriber.

@Mai-Saad the data of both should be cleared not only the active one.

@mostafa-hisham I'm getting the error, this is after adding options_debug to `boot()`. Any idea why this might be happening ? `Fatal error: Uncaught TypeError: WPRocket\RUCSSDebugTool\Admin\Jobs\Subscriber::__construct(): Argument #1 ($query) must be...

@CrochetFeve0251 yes, but the class is defined. Could it be because this class `WPRocket\RUCSSDebugTool\Admin\Jobs\Subscriber::class` is not defined in the configs/binding file [Update] I added `WPRocket\RUCSSDebugTool\Admin\Jobs\Subscriber::class` to the container with the...