ChatGPT Lag Fixer – Auto-hide old messages in long chats icon

ChatGPT Lag Fixer – Auto-hide old messages in long chats

Extension Actions

How to install Open in Chrome Web Store
CRX ID
cacanpbkoonohebjdalgbglilmddbkmb
Status
  • Live on Store
Description from extension meta

Hides all but the last 50 messages in chatGPT

Image from store
ChatGPT Lag Fixer – Auto-hide old messages in long chats
Description from store

A lightweight extension that speeds up long ChatGPT chats by hiding older messages.
Shows only the last 50 by default, with a "Show more" button to reveal history in chunks.

ChatGPT conversations with hundreds of messages can become painfully slow, especially during response generation. ChatGPT Lag Fixer fixes this by keeping the page light and responsive.

If you find it helpful, support the project:
GitHub: https://github.com/garanovich/Trimwise
Ko-Fi: https://ko-fi.com/rentanek0

Latest reviews

Tyler Joseph DesRocher
Thank you.
Abdulrazaq Mukhtar
Works as intended !
Alex “Ajay” Basche
Barely has any impact at all, ChatGPT still freezes and lags a ton. Use the extension 'ChatGPT LightSession' as that ACTUALLY fixes these issues.
Bogdan
Works as intended on Edge
Stephen Carboni
Works!
Filip Vukotic
Great one! It would be nice to have ability for custom message history because even 10 messages can be so long that browser hangs. Thanks!
Guy Stevens
this extension works great on chrome. for firefox i used a greasmonkey script that refernced your extension // ==UserScript== // @name Chat Trim Old Messages // @namespace http://tampermonkey.net/ // @version 0.2 // @description Keep only the last 15 messages in the ChatGPT DOM // @includes https://chatgpt.com/c/* // @grant none // ==/UserScript== (function(){ 'use strict'; const MAX_MESSAGES = 5; function trimMessages() { const allArticles = Array.from(document.querySelectorAll('article[data-testid^="conversation-turn-"]')); const excess = allArticles.length - MAX_MESSAGES; if (excess > 0) { for (let i = 0; i < excess; i++) { allArticles[i].style.display = 'none'; } } } // Observe the DOM for new messages const observer = new MutationObserver(trimMessages); observer.observe(document.body, { childList: true, subtree: true }); // Initial trim trimMessages(); })();
Teched
I like it, however due to chatGPT checking APIs and memory it slows
Cake Melons
Doesn't work. 5 or 50. Clean Edge, only proxy installed. Powerful PC. I don't think anything changes with this extension at all, performance wise. Alas.
Crimsonhuman
Works Perfectly!
MAGIC KOM chanell
just tying this extensions hopepully this can fix the problem
Mario Gonzalez
Doesn't work anymore
Carson McFarlane
Really helpful extension. It makes long ChatGPT chats much more responsive. But on my older Chromebook, even the number of messages shown on the initial load, whatever that number is, feels slightly heavy, as do the 50-message chunks when clicking "Show more." It would be great to have an option to reduce both. Thanks for the great work!
Furkan
Works perfectly. Consider adding a settings page or popup to customize the number of visible messages and hide sent messaages by default, similar to Gemini.
JuanC P
Work Perfect!
Aleksei Sidorov
Works well. Thanks!
Andy D. Nguyen
It works like a charm
nacho
awesome