Select the types of activity you want to include in your feed.
@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.)
hq.recaptime.dev/wiki/Phorge
···3131However, some pages are slow because Phabricator legitimately needs to do a lot
3232of work to generate them. For example, if you write a 100MB wiki document,
3333Phabricator will need substantial time to process it, it will take a long time
3434-to download over the network, and your browser will proably not be able to
3434+to download over the network, and your browser will probably not be able to
3535render it especially quickly.
36363737We may be able to improve perfomance in some cases, but Phabricator is not
···6767 $connection = $this->newBasicConnection($database, $mode, $namespace);
6868 }
69697070- // TODO: This should be testing if the mode is "r", but that would proably
7070+ // TODO: This should be testing if the mode is "r", but that would probably
7171 // break a lot of things. Perform a more narrow test for readonly mode
7272 // until we have greater certainty that this works correctly most of the
7373 // time.