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

eZDebugSetting should lazy load its settings

    XMLWordPrintable

Details

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Medium Medium
    • None
    • 4.4.0
    • Misc
    • None

    Description

      At the beginning of every request,

      eZDebugSetting::setDebugINI()
      

      is used to read and store the settings from debug.ini.
      This is done before

      eZSiteAccess::change( $access );
      

      which prevents debug.ini to be siteaccess specific (issue 017593).

      There is simply no such need to force reading those settings at the beginning of every request, lazy loading should be used instead.

      Attachments

        Activity

          People

            e8318ba6-e4ae-477c-9116-36c073bd11a3@accounts.ibexa.co Patrick Allaert
            e8318ba6-e4ae-477c-9116-36c073bd11a3@accounts.ibexa.co Patrick Allaert
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: