Skip to content

Fix/vercel high invocations#628

Merged
aunali8812 merged 4 commits into
stagingfrom
fix/vercel-high-invocations
May 19, 2026
Merged

Fix/vercel high invocations#628
aunali8812 merged 4 commits into
stagingfrom
fix/vercel-high-invocations

Conversation

@aunali8812

@aunali8812 aunali8812 commented May 19, 2026

Copy link
Copy Markdown
Collaborator

Summary by CodeRabbit

  • Chores
    • Improved image optimization caching configuration to enhance performance and reduce redundant re-optimization of image assets.

Review Change Stack

@aunali8812 aunali8812 requested a review from Ebube111 as a code owner May 19, 2026 18:20
@vercel

vercel Bot commented May 19, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
potlock-next-app Ready Ready Preview, Comment May 19, 2026 6:21pm

Request Review

@aunali8812 aunali8812 removed the request for review from Ebube111 May 19, 2026 18:20
@coderabbitai

coderabbitai Bot commented May 19, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: c777fac7-48e3-462f-9d0d-e838375c6060

📥 Commits

Reviewing files that changed from the base of the PR and between 5d38375 and 5c0d57b.

📒 Files selected for processing (1)
  • next.config.js

Walkthrough

next.config.js image optimization is updated with an explicit minimumCacheTTL setting of 7 days to control how long optimized image variants remain cached, reducing unnecessary re-optimization cycles.

Changes

Image optimization settings

Layer / File(s) Summary
Image cache TTL configuration
next.config.js
The images configuration now includes minimumCacheTTL set to 7 days (604800 seconds), establishing a minimum cache duration for optimized image variants.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A config tweak, so small yet wise,
Seven days of caching prize,
Images optimized, fresh and bright,
Less work means faster load—just right! 🖼️

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Fix/vercel high invocations' is directly related to the changeset which addresses Vercel image optimization by reducing re-optimization frequency through explicit caching settings.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/vercel-high-invocations

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@aunali8812 aunali8812 merged commit 64d13b4 into staging May 19, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants