Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-17537

Caching of extensions autoloader ConfigCache not working

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • 4.0.0-a1
    • 4.0.0-a1
    • None
    • None

      Currently the extensions autoloaders are loaded with load_extensions() in the container builder. The idea is that they will be cached using the ConfigCache. However, as we've noticed during testing this is not actually the case and every page results in a complete recompilation of a reduced container in the load_extensions() method due to that. As a result, every page load is quite a bit slower.

            Marc Marc
            Marc Marc
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: