-
-
Notifications
You must be signed in to change notification settings - Fork 204
feat(isr): add compression #1763
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
Conversation
Feat: consolidate cache generation
feat(isr): nonBlockingRender & backgroundRevalidation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 85b0dc3. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 7 targetsSent with 💌 from NxCloud. |
Hello @maxisam Also, I was thinking to compress the result after we modify the HTML, and then store in cache. -> Render This way we don't break anything. |
yes, I can do that. I thought I render HTML first and modify and compress after currently. I need to double check it when I get back |
#1768 use this one instead |
#1755
This needs to wait until other PR #1760 #1757 get merged