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

perf(gatsby-adapter-netlify): improve adapt() performance (#38988) #38991

Merged
merged 2 commits into from
May 29, 2024

Commits on May 29, 2024

  1. perf(gatsby-adapter-netlify): improve adapt() performance (#38988)

    * test: add ssg specific headers
    
    * fix: headers rule matching with path prefix
    
    * test: add NODE_NO_WARNING, axios seems to use fetch now under the hood causing fetch warning on node 18 impacting some logs assertions
    
    * perf: don't recreate headers from headerRoutes for each static route in route manifest
    
    * test: apply NODE_NO_WARNINGS env in correct place
    
    (cherry picked from commit ec77bed)
    pieh committed May 29, 2024
    Configuration menu
    Copy the full SHA
    486d2e6 View commit details
    Browse the repository at this point in the history
  2. chore: update caniuse-lite db

    pieh committed May 29, 2024
    Configuration menu
    Copy the full SHA
    20c370e View commit details
    Browse the repository at this point in the history