Skip to content

Subhadip-learner/studio

Repository files navigation

Firebase Studio

This is a NextJS starter in Firebase Studio.

To get started, take a look at src/app/page.tsx.

Performance Optimization

If you encounter a "Slow filesystem detected" message during development, it indicates that Next.js is being slowed down by the filesystem. Here are some steps you can take to improve performance:

  1. Move project to a local drive: If your project is located on a network drive, move it to a local drive on your computer.
  2. Exclude project directory from antivirus: Configure your antivirus software to exclude your project directory from scanning. This can prevent the antivirus from interfering with Next.js's file access.
  3. Use Turbopack: Turbopack is a faster alternative to Webpack. Make sure Turbopack is enabled in your next.config.js file, and that you are using next dev --turbopack to start the server.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages