Open
Reported for: WPML Multilingual CMS 4.6.3
Overview of the issue
If you are using the Uncode theme with WPML on a large website with numerous pages, you may experience performance issues related to a significant number of database queries.
Workaround
Please, be sure to have a full backup of your site before proceeding, and use the following workaround only if you are seeing performance issues in your website:
- Open your theme’s functions.php file.
- Add this line:
add_filter ("uncode_core_use_text_fields_for_cpt_selects", '__return_true');