Skip to content
New issue

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

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

Already on GitHub? # to your account

[Translator] Many performance improvements on the cache warming #2206

Merged
merged 7 commits into from
Sep 26, 2024

Commits on Sep 25, 2024

  1. [Translator] Improve performance, reduce s() calls and inline `Intl…

    …MessageParser#offset()`
    Kocal committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e053dd0 View commit details
    Browse the repository at this point in the history
  2. [Translator] Improve performance, extract some logic from a loop from…

    … `IntlMessageParser#generateConstantName()`
    Kocal committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    18eac63 View commit details
    Browse the repository at this point in the history
  3. [Translator] Improve performance, remove (internally) duplicated call…

    … to `->slice($offset, 1)`
    Kocal committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0bf9041 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b582090 View commit details
    Browse the repository at this point in the history
  5. [Translator] Improve performance, cache $this->message->length() to p…

    …revent unnecessary computations
    Kocal committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2f13d73 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f5e84c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

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