This is the technical support forum for WPML - the multilingual WordPress plugin.
Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
- | 8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | - |
- | 12:00 – 16:00 | 12:00 – 16:00 | 12:00 – 16:00 | 12:00 – 16:00 | 12:00 – 16:00 | - |
Supporter timezone: Europe/Zagreb (GMT+02:00)
Tagged: Performance
This topic contains 14 replies, has 1 voice.
Last updated by firmaD-2 1 day, 5 hours ago.
Assisted by: Dražen.
Author | Posts |
---|---|
August 14, 2025 at 12:29 am #17319396 | |
firmaD-2 |
Background of the issue: Symptoms: Questions: |
August 14, 2025 at 12:35 am #17319474 | |
firmaD-2 |
This is the number of queries on the homepage. It got even worse: 3424 |
August 14, 2025 at 2:45 pm #17321411 | |
firmaD-2 |
FYI I've already done the following things to improve speed: |
August 17, 2025 at 1:25 am #17325170 | |
Bigul WPML Supporter since 01/2013
Languages: English (English ) Timezone: Europe/Vienna (GMT+02:00) |
Hello, Welcome to the WPML support forum. Before passing this thread to my colleague, I would like to share some suggestions and possible solutions for the issues you mentioned. Sorry for the late response becuase of the holidays. This may be a compatibility issue. We have seen a similar report in the past. But it was caused by a conflict with a WooCommerce extension. For details, please visit this ticket: https://wpml.org/forums/topic/performance-issues/ Therefore, we have a request. To track this, please follow the steps below. It will also help us to troubleshoot the issue without affecting your live site. - Create a staging/development site (a complete clone copy of the live site). -- Bigul |
August 22, 2025 at 1:14 am #17339224 | |
firmaD-2 |
Hi, to answer to your questions: I copied the site in the staging environment: hidden link I don't have Woocommerce installed, nor any extension is running on the site. What is the point of switching to another theme (e.g., Twenty Twenty-Five) if I am obliged to use mine? |
August 22, 2025 at 6:20 am #17339415 | |
Dražen Supporter
Languages: English (English ) Timezone: Europe/Zagreb (GMT+02:00) |
Hello, thanks. This is part of debugging procedure to try and determine from where the issue is coming and what is causing the issue. The when we have move information we can advise further or suggest officially compatible plugin alternative you can use. If issue still happens with only WPML plugins and WP default theme, that means issue is coming somewhere from WPML plugin and we can quickly further check and escalate. Let me know how it goes. Regards, |
August 26, 2025 at 2:24 pm #17348710 | |
firmaD-2 |
ok, I try to do what you said and come back to you as soon as possible. Actually the only ones I can deactivate are these as all the rest is mandatory for the theme and for WMPL |
August 26, 2025 at 3:28 pm #17348974 | |
firmaD-2 |
This is the staging site: hidden link I deactivated the following plugins and I see zero improvements: hidden link Motors should be compatible with WPML: https://wpml.org/theme/motors/ I still see 1,838 for WPML_Element_Translation->maybe_populate_cache() If I check the inventory page hidden link with Query Monitor. There is definitely something wrong with the theme or WPML. Do you have the credentials to access the staging? |
August 27, 2025 at 6:32 am #17350039 | |
Dražen Supporter
Languages: English (English ) Timezone: Europe/Zagreb (GMT+02:00) |
Hello, thanks for getting back. I do not have access, please share admin and FTP access, as I will need to disable all plugins and theme to check what is causing it and from where does the issue comes. Regards, |
August 28, 2025 at 2:28 pm #17355648 | |
firmaD-2 |
I forgot to say: in the past I did tests and I noticed that when this flag is removed the site performance shows huge improvement. The point is that if I unflag it the menu does not translate at all and keep staying in English for all editions. |
August 28, 2025 at 2:40 pm #17355703 | |
firmaD-2 |
Also it seems i am not the only one reporting this. Here a few examples: https://wpml.org/forums/topic/how-can-i-improve-performance-of-a-slow-site/ |
August 29, 2025 at 7:16 am #17356870 | |
Dražen Supporter
Languages: English (English ) Timezone: Europe/Zagreb (GMT+02:00) |
Hello, thanks for getting back and providig more information. I have updated themes, plugins including WPML to latest versions. Issue seems to be caused by Adjust ID, because seems you are setting main menu for default language from theme options, but it is not set for other language, so WPML via Adjust ID is trying to fetch all other translated IDs and causing performance issue which is kind of expected due to SQL queries: - https://wpml.org/faq/how-to-optimize-mysql-queries/ You can disable this option, then from WPML > String translation > Not seeing strings that you are looking for? > Admin Texts Translation > find you default language theme option that chooses menu > [theme_mods_motors][nav_menu_locations]primary and has ID of main menu 207 > Add it for translation and add for other language translated menu ID, for example french 253. - hidden link - hidden link If you check now the website loads fine in 2.5s with cache disabled, so looks good. Please check. Regards, |
August 30, 2025 at 1:15 pm #17359336 | |
firmaD-2 |
Hi, I managed to add the ID and solve the issue with the main menu, but I see now many other problems. - all contact form 7 forms are broken I can't go live in this situation |
August 30, 2025 at 1:20 pm #17359478 | |
firmaD-2 |
I managed for the top bar menu. I need to solve all other issues |
August 30, 2025 at 1:25 pm #17359495 | |
firmaD-2 |
This string [mvl_search_results_settings]listing_directory_title_default despite it is translated it does not show the translation on the front-end correctly. I am wondering why |