Skip to content

Extremely long time to first page interactivity in dev #3821

@hermann-p

Description

@hermann-p

Starting with deno task dev will, upon first request to the server, take multiple minutes until the page is shown and interactive. During that time, deno run --ext=js -A ... vite.js is constantly at 100% CPU usage on one processor core. After that is done, the app and hot reloading work mostly normal, but some changes (e.g. new routes) will restart that process.

The project was created with deno run -Ar jsr:@fresh/init. We then added the following modules:

  • tailwindcss
  • daisyui
  • hono
  • zod & zod-openapi

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions