Read the statement by Michael Teeuw here.
Pi 4 B 4GB
-
-
@sdetweil That was way easier than sorting out CSS.
-
@sdetweil I may have accidentally stumbled on what is causing the Pi to slog down.
Increasing the swap helped but definitely didn’t cure.
In process of troubleshooting a module by using Dev Tools Console, I noticed a different module, and IMO the module CONTENT is generating something called aVuex Mutatation
. I don’t have a clue what that is about other than it appears tied to the National Weather Service link I am using inMMM-SmartWebDesign
.
I saw the line 304 onindex.html
so I pulled up MM’s index.html and it doesn’t even go that high.
I’ve heard of Chart.js and Moment.js butVue.js
is a new one for me. See attatched image. Any thoughts, suggestions…
-
@ankonaskiff17 Vue is a new programming model. and Vuex is a data persistence library
all the Vue stuff runs in the browser, so inside the web display… eats cpu cycles where it runs
-
@sdetweil Anything to be done for it? When I have just MM running all is well .
Just seems to be a problem when editing.
So that is coming from the origin point of link?
It is national radar from NWS and I don’t update it locally in config.js
I’ll swag this and guess it generates that Vuex stuff locally when the NWS updates the radar image remotely?