- 🇫🇷France prudloff Lille
I think the approach of this module is fundamentally flawed and uses way too much resources on slow disk.
I don't think this can be significantly improved without rewriting the module entirely.
hook_watch is now watching a lot of folders (especially if you are using a lot of contrib modules) and it can significantly slow down page loads.
Most projects will only want to watch their own modules or themes.
RecursiveDirectoryIterator::hasChildren()
is called thousands of times.We could add a setting that allows users to specify which folders they want to watch.
Closed: won't fix
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I think the approach of this module is fundamentally flawed and uses way too much resources on slow disk.
I don't think this can be significantly improved without rewriting the module entirely.