Coder Social home page Coder Social logo

Comments (23)

jrie avatar jrie commented on May 31, 2024 1

I currently do not have much available to spend time working on a possible solution because of personal matters.
But I appreciate your feedback in this matter. Because there seem to be a quite amount of people affected by this.

If you have some spare time, please take an eye on in case this behavior occurs at other websites too - which are not related to Google. For example pages with lots of cookie information which might change frequently. Which I presume make the largest noises in regards of "cookie data changes" and might produce some heavier loading times.

Anyhow, thank you all for your insights! :)

from flagcookies.

farOverNinethousand avatar farOverNinethousand commented on May 31, 2024 1

I can confirm the slowdowns and they're not only happening on MS/Google websites but on any so the title of this ticket may be changed.
OS: Win 10
Chrome: Version 123.0.6312.86 (Offizieller Build) (64-Bit)

Here, it was slowing down Chrome to a point where it was nearly unusable.

from flagcookies.

jrie avatar jrie commented on May 31, 2024 1

Just as a matter of interest, the development is going on. I am currently in the process of rewriting a lot of the code and also trying to minimize the amount of requests and data the addon is reading and writing of and to the browser.

Also, a lot of testing has to be done in advance, because a lot of redundant code will be merged, especially for the cookie addition and removal functions.

from flagcookies.

jrie avatar jrie commented on May 31, 2024

Hello @luziusalbin - there are, unfortunately, a lot of reviews/reports of slowdowns in the Chrome extension store of FlagCookies . I suppose you use Chrome as browser?

In Firefox I, at present, cannot reproduce this issue of slowdowns or high CPU usage at other websites, all seems to be okay as is, also after recent updates to the addon/extension.

Do you experience slowdowns only at this particular websites, or also at other websites? And, do these websites set/add a lot of cookies or cookie data?

I gladly would like to nail this down..

from flagcookies.

luziusalbin avatar luziusalbin commented on May 31, 2024

Hi there!

Yes i use the newest version of chrome and it's slowing down google-services. i use google photos a lot and it's not usable anymore with this extension. loading is slowing down the whole browser until it's completely stuck. as well as youtube is loading at very low speed and the videos are alwas in minimum quality shown...

i cannot find any extreme CPU usage, it's just "blocking" something...

thank you!

from flagcookies.

MrMxyzptlk avatar MrMxyzptlk commented on May 31, 2024

It's the same for me; Chrome is unusable with Flag Cookies and any Google Sites.

from flagcookies.

zwometer avatar zwometer commented on May 31, 2024

Chrome was super slow, sometimes completely unresponsive for me. Especially on Google Maps. I had to deactivate Flag Cookies.

The "Utility: Network Service" was hogging CPU and Memory in the Chrome Task Manager when these slow-downs happen.
I hope that helps to get it sorted quickly :)

from flagcookies.

cheehieu avatar cheehieu commented on May 31, 2024

Same issue for me using Chrome on macOS. I mostly experienced the slowdown with Gmail and Google Calendar. Patiently waiting for a fix! 🥲

from flagcookies.

jrie avatar jrie commented on May 31, 2024

A commit 81e3fd1 , which might improve the situation is added. I could not exactly clarify if this was the culprit - but this fixes some error(s) thrown in Chrome.

Can someone of you guys retest with the current Github version of the addon? If you need some assistance on how to test, please let me know. Bare in mind, the manifest file manifest_v3_chrome_browsers.json has to be renamed to manifest.json (rename or delete the existing manifest.json file which is created for Firefox).

from flagcookies.

ColinFarL avatar ColinFarL commented on May 31, 2024

@jrie I tested the latest version from master in my Chrome and unfortunately it still tanked the browser speed (notably Maps and YouTube) as much as before until I disabled it.

from flagcookies.

KonoVitoDa avatar KonoVitoDa commented on May 31, 2024

I use Brave Browser (Chromium-based). For me it's slowing down Outlook, making it unusable; and also a few other sites, like Shopee, AliExpress and others I can't record at the moment.

from flagcookies.

