Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • pleroma pleroma
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 646
    • Issues 646
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 89
    • Merge requests 89
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PleromaPleroma
  • pleromapleroma
  • Merge requests
  • !3429

Recompilation speedup: make Router a runtime dep of FrontendStatic

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Alex Gleason requested to merge cycles-frontend-static into develop May 30, 2021
  • Overview 2
  • Commits 2
  • Pipelines 1
  • Changes 1

#2651 (closed)

Builds off !3419 (merged) to remove Pleroma.Web.Router as a compile-time dep of FrontendStatic.

This gets rid of 10 compile-time cycles: https://www.diffchecker.com/KAVfbFac

Screenshot_from_2021-05-30_12-15-33

Pleroma.Web.Router was used in a module attribute, causing it to recompile. I've moved it to a local variable instead so it becomes a runtime dep.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: cycles-frontend-static