Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-17080

Optimize eZINI input file lookup

    XMLWordPrintable

Details

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Medium Medium
    • 4.4.0beta1
    • 4.4.0alpha5
    • Caching
    • None

    Description

      Cache source files inside ezini cache, so that we can reuse this list on read for checkng modified time instead of having to find all possible input files again. Furthermore, this removes the need for using file_exists on all calls to $ini->prepend.. as we don't care if folder exists or not, only that it might exist.

      PHP does not cache files / folders that does not exist, so by only doing file stats on files we know should exists, we'll get a noticeable speed boost.

      Attachments

        Activity

          People

            andre1 andre1
            andre1 andre1
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: