Skip to content

Investigate if Actions are the cause of long compilcation times #1783

@jwoertink

Description

@jwoertink

For our app we compile the main app binary, and a separate mosquito worker binary. Both binaries require the same app code with the exception that the worker binary doesn't require any actions.

This is the difference in compilation time
image

I think to further investigate this, we just need to benchmark compiling an app, then compiling a separate app that doesn't use Actions, and see if there's truly a difference, or is it that we're doing something with our app?

My app has 28 action classes... Though it's a decent size, that's not really that many.

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs investigationA possible bug / better docs needed. Investigate further

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions