Hello,
it's just my 2 cents discover... Yuri can correct me if i am bad.
I know, recently ... a field where added or modified .. "createdAt"..
then I see my custom entity created before this changement .. have this field but this field is not a "index".
after search and so .. see print-screen of a tools ( tideways.io : nice tools but expansive for me) .. my conclusion is :
by modifying entityDefs and add in my custom entity in "indexes":
the list view is more fast.. see print-screen
If I am bad, Yuri can correct me.
PS : I don't use cache in this sample
Regards
it's just my 2 cents discover... Yuri can correct me if i am bad.
I know, recently ... a field where added or modified .. "createdAt"..
then I see my custom entity created before this changement .. have this field but this field is not a "index".
after search and so .. see print-screen of a tools ( tideways.io : nice tools but expansive for me) .. my conclusion is :
by modifying entityDefs and add in my custom entity in "indexes":
PHP Code:
"createdAt": {
"columns": ["createdAt", "deleted"]
},
If I am bad, Yuri can correct me.
PS : I don't use cache in this sample
Regards
Comment