molssi-seamm / seamm_dashboard

This is a web dashboard to be used with MolSSI's [Simulation Environment for Atomistic and Molecular Modeling](https://molssi-seamm.github.io) (SEAMM). This dashboard will allow users to view results of their calculations (jobs), keep track of their simulation procedures (flowcharts), and group their jobs into projects.
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

Fix for long load times #34

Closed janash closed 4 years ago

janash commented 4 years ago

This PR is to address the long load times experienced for large-er text files. The files are really not that large (~150 KB), but are still resulting in long load times. This occurs because of the syntax highlighting program, in particular, the addition of line numbers when the file is syntax highlighted cause very long load times. Syntax highlighting itself does not seem to take too long.

This PR makes the following change:

Other options would be to discard line numbers completely.

janash commented 4 years ago

@paulsaxe - for the issue discussed yesterday.