dolibarr/htdocs/core
MDW db223a041f
Qual: Optimisation in load criteria (dol_dir_list) (#28263)
# Qual: Optimisation in load criteria (dol_dir_list)

By moving the "$sortcriteria" conditions into the load conditions, the
comparison between strings is less frequent.

The original test can probably even be removed as it is part of load_*.

The only side-effect that I can see is with the hook, but I think
in theory there should not be a negative side-effect, only a positive
one as this tells the hook to load the data we need without relying
on the hook to make the proper interpretation of the searchcriteria.
2024-02-20 19:36:30 +01:00
..
ajax FIX ajaxtooltip must return content with no html header/footer even for 2024-02-14 03:38:17 +01:00
boxes fix warnings (#28103) 2024-02-10 17:25:43 +01:00
class Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop 2024-02-20 14:50:51 +01:00
data
db Fix some php warnings (#28278) 2024-02-19 17:57:16 +01:00
filemanagerdol qual: phpstan for htdocs/core/filemanagerdol/connectors/php/connector.lib.php 2024-01-31 21:25:45 +01:00
js FIX ajaxtooltip must return content with no html header/footer even for 2024-02-14 03:38:17 +01:00
lib Qual: Optimisation in load criteria (dol_dir_list) (#28263) 2024-02-20 19:36:30 +01:00
login Qual: Apply automatic phan fixes (deprecations, unneeded imports) (#28154) 2024-02-13 21:46:12 +01:00
menus Fix #28071 - New branch to fix bad merge (#28083) 2024-02-09 15:58:49 +01:00
modules Added customer code export (#28309) 2024-02-20 18:45:03 +01:00
tpl fix php warnings and errors (#28207) 2024-02-18 23:00:01 +01:00
triggers Qual clean dolibarrtriggers (#27968) 2024-02-18 23:54:01 +01:00
actions_addupdatedelete.inc.php 18.0 FIX multiplication error (#28266) 2024-02-19 09:35:59 +01:00
actions_builddoc.inc.php fix param 2024-01-20 09:22:38 +01:00
actions_changeselectedfields.inc.php
actions_comments.inc.php qual: phpstan for htdocs/core/actions_comments.inc.php 2024-01-24 21:51:48 +01:00
actions_dellink.inc.php
actions_extrafields.inc.php
actions_fetchobject.inc.php
actions_lineupdown.inc.php
actions_linkedfiles.inc.php
actions_massactions.inc.php Qual: Apply automatic phan fixes (deprecations, unneeded imports) (#28154) 2024-02-13 21:46:12 +01:00
actions_printing.inc.php
actions_sendmails.inc.php Add log 2024-02-18 02:12:34 +01:00
actions_setmoduleoptions.inc.php fix phpcs warning (#28074) 2024-02-09 11:30:27 +01:00
actions_setnotes.inc.php fix warning (#28102) 2024-02-10 17:25:30 +01:00
antispamimage.php fix param 2024-01-20 09:22:38 +01:00
bookmarks_page.php
commonfieldsinexport.inc.php fix param 2024-01-20 09:22:38 +01:00
commonfieldsinimport.inc.php fix param 2024-01-20 09:22:38 +01:00
customreports.php Test 2024-02-18 14:27:15 +01:00
datepicker.php fix param 2024-01-20 09:22:38 +01:00
doxygen.php
extrafieldsinexport.inc.php fix param 2024-01-20 09:22:38 +01:00
extrafieldsinimport.inc.php fix param 2024-01-20 09:22:38 +01:00
get_info.php Remove dead code 2024-01-25 17:36:02 +01:00
get_menudiv.php
multicompany_page.php
photos_resize.php fix param 2024-01-20 09:22:38 +01:00
search_page.php
search.php
tools.php
website.inc.php