tormjens / eventy

WordPress-like actions and filters for Laravel
422 stars 48 forks source link

At least 30% speed improvement #56

Closed freescout-helpdesk closed 1 year ago

freescout-helpdesk commented 1 year ago

See https://github.com/freescout-helpdesk/freescout/pull/3263

tormjens commented 1 year ago

@freescout-helpdesk Thanks. Will check :)

tormjens commented 1 year ago

@freescout-helpdesk This has been resolved with commit 8b86cb2351b061f4f6562f9dbccc525597c8271e and b5327c71def04352ef1febf4797cef860f7e3789

It is now tagged in https://github.com/tormjens/eventy/releases/tag/0.9.3

Should resolve what is in https://github.com/freescout-helpdesk/freescout/pull/3263, although things like HashedCallable needs to stay to be able to remove anonymous callbacks.