Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve performance #29

Closed
jairideout opened this issue Mar 12, 2015 · 3 comments
Closed

improve performance #29

jairideout opened this issue Mar 12, 2015 · 3 comments
Assignees

Comments

@jairideout
Copy link
Member

Validation is pretty slow for larger sheets. Look into cutting down the number of Google API calls -- these are what's slowing it down. Profile via View -> Execution transcript.

@jairideout
Copy link
Member Author

  • Google recommends against importing third-party Apps Script libraries because that process is currently slow. Instead they recommend copying the library code into your add-on. It's worth investigating the performance gains of doing this for the SheetConverter library (it's BSD licensed).

@jairideout
Copy link
Member Author

This page has useful suggestions for improving performance.

@jairideout jairideout added this to the Additional formats and GUI improvements (alpha) milestone Jan 8, 2016
@jairideout jairideout self-assigned this Jan 8, 2016
@jairideout
Copy link
Member Author

Keemei is now ~10x faster and supports validating much larger sheets than was previously possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant