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

TYPO3 List view in backend is becoming slow #190

Closed
DanielSiepmann opened this issue Oct 16, 2023 · 3 comments · Fixed by #191
Closed

TYPO3 List view in backend is becoming slow #190

DanielSiepmann opened this issue Oct 16, 2023 · 3 comments · Fixed by #191

Comments

@DanielSiepmann
Copy link
Contributor

This is when table tx_kesearch_stat_word is filled. The table has no index on pid.
That results in slow sql queries whenever a page is opened in list view.

One can say this is an issue of TYPO3, not adding the index for all tables. But right now it is easier to fix that within EXT:ke_search.

I'll provide a PR soon.

@DanielSiepmann
Copy link
Contributor Author

I've opened an issue on TYPO3: https://forge.typo3.org/issues/102179

@christianbltr
Copy link
Member

Thanks. In https://forge.typo3.org/issues/102179 it is proposed to let TYPO3 auto-generate the indexes, but the table tx_kesearch_stat_word does not have a TCA definition so that would not work here. So the index for pid for needs to be added in the ext_tables.sql file.

@DanielSiepmann
Copy link
Contributor Author

DanielSiepmann commented Nov 2, 2023

You're right. The project we have inherited has TCA for that table. So the extension itself should not be slow, it is an issue with the instance. TYPO3 otherwise would not create the queries. So the TYPO3 issue should have solved the issue.

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

Successfully merging a pull request may close this issue.

2 participants