matomo-org/matomo

Remove NFS diagnostic check?

Open

#15,259 opened on Dec 10, 2019

View on GitHub
 (4 comments) (0 reactions) (0 assignees)PHP (2,847 forks)batch import
Help wantedc: Documentationc: Usability

Repository metrics

Stars
 (21,513 stars)
PR merge metrics
 (Avg merge 8d 11h) (106 merged PRs in 30d)

Description

It says eg

Warning Filesystem: warning (Your server is using an NFS filesystem. This means Matomo will be extremely slow when using file based sessions.)

But we are not using file based sessions anymore anyway.

Could also simply remove the message but not sure what the point of having this check is then. Of course could say in general using NFS may be slow.

Contributor guide