Marc Henry Schultz
Marc Henry Schultz
Hi im not sure i understand correctly, but isnt this performance optimization already implemented in "find"? https://github.com/neos/neos-development-collection/blob/2b4e5b64cf3e8fbeb58b847bc47174e1a1809562/Neos.ContentRepository.NodeAccess/Classes/FlowQueryOperations/FindOperation.php#L263-L278 When there is only an instance of filters we translate the call directly...
related (about performance) https://github.com/neos/neos-development-collection/issues/4600
As exactly this topic just fell on a beta user knee ([slack](https://neos-project.slack.com/archives/C050C8FEK/p1732015976360459)) i did some investigation. Now this is a very likely node structure ``` - site - blogOverview (Vendor:Document.BlogOverview)...
With https://github.com/neos/neos-ui/pull/3822 we introduced new e2e tests (nodeTreePresets.e2e.js) which have to be disabled at first as the feature has to be reimplemented first.
i guess this will be done rather in the started rewrite in `flowpack/neos-debug` https://github.com/Flowpack/neos-debug
hi what do you say @robertlemke what should be the correct behavior?
~The baseUri will now be deprecated via: https://github.com/neos/flow-development-collection/pull/2744~
~Now: deprecated via: https://github.com/neos/flow-development-collection/pull/3002~
Nice i just found out how we do it in the cli rendering for flowpack decoupled content store https://github.com/Flowpack/Flowpack.DecoupledContentStore/blob/6adb8e04246f5fc9b8471b656db7ddf131474745/Classes/Transfer/Resource/Target/MultisiteFileSystemSymlinkTarget.php#L16-L38 😠-> so ideally one should not need to go to...
Untying the [FileSystemTarget](https://github.com/neos/flow-development-collection/blob/bf990307957630654f380aed3242249fa775b0d5/Neos.Flow/Classes/ResourceManagement/Target/FileSystemTarget.php#L393) from the baseUri is the hardest. With https://github.com/neos/flow-development-collection/pull/3314 i could prevent `getPublicStaticResourceUri` from crashing in cli, but that only fixes half of the problem. Sometimes one wants...