zieren / wasted-youth-tracker

Limit kids' time on their (Windows) PC and get a summary of the window titles.
GNU General Public License v3.0
5 stars 0 forks source link

Measure performance and compatibility (32 bit) on Raspberry Pi #76

Closed zieren closed 2 years ago

zieren commented 2 years ago

This seems like a potentially popular solution and also has definite benefits when run inside the home network.

Should do #75 first.

zieren commented 2 years ago

After LAMP setup it turns out that the current PHP version is 7.3 (yay!). MySQL involves too many versions numbers, but seems to be compatible. So using the RasPi as a server is technically possible.

But 8k records in the activity table take 2.5s on my Model B Rev 2. That is too long.

zieren commented 2 years ago

This is good enough for now; running on a Pi is possible, #82 tracks further optimization.