next.js
56c3dce5 - docs: add Docker development performance guidance for Mac/Windows (#80002)

Commit
257 days ago
docs: add Docker development performance guidance for Mac/Windows (#80002) # Add Docker Development Performance Documentation This PR adds documentation about Docker performance issues during development on Mac and Windows, based on community feedback. ## Changes - Added section 8 to the local development performance guide explaining Docker filesystem performance issues - Added a development note to the Docker deployment section recommending local development for better performance - Provides clear guidance on when to use Docker vs local development ## Context Based on community discussion about slow HMR when using Docker for development on Mac/Windows compared to local development. Docker's filesystem access on these platforms can cause significant performance degradation. Link to Devin run: https://app.devin.ai/sessions/7feff3a0c28c4f9ab41014fec498e00e Requested by: lee@vercel.com Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: lee@vercel.com <lee@vercel.com> Co-authored-by: Lee Robinson <lee@leerob.com>
Parents
Loading