[TYPO3-project-4-3] Disable Versioning and Workspaces

Steffen Kamper info at sk-typo3.de
Mon Aug 17 10:10:17 CEST 2009


Hi,

Dmitry Dulepov schrieb:
> 
> It is not easy to disable v&w. Unfortunately it is spread all over the core. Many queries use workspaces fields now (and oit slows down the whole core).
> 
> But I am a big +1 for making this feature optional and returning to a more optimal SQL in case if these features are disabled.
> 

absolutely. Good example is the list view, where for each record several 
  version SQLs are done (to display the V and the count of versions etc)

One central place is the t3lib_BEfunc::selectVersionsOfRecord / 
t3lib_BEfunc::workspaceOL
where it would be possible to log the calls and return the right value 
for non-verioning

vg Steffen


More information about the TYPO3-project-4-3 mailing list