Feature #1852
Add YAML configuration source
| Status: | Resolved | Start date: | 2008-10-27 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Robert Lemke | % Done: | 100% |
|
| Category: | Configuration | |||
| Target version: | TYPO3 Flow Base Distribution - 1.0 alpha 1 | |||
| PHP Version: | Complexity: | |||
| Has patch: | ||||
| Votes: | 0 |
Description
.
Associated revisions
COMMIT PART 1
- FLOW3: Implemented a YAML configuration source, resolves #1852
- Globally refactored code and converted configuration files to use the new YAML configuration format
Note: FLOW3 is now getting even slower because the whole YAML parsing results are not cached yet.
You can still use .php based configuration but it is recommended to switch over to YAML ASAP.
Documentation and speed improvements follow
History
Updated by Karsten Dambekalns over 4 years ago
- Priority changed from Should have to Must have
- Target version set to 1.0 alpha 1
Updated by Robert Lemke over 4 years ago
- Tracker changed from Bug to Feature
Updated by Robert Lemke over 4 years ago
- Assignee set to Robert Lemke
Updated by Robert Lemke over 4 years ago
- File Profiling_ConfigurationContainer_vs_Array.png added
- Status changed from New to Accepted
Did some profiling to see how expensive the usage of configuration containers is (instead of using plain arrays). See attached screenshot for the results while just generating 10000 nested configuration options.
Updated by Robert Lemke over 4 years ago
- File deleted (
Profiling_ConfigurationContainer_vs_Array.png)
Updated by Robert Lemke over 4 years ago
Updated by Robert Lemke over 4 years ago
- File test.php added
Updated by Robert Lemke over 4 years ago
Here's another variant, with ArrayObjects
Updated by Robert Lemke over 4 years ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Applied in changeset r1448.