Adame Dahmani
Adame Dahmani
Monitor WPR Dbugger RUCSS or Preload progress without refreshing the page + prompting an alert if the progress stagnates for more than 60 seconds (see screen recording below). How to...
Will add the following when the cron is triggered by the server: `Cron: Triggered by the server` To replace the empty line: `Cron:`
@alfonso100, if you can make the WPR Logs deletion outside of the actual debug page. The reason for that is when the logs are more than 10Mb, the browser will...
None of the CLI commands currently available can delete the used CSS. Possible commands: - Activate/deactivate Remove Unused CSS globally - Activate/deactivate Remove Unused CSS per post - Delete Used...
It will be a good thing to have for customers that need to update licenses at scale without having to add constants or upload files. Slack convo - https://wp-media.slack.com/archives/C08N8J6VC/p1670412224453549
The `wp rocket import` command is not working if the file is not hosted locally: ``` wp rocket import --file=https://example.ext/wp-rocket/wp-rocket-settings-example.ext-date-hash.json ``` Temporarily fixed on the customer's website using: ``` wget...
We have a CLI command to start the preload process - https://github.com/wp-media/wp-rocket-cli/blob/master/command.php#L248 Would it be possible to add another one for stopping the preload too? This can be handy for...
Undefined variable: lazy_sources in Image.php on line 273 We need to either move `$lazy_sources = 0;` outside of `if ( preg_match_all()){}` or move `if ( 0 === $lazy_sources ){}` inside...
We don't minify the inline lazy-load-related scripts on the free lazy-load plugin. Doing the minification will save 1.5kb. It's not much, but it will make some users happy :) Compared...
**Before submitting an issue please check that you’ve completed the following steps:** - [x] Made sure you’re on the latest version `3.10.9` - [x] Used the search feature to ensure...