Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Allow disabling of contentAccessGroups check #4111

Open
joey-bolts opened this issue Jul 17, 2024 · 0 comments
Open

[FEATURE] Allow disabling of contentAccessGroups check #4111

joey-bolts opened this issue Jul 17, 2024 · 0 comments

Comments

@joey-bolts
Copy link

Is your feature request related to a problem? Please describe.
$contentAccessGroups on https://github.com/TYPO3-Solr/ext-solr/blob/main/Classes/IndexQueue/PageIndexer.php->index() is quite heavy. It takes almost the same time as a page index and increasingly heavy the more content the page has. With a site containing 60000+ pages with regular indexing this takes quite the toll

Describe the solution you'd like
I am sure my site does not use any contentAccessGroups so it could be disabled

Describe alternatives you've considered
None yet, not that deep into solr and access groups yet

Additional context
A full index might take 10 seconds to index - where the check takes 5 seconds of the 10 seconds.

Target versions
V13

If there is any advice surrounding this optimisation i would gladly hear it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant