Skip to content

perf log#6107

Merged
c121914yu merged 5 commits intolabring:mainfrom
c121914yu:4.14.5-dev
Dec 17, 2025
Merged

perf log#6107
c121914yu merged 5 commits intolabring:mainfrom
c121914yu:4.14.5-dev

Conversation

@c121914yu
Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings December 17, 2025 05:13
@gru-agent
Copy link
Copy Markdown
Contributor

gru-agent bot commented Dec 17, 2025

TestGru Assignment

Summary

Link CommitId Status Reason
Detail b4241a3 🚫 Skipped No files need to be tested {"document/content/docs/toc.mdx":"File path does not match include patterns.","document/content/docs/upgrading/4-14/4145.mdx":"File path does not match include patterns.","document/content/docs/upgrading/4-14/meta.json":"File path does not match include patterns.","document/data/doc-last-modified.json":"File path does not match include patterns.","packages/global/package.json":"File path does not match include patterns.","packages/service/common/api/frequencyLimit.ts":"File path does not match include patterns.","packages/service/common/string/utils.ts":"File path does not match include patterns.","packages/service/common/system/log.ts":"File path does not match include patterns.","packages/service/core/ai/embedding/index.ts":"File path does not match include patterns.","packages/service/core/ai/rerank/index.ts":"File path does not match include patterns.","packages/service/core/app/logs/chatLogsSchema.ts":"File path does not match include patterns.","package…

History Assignment

Tip

You can @gru-agent and leave your feedback. TestGru will make adjustments based on your input

@github-actions
Copy link
Copy Markdown

github-actions bot commented Dec 17, 2025

Preview mcp_server Image:

registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-pr:fatsgpt_mcp_server_5608b47d68ed44179d4cc89d4183b4187bf517d4

@github-actions
Copy link
Copy Markdown

github-actions bot commented Dec 17, 2025

Preview sandbox Image:

registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-pr:fatsgpt_sandbox_5608b47d68ed44179d4cc89d4183b4187bf517d4

@github-actions
Copy link
Copy Markdown

github-actions bot commented Dec 17, 2025

Docs Preview:


🚀 FastGPT Document Preview Ready!

🔗 👀 Click here to visit preview

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR focuses on performance optimization and logging improvements. The main changes include upgrading Next.js from version 14.2.32 to 14.2.35, enhancing logging output with better formatting and structure, optimizing markdown text processing to avoid duplicate operations, and improving database query performance through targeted index modifications.

Key Changes:

  • Upgraded Next.js framework from 14.2.32 to 14.2.35 across all packages
  • Enhanced logging with structured error messages and consistent tagging for better observability
  • Optimized markdown processing by eliminating duplicate simpleMarkdownText calls
  • Added database indexes for admin queries and removed unused admin charts index

Reviewed changes

Copilot reviewed 17 out of 18 changed files in this pull request and generated no comments.

Show a summary per file
File Description
projects/app/package.json Updated Next.js dependency to 14.2.35
packages/web/package.json Updated Next.js dependency to 14.2.35
packages/service/package.json Updated Next.js dependency to 14.2.35
packages/global/package.json Updated Next.js dependency to 14.2.35
pnpm-lock.yaml Lockfile updates reflecting Next.js version upgrade and dependency resolution
packages/service/worker/htmlStr2Md/utils.ts Applied simpleMarkdownText in worker layer to avoid duplicate processing
packages/service/common/string/utils.ts Removed duplicate simpleMarkdownText call, now handled in worker
packages/service/core/chat/chatSchema.ts Added index on createTime for admin chat data queries
packages/service/core/chat/chatItemSchema.ts Removed unused admin charts index
packages/service/core/app/logs/chatLogsSchema.ts Added index on createTime for admin chat log queries
packages/service/core/ai/rerank/index.ts Improved rerank error messages with consistent [Rerank] tagging
packages/service/core/ai/embedding/index.ts Enhanced embedding error logging with structured data and consistent [Embedding] tagging
packages/service/common/system/log.ts Enhanced error logging to capture error.data field
packages/service/common/api/frequencyLimit.ts Simplified rate limit logging with structured data
document/content/docs/upgrading/4-14/4145.mdx Added version 4.14.5 upgrade documentation
document/content/docs/upgrading/4-14/meta.json Added 4145 to documentation pages list
document/content/docs/toc.mdx Added 4145 documentation link
document/data/doc-last-modified.json Updated last modified timestamp for 4144 documentation
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Dec 17, 2025

Preview fastgpt Image:

registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-pr:fatsgpt_5608b47d68ed44179d4cc89d4183b4187bf517d4

@c121914yu c121914yu merged commit 463b02d into labring:main Dec 17, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants