Michael Lee

Results 96 comments of Michael Lee

### Scope a solution We can set a new option of an integer maybe `rocket_api_response_error` in this check that we will increment for each failed response. https://github.com/wp-media/wp-rocket/blob/499eaf1bcfa79ef66191f287e3a63ea13851e378/inc/Engine/Optimization/RUCSS/AbstractAPIClient.php#L126 also reset option...

@Mai-Saad @piotrbak From my findings on Apache, I believe single site test cases fails after first visit of the page because the page cache is no longer served via php...

> As per discussion with @piotrbak and further investigations: > > * The first script `type=""` is executed normally in the browser so probably we need to handle > *...

We will add a checkbox after this line https://github.com/wp-media/wp-rocket/blob/0918f5017d02fcc9d438c6419af5e891a589d848/views/deactivation-intent/form.php#L49 and set a `checked` attribute in it to be checked by default with name attribute maybe `export_settings` and id as `export_settings`...

### Identify the root cause ✅ We are currently not handling the updating the ip on wordfence whitelist. ### Scope a solution ✅ I propose: - Use the wordfence config...

### Scope a solution ✅ We will update WP_Rocket\ThirdParty\Hostings::HostResolver to check for one.com env ``` if ( isset( $_SERVER['ONECOM_DOMAIN_NAME'] ) ) { self::$hostname = 'onecom'; return 'onecom'; } ``` Then...

### Reproduce the problem I was able to reproduce this issue ### Identify the root cause We don't have a method to check and display notice when related RUCSS tables...

Open now as https://github.com/wp-media/wp-rocket/issues/3477 is fixed

> @jeawhanlee Where are we at with this PR? @piotrbak Done, just awaiting assets from the Product Design team