@christophelance Hello - no it wasn't. The "Behaviour - Backward Compatibility" plugin is enabled by default (on both Joomla 4 and Joomla 5) - we didn't play with any setting. We will be publishing a new post either today or tomorrow detailing the gains when disabling plugins.
Hello @ON24 - there seems to be serious issues with your API connection. Would it be possible for you to check? Posting data to https://t.co/yTD1r1OUvB through @zapier is now failing most of the times.
On the same note, displaying parent categories slows down things immensely on the articles page in the Joomla backend. This will easily crash a large website.
Love it how pressing CTRL + S when editing a WordPress article saves the article instead of launching a Windows popup to save the whole HTML page. Very nice feature, hopefully it gets implemented on Joomla as well!
We are seeking 1 PHP developer with LAMP + JavaScript + CSS experience and 1 web designer with Photoshop + JavaScript + CSS experience. Minimum 2 years experience. Greater Montreal area. jobs @ itoctopus dot com . #phpjobs#php#lamp#montreal#developer#jobs
Hello @joomlaworks - in the components/com_k2/views/itemlist/view.html.php you have this code:
// Protect from large limit requests
if ($limit > 100) {
$limit = 100;
}
Please remove this limit - it's up to the admin to decide on a limit.