Hi,
strange issue : I have create a custom entity "Person" template.
I have just one custom field varchar. (4 relation many2many to Account/Contact/ X,Y ) no stream, no link multiple.
I have 3500 record, and list view is very slow. (detail view and search is fast)
I have removed all 4 relationship : same result, list view slow.
(just firstName, lastName, address and one varchar field completed)
I have create a custom entity "BasePlus" template.
I have custom field varchar, address fields (4 relation many2many to Account/Contact/ X,Y ) no stream, no link multiple.
I have put 10000record, and list view is fast !
Is emailAddress or phoneNumber field do this issue ?
20record/page, use cache, disabled display total count.
esporcrm 5.5.6. (php 7.21 mysql 5.7.23 - 2,9 GHz Intel Core i7 16gb)
Regards
Edit :
After put "email/phone" field via entityDef to my BasePlus entity ... this entity list view become very slow on list view !
theses field email/phone are not on the list view layout
strange issue : I have create a custom entity "Person" template.
I have just one custom field varchar. (4 relation many2many to Account/Contact/ X,Y ) no stream, no link multiple.
I have 3500 record, and list view is very slow. (detail view and search is fast)
I have removed all 4 relationship : same result, list view slow.
(just firstName, lastName, address and one varchar field completed)
I have create a custom entity "BasePlus" template.
I have custom field varchar, address fields (4 relation many2many to Account/Contact/ X,Y ) no stream, no link multiple.
I have put 10000record, and list view is fast !
Is emailAddress or phoneNumber field do this issue ?
20record/page, use cache, disabled display total count.
esporcrm 5.5.6. (php 7.21 mysql 5.7.23 - 2,9 GHz Intel Core i7 16gb)
Regards
Edit :
After put "email/phone" field via entityDef to my BasePlus entity ... this entity list view become very slow on list view !
theses field email/phone are not on the list view layout
Comment