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

Preload adaptative batch #6427

Merged
merged 54 commits into from
Jul 1, 2024
Merged

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    f5f5e03 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    fbdeb7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    375d2ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0af9fc View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    c5763cf View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    42f85be View commit details
    Browse the repository at this point in the history
  2. Clean float to int conversion

    Conservative approach by initializing batch size to min value
    Check duration once per batch for the average
    Remove unused transient
    Remove transient on uninstall
    MathieuLamiot committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    52eab5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38fe3e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    73c7dbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    979e196 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    640b383 View commit details
    Browse the repository at this point in the history
  2. Merge commit '163edfebd3cfa77be5ae824858755af9034a9915' into prototyp…

    …e/preload-adaptative-batch
    MathieuLamiot committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    4716dc6 View commit details
    Browse the repository at this point in the history
  3. fix linter

    MathieuLamiot committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    7eb83c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    320bc7e View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Improve testing

    Khadreal committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    2986803 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93c3e48 View commit details
    Browse the repository at this point in the history
  3. Fixed undefined test error

    Khadreal committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    0cfb05e View commit details
    Browse the repository at this point in the history
  4. Modified test method :phew:

    Khadreal committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    159840d View commit details
    Browse the repository at this point in the history
  5. Modified testing

    Khadreal committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    ab3c7bf View commit details
    Browse the repository at this point in the history
  6. Fixed test error :feat:

    Khadreal committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    0865788 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. fixed integration test

    Khadreal committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    4b9f966 View commit details
    Browse the repository at this point in the history
  2. Add transients

    Khadreal committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    3761107 View commit details
    Browse the repository at this point in the history
  3. fixed lint error

    Khadreal committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    25a43d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    3c70603 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. code modification ✨

    Khadreal committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    18f4178 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4cca9c View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Make the max size of the preload batch the top priority constraint to…

    … avoid filling the AS queue at all cost.
    MathieuLamiot committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    a1662ff View commit details
    Browse the repository at this point in the history
  2. Fix tests

    MathieuLamiot committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    8951cc3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a9a2ad View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    959f8f8 View commit details
    Browse the repository at this point in the history
  2. update test config

    Tabrisrp committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    cd57efa View commit details
    Browse the repository at this point in the history
  3. fix function name

    Tabrisrp committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    ba634ac View commit details
    Browse the repository at this point in the history
  4. update count expectation

    Tabrisrp committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    8e8e205 View commit details
    Browse the repository at this point in the history
  5. force int type

    Tabrisrp committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    d6beb2f View commit details
    Browse the repository at this point in the history
  6. cleanup

    Tabrisrp committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    daba361 View commit details
    Browse the repository at this point in the history
  7. update expectations

    Tabrisrp committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    16f4dbb View commit details
    Browse the repository at this point in the history
  8. update test config

    Tabrisrp committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    1c7b9c2 View commit details
    Browse the repository at this point in the history
  9. update condition

    Tabrisrp committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    70f0f71 View commit details
    Browse the repository at this point in the history
  10. add test for check duration

    Tabrisrp committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    1b99daa View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    2483a46 View commit details
    Browse the repository at this point in the history
  2. update transient name

    Tabrisrp committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    9d68828 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f806482 View commit details
    Browse the repository at this point in the history
  4. rename variable

    Tabrisrp committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    b1ab24b View commit details
    Browse the repository at this point in the history
  5. code cleanup

    Tabrisrp committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    d00b8ee View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Merge commit '5b286ce8c571285bd0924f8f223440e7f9f4c0b4' into prototyp…

    …e/preload-adaptative-batch
    MathieuLamiot committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b3a1d27 View commit details
    Browse the repository at this point in the history
  2. add logs

    MathieuLamiot committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    2f34f9d View commit details
    Browse the repository at this point in the history
  3. Fix log typo

    MathieuLamiot committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    f016139 View commit details
    Browse the repository at this point in the history
  4. Revert "Fix log typo"

    This reverts commit f016139.
    MathieuLamiot committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    48f03ee View commit details
    Browse the repository at this point in the history
  5. Revert "add logs"

    This reverts commit 2f34f9d.
    MathieuLamiot committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    eeb8c34 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    43fbc5d View commit details
    Browse the repository at this point in the history
  7. Revert "revert logs as we have the transients already"

    This reverts commit 43fbc5d.
    MathieuLamiot committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    495d749 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    f4c9af6 View commit details
    Browse the repository at this point in the history
  2. fix linter

    MathieuLamiot committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    cab5b28 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Merge branch 'refs/heads/develop' into prototype/preload-adaptative-b…

    …atch
    
    # Conflicts:
    #	inc/Engine/WPRocketUninstall.php
    wordpressfan committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    57eb141 View commit details
    Browse the repository at this point in the history