Closed
How to make Defer load executes in a sequential order ?
I have two sections A and B. I have applied defer load in both of them. Can I control the execution order of the defer load here ?
Say like B section defer load first and then A section defer load.
Is it possible ? If yes can you please share the approach.
Thanks,