-
Notifications
You must be signed in to change notification settings - Fork 166
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
Address question of opcache settings in "Tuning" section #233
Comments
sypets
added a commit
to sypets/TYPO3CMS-Tutorial-GettingStarted
that referenced
this issue
Sep 25, 2022
The information about Opcache is reduced to only the settings which are TYPO3 specific. This significantly reduces the text and now adds it to the System Requirements page (where people are more bound to look for basic system requirements). The page was initially created when the information about opcache was added. Now, it only inludes information about Opcache and most of that just uses the default Opcache settings. So the page does not provide that much value and the topic "Performance tuning" is slightly out of place in a "Getting started" tutorial, it is more an advanced topic and should be handled more in depth (if handled a all on docs.typo3.org). It might be nice to add a page for performance tuning and / or information for setting up TYPO3 for system administrators on a more advanced level, but the question is if this is in the right place in the "Getting Started" guide. Resolves: TYPO3-Documentation#233
sypets
added a commit
to sypets/TYPO3CMS-Tutorial-GettingStarted
that referenced
this issue
Sep 25, 2022
The information about Opcache is reduced to only the settings which are TYPO3 specific. This significantly reduces the text and now adds it to the System Requirements page (where people are more bound to look for basic system requirements). The page was initially created when the information about opcache was added. Now, it only includes information about Opcache and most of that just uses the default Opcache settings. So the page does not provide that much value and the topic "Performance tuning" is slightly out of place in a "Getting started" tutorial, it is more an advanced topic and should be handled more in depth (if handled at all on docs.typo3.org). It might be nice to add a page for performance tuning and / or information for setting up TYPO3 for system administrators on a more advanced level, but the question is if this is in the right place in the "Getting Started" guide. Resolves: TYPO3-Documentation#233
The page has been moved to TYPO3 explained. Please open an issue there or - better - make a PR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://docs.typo3.org/m/typo3/tutorial-getting-started/main/en-us/Installation/TuneTYPO3.html
Opcache section was moved to "performance tuning" but the section is not so much about (just) performance but mentions some settings which could be problematic if set differently, specifically the opcache.save_comments which must be enabled for Extbase.
Also, the page offers very little for tuning TYPO3.
Initially, the content was moved to this seperate page in order not to clutter up the system requirements page.
Related: #225
The text was updated successfully, but these errors were encountered: