bueroparallel/bp-pagetree

Performance-optimized backend page tree for large TYPO3 v9 installations (> 10k pages)

Installs: 3 995

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 2

Forks: 2

Open Issues: 3

Type:typo3-cms-extension

1.0.3 2020-06-15 17:21 UTC

This package is auto-updated.

Last update: 2024-03-24 17:01:40 UTC


README

This extension replaces and extends parts of the new page tree component in TYPO3 9. By default, it loads subpage trees up to a configurable nesting level, adding database mounts and deeper subpage trees that have been explicitly opened by the current backend user. This is helpful for large installations with a lot of pages, in which the v9 core component can run into performance issues (server- and client-side).

Should be regarded as a workaround until the core component has been refactored to load all subtrees asynchronously.

Installation

Installation is possible manually of course, via TER or composer.

Known limitations

  • Using the filter/search function within the component will only work for pages/nodes that are currently open or have been since the last page tree refresh. This part would have to be completely rewritten for an asynchronous server-side solution, as the v9 core component does all the filtering client-side.
  • Dragging and dropping onto previously closed page nodes will not open their subpages automatically. To move or copy a page there, please open the target subtree first. In case you see a permanent "..." placeholder where a subtree should be, please simply refresh the page tree in the top right corner of the component.
  • The extension hasn't been tested with complex workspace/versioning setups yet. Any feedback is very much appreciated.