#### PHP Memory
It is possible, that some big commits are huge and for now, it loads everything. In `V3`, everything will be `lazy`, but looks like I had a huge commit and I had to set my `PHP.ini` had to change like:
```text
max_execution_time = 120
memory_limit = 512M
```
I checked and the big commit was using 258 MBytes.
Though even the `browser` is almost `hanging`, take a long time to `render` the page.