1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-15 11:22:40 +01:00
phorge-phorge/src/applications/diffusion
epriestley 91a01e5703 Improve Diffusion browse performance for large files
Summary:
When looking at a large file in Diffusion:

  - disable highlighting if it's huge and show a note about why;
  - pick up a few other optimizations.

Test Plan: Locally, this improves the main render of `__phutil_library_map__.php` from 3,200ms to 600ms for me, at the cost of syntax highlighting (we can eventually add view options and let users re-enable it).

Reviewers: chad

Reviewed By: chad

Differential Revision: https://secure.phabricator.com/D14959
2016-01-06 09:24:35 -08:00
..
application Fix all remaining weird Diffusion request processing 2016-01-05 14:01:53 -08:00
capability Simplify the implementation of PhabricatorPolicyCapability subclasses 2014-07-25 08:25:42 +10:00
conduit Drive blame generation through diffusion.blame 2016-01-06 09:24:21 -08:00
config Improve UX for Diffusion mail fields 2015-05-25 07:18:48 -07:00
controller Improve Diffusion browse performance for large files 2016-01-06 09:24:35 -08:00
data Extend from Phobject 2015-06-15 18:02:27 +10:00
doorkeeper Partially modernize Doorkeeper/Asana bridge 2014-10-01 07:09:34 -07:00
edge Fix reverting commit language 2015-06-01 09:54:30 +10:00
engine Modularize the Diffusion/Differential "Block" Herald actions 2015-08-03 14:33:28 -07:00
engineextension Fix an issue with rendering some commit hovercards 2016-01-02 11:03:12 -08:00
exception Replace AphrontUsageException with AphrontMalformedRequestException 2015-09-03 10:04:17 -07:00
herald Move various other callsites away from callsigns 2016-01-04 06:54:42 -08:00
panel Add "Mailing List" users 2015-06-03 18:42:33 -07:00
protocol Added an intercept to Mercurial's capabilities command to remove bundle2. 2015-10-10 07:14:48 -07:00
query Drive blame generation through diffusion.blame 2016-01-06 09:24:21 -08:00
remarkup Stop all object mentions from matching after "@" 2015-09-29 06:43:49 -07:00
request Fix all remaining weird Diffusion request processing 2016-01-05 14:01:53 -08:00
response Allow Phabricator to serve Mercurial repositories over HTTP 2013-11-06 18:00:42 -08:00
ssh Added an intercept to Mercurial's capabilities command to remove bundle2. 2015-10-10 07:14:48 -07:00
symbol Extend from Phobject 2015-06-15 18:02:27 +10:00
typeahead Continue reducing callers to getCallsign() 2016-01-04 06:53:32 -08:00
view Remove diffusion.getcommits Conduit API method 2016-01-04 06:53:45 -08:00
DiffusionLintSaveRunner.php Drive blame generation through diffusion.blame 2016-01-06 09:24:21 -08:00