The slowness comes from DevTools preparing for the interactive display, not just dumping raw data. For huge or deeply nested objects, property traversal (and sometimes even stringifying-for-display, if the console tries to render summaries) can be significantly slow compared to simply printing a pre-made string.