We apologize for the instability of composr.app and appreciate your patience. We are working on the statistics addon and trying to find an optimal way to store and render data. Unfortunately, we have yet to find a solution that can handle the traffic (and therefore, tens of millions of statistical records) of composr.app. We're working hard on one.
#6010 - resource-fs uses too much PHP memory when loading the contents of a var directory (e.g. downloads)
Perhaps it would be best to refactor Resource-fs to use PHP iterators. This might be a better approach as then we can only load what we absolutely need when we need it. I'm considering it.
Though I'm not sure if this would work for /var/. This would mainly only work for folders dealing with actual files.
It may be possible to create our own iterators for other use cases.
Though I'm not sure if this would work for /var/. This would mainly only work for folders dealing with actual files.
It may be possible to create our own iterators for other use cases.