Anyone have the same load times with their store/client store with customFieldsMetadata? ~15secs...
e
eminero
04/19/2024, 7:38 PM
There was a time in which this long load time was due that some custobody fields were used on extensions/custom modules but they did not exist anymore or were inactive on the backend. So I would check that, it might mean that it tries to find them and make a few tries after giving up and return a response.
w
wbermudo
04/19/2024, 8:51 PM
ah! I will check that. Thank you very much @eminero!
✅ 1
wbermudo
04/19/2024, 9:41 PM
With your help, I wanted to share that there was actually a SuiteAnswer for this:
Resolve customFieldsMetaData.ssp causing long loading time of the webstore (SuiteAnswer #1015196)
Thanks again @eminero
e
eminero
04/19/2024, 9:45 PM
Oh, I was not aware of those instructions. Did you update the code and that fixed the issue?
w
wbermudo
04/19/2024, 9:45 PM
Yes, code updates documented on this SuiteAnswers fixed the issue.
~2secs load time now..