mashery / iodocs

Interactive API documentation system
MIT License
1.89k stars 415 forks source link

Performance Issues #235

Open mrerichoffman opened 9 years ago

mrerichoffman commented 9 years ago

We have experienced slowness in the app if a large api json data file is used. I have seen the front end load at upwards of 3 seconds due to JSON.minify in app.js - after I remove this before the parse load times drop down to 200 ms.