Peuj / duplicate-tabs-closer

Duplicate Tabs Closer - Detects and closes duplicate tabs for Chrome and Firefox.
GNU General Public License v3.0
167 stars 29 forks source link

Serious performance issues if user is crazy enough to have a LOT of tabs open. #84

Open jaxjexjox opened 8 months ago

jaxjexjox commented 8 months ago

The subject covers it mostly.

I have a LOT of tabs open, I'm trying to work on my workflow to adjust this but I'm a bit of an odd one, apologies. Now Chrome will slow down quite sluggishly even with the plugin disabled but enabling it halves performance again.

One can only conclude this tool is 'scanning all tabs' looking for dupes (as it should) with regularity thereby causing the performance issues.

I suspect this wonderful little plugin is dead now, but if anyone is still out there, I'd be happy to test some kind of fixes or adjustments. perhaps "scan for dupe tab frequency" instead of 500ms (or whatever it is) 2500ms? I don't know

I love this tool, it's absolutely wonderful for some of us but as it stands I may need to disable it. If I can provide more information in any way, I'd be happy to.

Thanks.

jaxjexjox commented 8 months ago

I would also like to loop in https://github.com/Orochimarufan/duplicate-tabs-closer https://github.com/Orochimarufan @Orochimarufan

As they appear to have been one of the few people to fork this and continue work on it (a little bit)

Bamajon1974 commented 8 months ago

Any chance that @Orochimarufan would release his fork into the Chrome and Firefox extension stores?

allanlaal commented 3 months ago

a solution would be that it only does the duplicate scan on request: https://github.com/Peuj/duplicate-tabs-closer/issues/87

@Orochimarufan @nosoop @Peuj

@jaxjexjox please open a separate ticket for Scan Frequency - its a great idea :)