Fix: DatabaseJoin performance - Sophist-UK/joomla_fabrik GitHub Wiki

By: Sophist

Only make database calls to populate the databasejoin dropdown if the element is being shown editable. (If it is hidden or read-only e.g. in a List or Details view, there is no point in running, often repeated, SQL calls to populate the dropdown.)