You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimize performance by using isset() instead of in_array()
I've run XDebug profiler to see why static content deploy takes so much
time. Many in_array() calls grabbed my attention and I've fixed it.
Co-Authored-By: Ihor Sviziev <[email protected]>
0 commit comments