sunshengfei / google-code-prettify

Automatically exported from code.google.com/p/google-code-prettify
0 stars 0 forks source link

Slowdown #87

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Rob B reports
  Here is the case:
http://karmatics.com/aardvark/codeview.html#prettifyMyEnhancements.js
vs
http://karmatics.com/aardvark/codeviewSlow.html#prettifyMyEnhancements.js

  The second one is really slow on firefox (causing a little
  spinning beachball for me sometimes), but it's ok on safari.
  Try flipping the select item to bring in new files...the js code
  should already be loaded, and the files should cache once you've
  hit them once, so that shouldn't be the problem.

  The only difference between the two is that the fast one uses the
  old js file (dated july 22 '08) which is not compressed, and the
  slow one uses one I downloaded today, and is minified.

Original issue reported on code.google.com by mikesamuel@gmail.com on 14 Aug 2009 at 6:11

GoogleCodeExporter commented 8 years ago
The source file mentioned is attached.

Original comment by mikesamuel@gmail.com on 14 Aug 2009 at 6:13

Attachments: