If I use the data hook afterQuery that code affects the loading of the site and crashes the use of it’s data collection.
I thought that the data hooks would be executed on another thread than the actual page loaded. How come that this has this affect? If all data hooks are executed in the same thread as the page the usage of data hooks must be very limited and carefully thought through before used this way.
#datahooks #afterQuery #datacollection