What is the first event fired in Magento?
controller_front_init_before Technically, it’s resource_get_tablename, but the first usable event is controller_front_init_before. But this is also a bit of a trick question. controller_front_init_before is ONLY triggered from the global area. The first usable event in