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

fix: add Lazy-load Axe::API::Run to improve boot time #396

Merged
merged 19 commits into from
Aug 13, 2024
Merged

Commits on Jul 22, 2024

  1. Lazy-load Axe::API::Run

    It saves 95% of load time when doing `require "axe-rspec"`.
    
    The time is actually spent loading the `virtus` library. Deferring the
    loading of `Axe::API::Run` until needed does in turn defer the loading
    of `virtus` library.
    cbliard authored and scottmries committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    4ee6fad View commit details
    Browse the repository at this point in the history
  2. update chrome version

    scottmries committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    96cc7d7 View commit details
    Browse the repository at this point in the history
  3. update chrome version

    scottmries committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    3cbdd69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abac1f0 View commit details
    Browse the repository at this point in the history
  5. remove chrome version

    scottmries committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    2fed787 View commit details
    Browse the repository at this point in the history
  6. revert chrome-version

    scottmries committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    75f52f4 View commit details
    Browse the repository at this point in the history
  7. set chrome version

    scottmries committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    acd3978 View commit details
    Browse the repository at this point in the history
  8. replace existing chrome

    scottmries committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    47b4a92 View commit details
    Browse the repository at this point in the history
  9. revert

    scottmries committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    c66e6d3 View commit details
    Browse the repository at this point in the history
  10. replace existing chrome

    scottmries committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    b52282f View commit details
    Browse the repository at this point in the history
  11. chrome latest stable

    scottmries committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    ae29127 View commit details
    Browse the repository at this point in the history
  12. disable dev-shm-usage

    scottmries committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    1bd6078 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. headless?

    scottmries committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    cdce1ee View commit details
    Browse the repository at this point in the history
  2. revert chrome options

    scottmries committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    05d3944 View commit details
    Browse the repository at this point in the history
  3. replace comment

    scottmries committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    6860b2c View commit details
    Browse the repository at this point in the history
  4. replace chrome options

    scottmries committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    baeda03 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    0f77922 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32aa6cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa7ecb9 View commit details
    Browse the repository at this point in the history