Customize paths to cache
See original GitHub issueAdd own paths to the cache
I’m using the cypress orb to test my Nextjs application.
A build is required to run the app so it would make it faster to cache the created build (and restore it).
In my case it is .next/cache
.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Path Customization — paths • renv - GitHub Pages
This file is list of projects currently using the renv cache. With this, renv can crawl projects registered with renv and use that...
Read more >Specify a Custom Cache Folder and Config Path - WP Rocket
Specify Custom Cache Folder It's possible to specify a custom location by defining the following constants in wp-config. php: WP_ROCKET_CACHE_ ...
Read more >Customize cache - Cloudflare Docs
Customize cache. Some possible combinations of origin web server settings and Cloudflare Page Rules include: Create a directory for static ...
Read more >How to create a custom cache path ? · Issue #516 - GitHub
Hi, In my app I want to create a custom cache path and cache file name, How can I do this ?
Read more >Cache Path - Swift Performance
However you can override this, you can use custom path. Usually you don't need to change it. If you transfer your ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Where the recommendation comes from: https://github.com/vercel/next.js/blob/master/errors/no-cache.md
My current CircleCI Config:
I’m sure big improvements can happen once webpack 5 is used because of partial builds from cache, but I’m curious how saving a cache may even improve anything…
I would need to build first, send the build over as part of the workspace to the orb steps, and THEN start… right?
cuz it’s a legit issue! i guess I think to myself: it may not be your issue any longer, but it’s still a problem for all CircleCI users.
it’s possible it never gets done, but leaving it up here could help ensure it gets done sooner than it might otherwise