tom12011 avatar tom12011 commented on May 31, 2024

I wondered why my Brave browser had been acting up over the last couple of months and had just found out it was because of this extension. Curious its not happening on Firefox, wonder if it has something to do with Google's DRM war

from flagcookies.

jrie avatar jrie commented on May 31, 2024

I am not happy about this issue, and I tried to figure out on how to troubleshoot this in (Googles) or other Chrome based browsers and I did not come far trying to debug this at present.

One main issue in my case, I am using a slower mobile connection because of (temporary) provider reasons. And for me, the pages open basically "equally" quick or slow and I do not see a difference if the addon is active or not. Also I do not see harsh CPU usages, what also was reported in some case, so it is kinda hard to reproduce.

One more question: Does this performance impact also occur if only a very few tabs are open/active, or even if only one tab is opened?

from flagcookies.

jrie avatar jrie commented on May 31, 2024

I checked once more using Opera - on Google Maps there is indeed a very heavy load and the page is rendered slowly. But I do not see how the addon is interfering.

from flagcookies.

farOverNinethousand avatar farOverNinethousand commented on May 31, 2024

I just uninstalled FlagCookies and tried to reproduce this issue which I was able to do:

  1. I had about 10 tabs open.
  2. With outlook.live.com (logged-in), I was able to perfectly reproduce the problem.
    I loaded the page first, then re-installed FlagCookies and the problem happened immediately.
    Without FlagCookies the website still looks to be a heavy one but it loads quite fast and there is no "lag.

With FlagCookies: Website is nearly unresponsive, loading icon never disappears, tab itself nearly frozen.
Uninstall FlagCookies and the issue will go away immediately in the still open tab.
I can't reproduce it with the Microsoft website when I'm not logged in so if you got a test Microsoft account it's worth trying otherwise I'd be open to send you one.

from flagcookies.

KonoVitoDa avatar KonoVitoDa commented on May 31, 2024

One more question: Does this performance impact also occur if only a very few tabs are open/active, or even if only one tab is opened?

Yes, it does. Opening Outlook as the only one tab still shows the same behavior.

from flagcookies.

jrie avatar jrie commented on May 31, 2024

Some changes have been done. One big routine is not triggering anymore on "loading" state and is commented out. This might possible reduce a lot of overhead. Can anyone test and confirm?

There were also other changes, but this was not really related to the loading of a tab or other resources. More guards and other fixes related to the UI, UI update and others.

from flagcookies.

KonoVitoDa avatar KonoVitoDa commented on May 31, 2024

I just tried it (v3.6.0) but the slowdown on Outlook still persists.

from flagcookies.

jrie avatar jrie commented on May 31, 2024

@KonoVitoDa : I guess you did so, but did you use the version of the repository by loading as temporary extensions (with the correct manifest.json) and disabling the browser installed version when testing?

from flagcookies.

KonoVitoDa avatar KonoVitoDa commented on May 31, 2024

@KonoVitoDa : I guess you did so, but did you use the version of the repository by loading as temporary extensions (with the correct manifest.json) and disabling the browser installed version when testing?

I didn't. I don't know how to install it this way. :(

from flagcookies.

KonoVitoDa avatar KonoVitoDa commented on May 31, 2024

Oh, my bad, I just found how to do it: I downloaded the repository and loaded the folder `through the Extensions Manager (Load unpacked). The slowdown on Outlook and Shopee seems to be gone on my quick test.

from flagcookies.

jrie avatar jrie commented on May 31, 2024

@KonoVitoDa - that is good to know. Did you ensure you use the correct manifest file?
The default when downloaded is used for Firefox and the browser might show an error when loading the addon.

In Brave you have to use manifest_v3_chrome_browsers.json, delete (or rename) the existing manifest.json and rename the manifest_v3_chrome_browsers.json to manifest.json - and load the extension once more.

from flagcookies.

KonoVitoDa avatar KonoVitoDa commented on May 31, 2024

Oh, sorry, I had just used the default manifest.json. Doing it the right way the bug appears to be back. Sorry for giving you false hopes. :(

from flagcookies.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.