{
  "schemaVersion": "0.11.0",
  "canonical": "https://www.pystone.net/notes/chatgpt-prelaunch-performance-issues-hard-to-fix/",
  "atlas": "https://www.pystone.net/?node=chatgpt-prelaunch-performance-issues-hard-to-fix#knowledge-atlas",
  "markdown": "https://www.pystone.net/notes/chatgpt-prelaunch-performance-issues-hard-to-fix.md",
  "context": "https://www.pystone.net/notes/chatgpt-prelaunch-performance-issues-hard-to-fix.context.json",
  "knowledgeVersion": "224c990773de.5fa8af6e39fa",
  "build": {
    "siteCommit": "224c990773de166d23a886306577dd90379529ce",
    "notesCommit": "5fa8af6e39fa3891d1b9b4832bfa6c4e0ecaaf0a",
    "builtAt": "1970-01-01T00:00:00.000Z",
    "version": "224c990773de.5fa8af6e39fa"
  },
  "id": "note:chatgpt-prelaunch-performance-issues-hard-to-fix",
  "slug": "chatgpt-prelaunch-performance-issues-hard-to-fix",
  "title": "【ChatGPT】上线前性能问题严重，优化难度大的问题，如何解决",
  "type": "note",
  "visibility": "public",
  "idStability": "rename-stable",
  "author": {
    "name": "Perrin Yong",
    "profile": "https://www.pystone.net/profile/"
  },
  "publisher": {
    "name": "Perrin Yong",
    "profile": "https://www.pystone.net/profile/"
  },
  "aliases": [],
  "summary": "【ChatGPT】上线前性能问题严重，优化难度大的问题，如何解决",
  "contentRole": "unspecified",
  "isMoc": false,
  "mocRecognition": "none",
  "generated": false,
  "attribution": "unspecified",
  "domain": "99-资料来源、摘录与归档",
  "tags": [],
  "mocs": [],
  "contentHash": "35f1bba57908c000acaae51170e3db133072b799d08f8b17a71b690f222c3752",
  "assets": [],
  "headings": [
    {
      "depth": 1,
      "text": "【ChatGPT】上线前性能问题严重，优化难度大的问题，如何解决",
      "anchor": "chatgpt上线前性能问题严重优化难度大的问题如何解决",
      "citation": "https://www.pystone.net/notes/chatgpt-prelaunch-performance-issues-hard-to-fix/#chatgpt%E4%B8%8A%E7%BA%BF%E5%89%8D%E6%80%A7%E8%83%BD%E9%97%AE%E9%A2%98%E4%B8%A5%E9%87%8D%E4%BC%98%E5%8C%96%E9%9A%BE%E5%BA%A6%E5%A4%A7%E7%9A%84%E9%97%AE%E9%A2%98%E5%A6%82%E4%BD%95%E8%A7%A3%E5%86%B3"
    }
  ],
  "claims": [],
  "outgoing": [],
  "incoming": [
    {
      "id": "note:sources-excerpts-archive",
      "title": "资料来源、摘录与归档",
      "url": "https://www.pystone.net/notes/sources-excerpts-archive/",
      "atlas": "https://www.pystone.net/?node=sources-excerpts-archive#knowledge-atlas",
      "label": "资料来源、摘录与归档",
      "origin": "explicit",
      "humanReviewed": true,
      "context": "02-AI对话与研究原始输出中的“【ChatGPT】上线前性能问题严重，优化难度大的问题，如何解决”导航项",
      "citation": "https://www.pystone.net/notes/sources-excerpts-archive/#02-ai%E5%AF%B9%E8%AF%9D%E4%B8%8E%E7%A0%94%E7%A9%B6%E5%8E%9F%E5%A7%8B%E8%BE%93%E5%87%BA"
    }
  ],
  "contentMarkdown": "# 【ChatGPT】上线前性能问题严重，优化难度大的问题，如何解决\n\n> [!note] ChatGPT 问答录\n> 本文保存一次 ChatGPT 问答原始输出，仅作为资料来源；其中结论未自动视为已验证知识，使用前应结合可靠来源复核。\n\n\n﻿# 【ChatGPT】上线前性能问题严重，优化难度大的问题，如何解决\n\n> 创建时间：2023/6/2 21:09\n\nQ: 研发团队往往在临近上线才进行性能测试和优化，导致上线前需要改动的内容多，改动困难，这个问题如何解决，如何在项目管理上把问题前置？\n\n为解决临近上线才进行性能测试和优化的问题，可以通过以下方法将性能测试和优化工作前置：\n\n  1. 性能测试和优化纳入迭代计划：在项目管理中，将性能测试和优化作为开发迭代的一部分，确保每个迭代周期结束时都进行一定程度的性能测试。这样可以及时发现和解决性能问题，避免累积到项目后期。\n\n  2. 持续性能监控：在开发过程中，使用性能监控工具持续关注游戏的性能数据。这有助于团队实时发现性能瓶颈并及时解决问题。\n\n  3. 性能优化作为开发标准：提高团队对性能优化的重视，将性能优化作为开发标准之一。在代码审查时，关注性能相关的代码实践，确保开发人员编写高性能的代码。\n\n  4. 培训和资源支持：为团队提供性能优化的培训和资源支持，让团队成员具备性能测试和优化所需的知识和技能。这有助于提高团队在开发过程中发现和解决性能问题的能力。\n\n  5. 预留性能优化时间：在项目计划中，预留一定的时间用于性能优化。这可以确保团队在项目中有足够的时间进行性能测试和优化工作。\n\n  6. 早期负载测试：在开发阶段定期进行负载测试，模拟真实用户使用场景，发现潜在的性能问题。这可以帮助团队在项目早期找到并解决性能瓶颈。\n\n通过以上方法将性能测试和优化前置，可以降低项目上线前需要改动的内容，降低改动困难度。在项目管理上，可以采用敏捷开发方法，以短周期的迭代开发和频繁的测试与优化，确保项目各阶段都关注性能问题。这样可以有效避免临近上线时出现大量性能问题，提高项目的整体质量。\n"
}
