- Debug createResponse response object properties
- Replace with basic Response object to test if service-srv is the cause
- This will help identify if the hang is in createResponse or Bun.serve
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Set high_compression: false in createResponse to prevent hanging
- The Brotli compression in service-srv createResponse was causing requests to hang
- Sites will now load instantly without compression overhead
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Add debug logs for serveWeb calls and timing
- Measure content length and response creation time
- Help identify if createResponse is the bottleneck
- Debug Bad Gateway timeout issues
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>