You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.debug(f'HTML minification took {elapsed_time:.2f} seconds, and shrunk size of {filename} from {size_before} to {size_after} bytes, delta={delta} ({delta*100.0/size_before:+.2f}%)')
2622
+
logger.debug(f'HTML minification, and shrunk size of {filename} from {size_before} to {size_after} bytes, delta={delta} ({delta*100.0/size_before:+.2f}%)')
0 commit comments