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
The CD has a lot of string manipulation inside of the main loop. Even if this doesn't hurt the performance of the EDS CD, hitting the memory manager so often has seemed to cause performance issues for us in the past. I'd suggest pre-caching the concatenated URLs during init:
(during init I call that method and then store that as the "SLSC Item")
The text was updated successfully, but these errors were encountered:
The CD has a lot of string manipulation inside of the main loop. Even if this doesn't hurt the performance of the EDS CD, hitting the memory manager so often has seemed to cause performance issues for us in the past. I'd suggest pre-caching the concatenated URLs during init:
(during init I call that method and then store that as the "SLSC Item")
The text was updated successfully, but these errors were encountered: