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

feat: add Config\Optimize #8605

Merged
merged 9 commits into from
Mar 27, 2024
Merged

Commits on Mar 26, 2024

  1. feat: add config Cache::$configCacheEnabled

    and move code from index.php to Boot class.
    kenjis committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    c1ca7b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97de8bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b61baa7 View commit details
    Browse the repository at this point in the history
  4. config: move $cacheQueryString down

    This setting is for Web Page Caching, not for Cache service.
    kenjis committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    e32b962 View commit details
    Browse the repository at this point in the history
  5. fix: extract autoloadHelpers()

    kenjis committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    1018706 View commit details
    Browse the repository at this point in the history
  6. fix: method name case

    kenjis committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    eba1e9e View commit details
    Browse the repository at this point in the history
  7. perf: add config Optimize and move $configCacheEnabled

    The Cache Config class that extends BaseConfig is very slow to instantiate..
    See codeigniter4#8558 (comment)
    kenjis committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    fef194b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8f46563 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0e81024 View commit details
    Browse the repository at this point in the history