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

Some performance improvements #1023

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Oct 26, 2016

  1. Make the IE7 compatibility function conditional

    So to not loose speed and accuracy in standard browsers
    danielgindi committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    de18261 View commit details
    Browse the repository at this point in the history
  2. Avoid querying the cache when we know the result

    Under heavy loads this saves up much
    danielgindi committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    4b21ee5 View commit details
    Browse the repository at this point in the history
  3. Expose cache to allow inspecting (or manually clearing it)

    I noticed cases of extra 15 mbs being kept by the cache, as path objects.
    danielgindi committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    aa72557 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b566abf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44a548c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ea9395c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    700d182 View commit details
    Browse the repository at this point in the history