WP Bullet

Results 10 comments of WP Bullet

@adarshmadrecha Let's Encrypt WIldcard SSL requires DNS records but after that is done I'm sure @carlalexander can add an option for this

Thanks @khavishbhundoo using a VM with more RAM did resolve the issue. The image was reduced to 2.7 MB, the same image was reduced to about 1.5 MB with jpeg-recompress...

@khavishbhundoo I just had high hopes for guetzli. Good to know below 84 isn't possible

@khavishbhundoo my understanding of jpeg-recompress is that it does test compressions at different quality ranges and does its best to make sure the noticeable quality difference is minimal before accepting...

@thejimbirch I don't think the `--all-tables` flag will help with this. having run into this lately [this was how I fixed the missing unique column issue on wp_options](https://guides.wp-bullet.com/add-mysql-index-wordpress-wp_options-table/) which hopefully...

To clarify the command description is this page https://developer.wordpress.org/cli/commands/search-replace/ and not something else, right? Personally I think there should be some sort of Notes section for each command description page...

@iprok is there anything else that could cause this? I'm trying something similar on Ubuntu 16.04 and I have extracted the config flags from the mysqlbug command: ``` --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.10'...

I appreciate the reply @iprok do you happen to have a link to the docker image you use? I see about 4 of them when I google!

FWIW when I made a script using this amazing package I worked around this with: ``` wp search-replace "/wp-content/uploads/" "/wp-content/uploads/sites/${SITEID}/" --url=${SITEURL} --report-changed-only ```

Using [wp profile](https://guides.wp-bullet.com/using-wp-cli-wp-profile-to-diagnose-wordpress-performance-issues/) I also found these are taking a bit longer than I'd like and are even running on pages where there are no images. I'd like to help...