
30 Sep
2019
30 Sep
'19
6:34 p.m.
On Fri, Sep 27, 2019 at 08:30:45AM +0000, PICCA Frederic-Emmanuel wrote:
Hello, I would like to profile my code in order to find what is wrong with it.
But If I use the Strict Extension in one of my file[1], this amount of time reduce drastically
Have you tried the StrictData extensions instead? That will help you discover whether it's just your data types that need strict fields or whether something else worse is going on. Tom