wp search-replace old new --dry-run is the safest way to move a site between domains. Always run with --dry-run first.
wp db export takes a fast SQL dump; wp transient delete --all clears every transient including object-cached ones.
wp plugin update --all updates everything; wp cron event run --all runs every scheduled event immediately for debugging.