Bug #41497

PackageStates are written on each request

Added by Christopher Hlubek almost 3 years ago. Updated almost 3 years ago.

Status:Resolved Start date:2012-10-01
Priority:Must have Due date:
Assigned To:Christopher Hlubek % Done:

100%

Category:Package
Target version:-
PHP Version: Complexity:
Has patch:No Affected Flow version:Git 1.2 (master)

Description

With the introduction of Composer in the PackageManager a bug was introduced that saves package states on each call to loadPackageStates which triggers re-compilation of all proxy classes.


Related issues

related to TYPO3.Flow - Bug #39096: Unnecessary compile invoked in non production context? New 2012-07-19
related to TYPO3 Flow Base Distribution - Story #41031: Composer support for packaging Resolved 2012-09-17

Associated revisions

Revision 14a78824
Added by Christopher Hlubek almost 3 years ago

[BUGFIX] Remove unnecessary call to to sortAndSavePackageStates

This change should fix the saving of a new PackageStates.php file on
every request which causes a rebuild of proxy classes and flushing of
other caches through file monitoring.

Change-Id: I19a3ec28249607cb0d047bc96b2a5c2e66ee4b1a
Resolves: #41497
Releases: 1.2

History

#1 Updated by Gerrit Code Review almost 3 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15197

#2 Updated by Gerrit Code Review almost 3 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15197

#3 Updated by Christopher Hlubek almost 3 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF