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

SQL Cache is not used

XMLWordPrintable

      The DBAL checks if sql_save is defined on the cache to decide if it should cache queries:

      if ($cache_ttl && method_exists($cache, 'sql_save'))

      However the sql_* methods are only implemented in the driver, and $cache is the cache service, so this will always be false, and queries will never be cached.

            bantu Andreas Fischer [X] (Inactive)
            naderman Nils Adermann
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: