Could anybody tell me if the front end is refreshed after the beforeSave hook is executed or does it wait until both beforeSave and afterSave hooks are executed ?
I am trying to see if I can speed up the front end by better segmenting beforeSave and afterSave instructions.
Thanks in advance
I am trying to see if I can speed up the front end by better segmenting beforeSave and afterSave instructions.
Thanks in advance
Comment