Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shrink mapnik upload bundle #117

Open
mattdelsordo opened this issue Aug 24, 2018 · 0 comments
Open

Shrink mapnik upload bundle #117

mattdelsordo opened this issue Aug 24, 2018 · 0 comments
Labels
performance Something could be optimized

Comments

@mattdelsordo
Copy link
Contributor

Since AWS Lambda start time and overall request speed correlates directly with upload bundle size, it would be super worth it to investigate means to shrink the uploaded bundle. This could be a bit tricky due to:

  • A lot of our ideas involved digging through and modifying dependencies, which is dicey since new downloads cause those to be reinstalled.
  • claudia automatically does an npm install when it bundles the project which would undo local changes to dependencies.
  • We'd have to make changes in claudia's code since that's where bundling/uploading takes place.
    • Some tools include hooks that let you provide your own script for producing a zipfile
@mattdelsordo mattdelsordo added the bug Something isn't working label Aug 24, 2018
@mattdelsordo mattdelsordo added performance Something could be optimized and removed bug Something isn't working labels Aug 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Something could be optimized
Projects
None yet
Development

No branches or pull requests

1 participant