hi, I have reseller that have a lot of orders. the problem is when they login, it will get slower and slower.
my suspicious, because prestashop load all saved addresses. if my reseller have 1000 addresses, then it will load 1000 addresses.
I can see in view-source:
var prestashop = {"addresses":
can we limit the var prestashop = {"addresses": just 100 or 200?
how to do this, I can edit code. but don't know how to.
thank you