Hello @rsiegel! (Just edited since I forgot to add the @…)
Well, I’ve just opened the Console by clicking Alt+Shift+J on Chrome. All I get there are plenty of these:
_“602e6060-c09d-11e7-96e0-ed3a4c51948a:1 Slow network is detected. Fallback font will be used while loading: https://fonts.gstatic.com/s/ubuntumono/v7/ViZhet7Ak-LRXZMXzuAfkTTOQ_MqJVwkKsUn0wKzc2I.woff2_”
If I then take out all the filtered messages, I do get some violations aswell:
[Violation] ‘setTimeout’ handler took 185ms
[Violation] Forced reflow while executing JavaScript took 161ms
12format+pt_BR,default+pt_BR,ui+pt_BR,corechart+pt_BR.I.js:308 [Violation] Added non-passive event listener to a scroll-blocking ‘mousewheel’ event. Consider marking event handler as ‘passive’ to make the page more responsive. See Passive event listeners - Chrome Platform Status
gvjs_lm @ format+pt_BR,default+pt_BR,ui+pt_BR,corechart+pt_BR.I.js:308
gvjs_V @ format+pt_BR,default+pt_BR,ui+pt_BR,corechart+pt_BR.I.js:307
gvjs_VC @ format+pt_BR,default+pt_BR,ui+pt_BR,corechart+pt_BR.I.js:859
gvjs_ufa @ format+pt_BR,default+pt_BR,ui+pt_BR,corechart+pt_BR.I.js:1342
gvjs_tL @ format+pt_BR,default+pt_BR,ui+pt_BR,corechart+pt_BR.I.js:1536
gvjs_.Jca @ format+pt_BR,default+pt_BR,ui+pt_BR,corechart+pt_BR.I.js:1540
gvjs_vm @ format+pt_BR,default+pt_BR,ui+pt_BR,corechart+pt_BR.I.js:317
gvjs_.dispatchEvent @ format+pt_BR,default+pt_BR,ui+pt_BR,corechart+pt_BR.I.js:315
gvjs_.j7 @ format+pt_BR,default+pt_BR,ui+pt_BR,corechart+pt_BR.I.js:329
[Violation] Forced reflow while executing JavaScript took 32ms
vendor-4cd0390d50.js:279 [Violation] ‘setInterval’ handler took 52ms
After I’ve changed the Datalog of the HCs from Hourly to daily, I also got other Violations similar to these two:
“vendor-4cd0390d50.js:160 [Violation] Added non-passive event listener to a scroll-blocking ‘touchstart’ event. Consider marking event handler as ‘passive’ to make the page more responsive. See Passive event listeners - Chrome Platform Status
vendor-4cd0390d50.js:160 [Violation] Added non-passive event listener to a scroll-blocking ‘touchmove’ event. Consider marking event handler as ‘passive’ to make the page more responsive. See Passive event listeners - Chrome Platform Status”
They repeat a lot of times, somewhere around 30x.
It’s clear to me that my network is very slow, but since I’m using an Ethernet cable to the Shield, I thought there would be no problems with that, especially because all the other sensors are working fine…
I’m terribly sorry to say that I have no clue if those would help at all, if you need more information I may try other things… Thank you once again and sorry if I didn’t display the correct information you needed.