You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And send fields to the database in groups, not one at a time. This will significantly speed up the process of group operations for materials with a large number of custom fields
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
joomla-cms/plugins/system/fields/fields.php
Line 165 in de15a40
I think it is possible to optimize here by passing values once to method setFieldValue in the form of an array or object
After that, of course, you will need to rewrite this method
joomla-cms/administrator/components/com_fields/src/Model/FieldModel.php
Line 611 in de15a40
And send fields to the database in groups, not one at a time. This will significantly speed up the process of group operations for materials with a large number of custom fields
Beta Was this translation helpful? Give feedback.
All reactions