From a29074e81400abdcfec8921ed52de8cca1f12087 Mon Sep 17 00:00:00 2001 From: Arduanov Danil Date: Wed, 1 Oct 2025 16:06:43 +0500 Subject: [PATCH] Fix tutorial_performance-tuning.md.po file --- .../po/ru/tutorial_performance-tuning.md.po | 67 ++++--------------- 1 file changed, 13 insertions(+), 54 deletions(-) diff --git a/_translations/guide/po/ru/tutorial_performance-tuning.md.po b/_translations/guide/po/ru/tutorial_performance-tuning.md.po index 1ae32b53..5eb1bb41 100644 --- a/_translations/guide/po/ru/tutorial_performance-tuning.md.po +++ b/_translations/guide/po/ru/tutorial_performance-tuning.md.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2025-09-11 10:15+0500\n" -"PO-Revision-Date: 2025-09-04 11:19+0500\n" +"POT-Creation-Date: 2025-09-12 04:50+0000\n" +"PO-Revision-Date: 2025-09-12 04:50+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: ru\n" @@ -29,9 +29,10 @@ msgstr "" #. type: Title ## #: ../../guide/en/tutorial/performance-tuning.md -#, no-wrap +#, fuzzy, no-wrap +#| msgid "Resolving aliases " msgid "Optimizing your PHP Environment " -msgstr "" +msgstr "Разрешение псевдонимов " #. type: Plain text #: ../../guide/en/tutorial/performance-tuning.md @@ -66,9 +67,9 @@ msgstr "" #. type: Title ## #: ../../guide/en/tutorial/performance-tuning.md #, fuzzy, no-wrap -#| msgid "Defining aliases " +#| msgid "DI container " msgid "Optimizing your code " -msgstr "Определение псевдонимов " +msgstr "Контейнер внедрения зависимостей " #. type: Plain text #: ../../guide/en/tutorial/performance-tuning.md @@ -108,51 +109,9 @@ msgstr "" #. type: Title ## #: ../../guide/en/tutorial/performance-tuning.md #, fuzzy, no-wrap -#| msgid "Defining aliases " -msgid "Optimizing your code " -msgstr "Определение псевдонимов " - -#. type: Plain text -#: en/tutorial/performance-tuning.md -msgid "Beyond environment configuration, there are code-level optimizations that can improve your application's performance:" -msgstr "" - -#. type: Bullet: '- ' -#: en/tutorial/performance-tuning.md -msgid "Look out for [algorithm complexity](https://en.wikipedia.org/wiki/Time_complexity). Especially give attention to `foreach` within `foreach` loops but look out for using [heavy PHP functions](https://stackoverflow.com/questions/2473989/list-of-big-o-for-php-functions) in loops as well." -msgstr "" - -#. type: Bullet: '- ' -#: en/tutorial/performance-tuning.md -msgid "[Speeding up array_merge()](https://www.exakat.io/speeding-up-array_merge/)" -msgstr "" - -#. type: Bullet: '- ' -#: en/tutorial/performance-tuning.md -msgid "[Move that foreach() inside the method](https://www.exakat.io/move-that-foreach-inside-the-method/)" -msgstr "" - -#. type: Bullet: '- ' -#: en/tutorial/performance-tuning.md -msgid "[Array, classes and anonymous classes memory usage](https://www.exakat.io/array-classes-and-anonymous-memory-usage/)" -msgstr "" - -#. type: Bullet: '- ' -#: en/tutorial/performance-tuning.md -msgid "Use fully qualified function names with leading backslashes to optimize opcache performance. When calling [certain global functions](https://github.com/php/php-src/blob/944b6b6bbd6f05ad905f5f4ad07445792bee4027/Zend/zend_compile.c#L4291-L4353) from within a namespace, PHP first searches in the current namespace before falling back to the global namespace. Adding a leading backslash (e.g., `\\count()` instead of `count()`) tells PHP to directly use the global function, avoiding the namespace lookup and improving opcache efficiency. This optimization is best implemented automatically using tools like [PHP-CS-Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) with the `native_function_invocation` rule." -msgstr "" - -#. type: Plain text -#: en/tutorial/performance-tuning.md -msgid "The above optimizations would give you a significant performance boost only if the code in question is executed frequently. That is usually the case for big loops or batch processing." -msgstr "" - -#. type: Title ## -#: en/tutorial/performance-tuning.md -#, fuzzy, no-wrap -#| msgid "Injecting dependencies " +#| msgid "Resolving aliases " msgid "Using caching techniques " -msgstr "Внедрение зависимостей " +msgstr "Разрешение псевдонимов " #. type: Plain text #: ../../guide/en/tutorial/performance-tuning.md @@ -162,9 +121,9 @@ msgstr "" #. type: Title ## #: ../../guide/en/tutorial/performance-tuning.md #, fuzzy, no-wrap -#| msgid "Configuring container " +#| msgid "Resolving aliases " msgid "Optimizing session storage " -msgstr "Конфигурирование контейнера " +msgstr "Разрешение псевдонимов " #. type: Plain text #: ../../guide/en/tutorial/performance-tuning.md @@ -237,9 +196,9 @@ msgstr "" #. type: Title ## #: ../../guide/en/tutorial/performance-tuning.md #, fuzzy, no-wrap -#| msgid "Defining aliases " +#| msgid "Resolving aliases " msgid "Optimizing composer autoloader " -msgstr "Определение псевдонимов " +msgstr "Разрешение псевдонимов " #. type: Plain text #: ../../guide/en/tutorial/performance-tuning.md