You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The longest step is build site - at 7m 25s.
Where is that spending time?
2m18s - building the actual site
3m54s zipping up the site artifact.
It is in that artifact so it can be used to deploy and to test. Could I speed it up by putting the actions into a single job (a bit less modular) so it doesn't need to go to and fro with that?
The staging test could be made much faster by adding a container cache - perhaps using the buildx gha cache option. That test is looking at 3 locations in the served output - verifying that htconfig is sane enough.
Generate thoughts on making it faster:
The text was updated successfully, but these errors were encountered: