V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
pepsiwant
V2EX  ›  问与答

windows 下卡顿的主要成因是什么?卡顿指切换网页,点击网页后的反应,下拉网页的顺滑等

  •  
  •   pepsiwant · Aug 16, 2023 · 1714 views
    This topic created in 986 days ago, the information mentioned may be changed or developed.
    最近明显变卡了,我的配置还是高的,最近的中高端 CPU 32G 内存 3070 移动端显卡等

    chrome 所有插件我也禁用了

    仔细看 CPU GPU 和内存占用都不高,应该不是木马挖矿啥的

    这个“卡顿”是内存有关吗,我该怎么排查呢
    18 replies    2024-09-17 12:34:46 +08:00
    opengps
        1
    opengps  
       Aug 16, 2023
    原因多种,我知道一种是硬盘,在机械硬盘时代,很多卡顿问题应为硬盘队列满所以才卡顿,所以那时候我 700 多块买了块 120G 固态硬盘效率起飞
    pepsiwant
        2
    pepsiwant  
    OP
       Aug 16, 2023
    @opengps 是固态硬盘
    Mithril
        3
    Mithril  
       Aug 16, 2023
    看一下 CPU 和 IO 曲线,任务管理器切过去就有,或者用资源监视器。
    一般来说除非你 CPU 瞬间卡到了 100%,这种卡顿都是 IO 造成的。当然如果你只是涉及到 UI 渲染时的卡顿,也可能是 GPU 。

    你可以找个复杂带动画的网页,打开放那里啥也不动看看它卡不卡。如果是 IO 问题,网页加载完应该就没卡顿了。除非你有个什么程序在不停的跑 IO ,比如杀毒软件的扫描什么的。但这时候你同时开个任务管理器,“性能”里磁盘使用率应该有变化。
    如果它还卡,那就去看看你的 GPU ,更新一下驱动试试。
    pepsiwant
        4
    pepsiwant  
    OP
       Aug 16, 2023
    @Mithril #3 资源监视器一切正常,没什么占用很高

    驱动是最新的

    过一阵不行,只能重装系统了 真麻烦啊😢
    work9898
        5
    work9898  
       Aug 16, 2023
    移动端?有没有可能是你机器散热的问题
    paopjian
        6
    paopjian  
       Aug 16, 2023
    查一下是不是什么新驱动导致的吧
    opengps
        7
    opengps  
       Aug 16, 2023
    cpu 监控那里,注意要切换逻辑 cpu 视图下,看是不是单核满了
    yyysuo
        8
    yyysuo  
       Aug 16, 2023
    你这都是主观的描述,没有数据,比如你点一个链接,从点完到弹出新的窗口,是 0.5s 还是 1s ?如果等 3 秒,那肯定不正常,如果是 1s 之内,那大概率就是正常的。
    网页打开的速度,跟网页写得好坏有关吧,同样是京东,有些链接打开就快,有些点击完成后要思考一下才会弹出页面。
    paradoxs
        9
    paradoxs  
       Aug 16, 2023
    拍个视频看看?

    单纯的文字没办法有效帮你分析问题
    yinmin
        10
    yinmin  
       Aug 16, 2023 via iPhone
    看一下:任务管理器-性能-磁盘-活动时间,如果经常 100%,可能是硬盘出问题了
    F281M6Dh8DXpD1g2
        11
    F281M6Dh8DXpD1g2  
       Aug 16, 2023
    没啥,win11 就这样,我 64g 内存 9900k + 7900xtx + gen4 ssd 打开开始菜单还是卡
    刚买了 13700kf 等换上了看看还卡么
    okakuyang
        12
    okakuyang  
       Aug 16, 2023 via iPhone
    系统太拉垮了 连系统 ui 都不能优化好
    datocp
        13
    datocp  
       Aug 16, 2023
    1_安装 vclib_cpu 硬盘占用都变低
    5 控制面板 — 管理工具 — 任务计划 — 任务计划程序库 — Microsoft — Windows — Application Experience — Microsoft Compatibility Appraiser 右键禁止
    8 关闭服务
    ::默认禁用
    sc config DialogBlockingService start=DISABLED
    sc config AppVClient start=DISABLED
    sc config MsKeyboardFilter start=DISABLED
    sc config NetTcpPortSharing start=DISABLED
    sc config ssh-agent start=DISABLED
    sc config RemoteRegistry start=DISABLED
    sc config RemoteAccess start=DISABLED
    sc config shpamsvc start=DISABLED
    sc config UevAgentService start=DISABLED
    sc config tzautoupdate start=DISABLED

    ::默认手动
    sc config diagsvc start=DISABLED
    sc config WdiSystemHost start=DISABLED
    sc config WdiServiceHost start=DISABLED
    sc config TokenBroker start=DISABLED

    ::默认自动
    sc config DPS start=DISABLED
    sc config WdiServiceHost start=DISABLED
    sc config SysMain start=DISABLED
    sc config TrkWks start=DISABLED
    sc config DPS start=DISABLED

    ::默认自动延迟
    sc config WSearch start=DISABLED
    datocp
        14
    datocp  
       Aug 16, 2023
    以上针对的是 ltsc2021
    AV1
        15
    AV1  
       Aug 16, 2023
    @liprais 我也是 win11 ,有个很不爽的地方,就是右下角打开音量和 wifi 那个面板,要卡很久。
    chhtdd
        16
    chhtdd  
       Aug 16, 2023
    移动版+外接显示器的话,切换程序会涉及到核显独显切换,会卡
    flynaj
        17
    flynaj  
       Aug 17, 2023 via Android
    f12 看一下加载时间,DNS ,错误的 IPv6 配置都有可能 1
    pepsiwant
        18
    pepsiwant  
    OP
       Sep 17, 2024
    @opengps #1
    @Mithril #3
    @work9898 #5
    @paradoxs #9
    @yinmin #10
    @liprais #11
    @okakuyang #12
    @datocp #13
    @chhtdd #16
    @flynaj #17

    谢谢你们,但是我排查了几个月没找到问题 😂😂 昨天重置了系统, 好了🙈
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3285 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 55ms · UTC 13:31 · PVG 21:31 · LAX 06:31 · JFK 09:31
    ♥ Do have faith in what you're doing.