You are not logged in.
Pages: 1
I am using 'Delphi 10.1 Berlin' and the latest version of 'mORMot' to access a 'mySQL' database via a 'TSQLRestClientHTTP' component.
Suddenly all my calls to 'CreateAndFillPrepare' are very slow. They used to be fairly fast. Now they take more than 15 seconds to execute.
For example, the call below takes 21 seconds.
iMyProductRecord := TMyProducts.CreateAndFillPrepare(iClient, 'ExpireOn', 'ID = ?', [aProductID]);
I have not changed my code for the past couple of weeks.
Has anybody else experienced this problem and/or knows how to address it?
Offline
Pages: 1