Loading order: the basic rule everyone underestimates

A very common issue The most frequent mistake is not a complex bug. It is simply a loading order issue. If tarteaucitron loads after the services it should control, it cannot block anything. A very concrete example If Google Analytics is present in the <head> before the tarteaucitron tag, it has already run. At that … Read more