User tests: Successful: Unsuccessful:
Fix duplicated DB queries for non-existing asset.
Enable debug and debug Query in the debug plugin.
Login in administrator section as manager.
Open Articles list table.
Check amount of DB queries in debug panel.
Or run folowing code, in templates/atum/index.php.
for ($i = 0; $i < 100; $i++) {
$app->getIdentity()->authorise('core.edit', 'com_content.category.1');
}
Around 55.
With testing code it is around 155;
Around 45
With testing code it is around 45;
Please select:
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-09-08 09:18:25 |
Closed_By | ⇒ | Fedik | |
Labels |
Added:
bug
Small
PR-5.2-dev
|