Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Startup Performance: Why are we compiling modules all the time? #6593

@mehcode

Description

@mehcode
atom --profile-startup

screenshot from 2015-04-30 14 55 40


From the above it looks like we are compiling coffee script modules (see the 90+% of Module._compile) each time we load. If that is true, is there a way to alleviate this (isn't that what the coffee cache is supposed to be doing)? Or am I just seeing smoke here. For the record this happens no matter what (multiple startups, --safe, etc.).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions