9f076631ae
Performance degradation came from the syntax highlighting of large code blocks and from doing that on the server and the client, so fixed this in a couple of ways: 1. Stream the task details data using defer and Suspense/Await 2. Skipped syntax highlighting code blocks with more than 1k lines