I acknowledge that I have read the above items
A few days ago I started getting the pinwheel on nearly every page load, with only two add-ons running (CAD and NoScript). I disabled both, and normal function resumed. I re-enabled NoScript, and for several days also no issues. Today I re-enabled CAD, and immediately got the problem again.
Firefox version is 87.0, CAD is 3.6.0.
I'm happy to setup any recommended logging, Wireshark, etc., as directed to help solve the issue. Please advise.
Open any website (whether whitelisted or not).
Normal loading of page without spinning pinwheel.
_No response_
MacOS 10.15.7
Firefox 87.0
3.6.0
_No response_
What are your CAD Settings, primarily the cleanup types?
Thanks for your reply! And, I forgot to say, for the awesome extension!
Core settings export pasted below. Anything else I should share?
{
"settings": [
{
"name": "activeMode",
"value": true
},
{
"name": "cacheCleanup",
"value": true
},
{
"name": "cleanCookiesFromOpenTabsOnStartup",
"value": false
},
{
"name": "cleanExpiredCookies",
"value": false
},
{
"name": "contextMenus",
"value": true
},
{
"name": "contextualIdentities",
"value": false
},
{
"name": "debugMode",
"value": false
},
{
"name": "delayBeforeClean",
"value": 15
},
{
"name": "discardedCleanup",
"value": true
},
{
"name": "domainChangeCleanup",
"value": false
},
{
"name": "enableGreyListCleanup",
"value": true
},
{
"name": "enableNewVersionPopup",
"value": true
},
{
"id": "DEPRECATED - use default expressions",
"name": "greyCleanLocalstorage",
"value": false
},
{
"name": "indexedDBCleanup",
"value": true
},
{
"name": "keepDefaultIcon",
"value": false
},
{
"id": "DEPRECATED - use localStorageCleanup",
"name": "localstorageCleanup",
"value": true
},
{
"name": "localStorageCleanup",
"value": true
},
{
"name": "manualNotifications",
"value": true
},
{
"name": "notificationOnScreen",
"value": 3
},
{
"name": "pluginDataCleanup",
"value": false
},
{
"name": "serviceWorkersCleanup",
"value": false
},
{
"name": "showNotificationAfterCleanup",
"value": false
},
{
"name": "showNumOfCookiesInIcon",
"value": true
},
{
"name": "sizePopup",
"value": 16
},
{
"name": "sizeSetting",
"value": 16
},
{
"name": "statLogging",
"value": true
},
{
"id": "DEPRECATED - use default expressions",
"name": "whiteCleanLocalstorage",
"value": false
},
{
"name": "contextualIdentitiesAutoRemove",
"value": true
}
]
}
Can you try disabling the cache cleanup and see if that does it?
We have had issues come in about the slowness and for most people it was the cache cleanup. I think it is still a Firefox issue if that is the case as all we do is request the cache cleanup for domains and it is up to Firefox to handle it.
Seems to be working, thanks so much! I will close out the issue at the end of the day (UTC+8).
Closing as resolved.