Skip to content

Local development commands take too long to run #908

@emotion-nub

Description

@emotion-nub

Description

  • When running local development commands, they take significantly longer than expected.
  • This delay can make testing and development frustrating, as it slows down the iteration process.
  • The issue seems to be related to how certain tasks are handled or dependencies are loaded.

To Reproduce

  • Clone the Base Node repository and set up the project.
  • Run any local development command (like npm start or npm run dev).
  • Observe how long it takes to start or complete the task.

Expected behavior

  • The local development commands should run faster.
  • The setup or commands should be optimized to reduce the overall time spent waiting.

Proposed solution

  • Investigate and optimize tasks that might be causing delays (e.g., unnecessary dependency loading or unoptimized scripts).
  • Add performance improvements to speed up the development workflow.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions