Slower API after migrating to v2
Janis , I would recommend to try on incognito (for excluding extensions to impact your performance ) and to try the tabs from chrome "Performance " and "Lighthouse " . In performance you can see exactly the ms of the api response . Please share some screens or records of the results . It could be a good solution to find out what happens . Looking for your inputs . Thank you ! Thanks both . So when I 'm testing the API response times it seems to be between 132ms - 245ms So I looked at the performance and network as you suggest @unicodes and it seems like that for some reason the /app folder increased in loading time . It is the same size at 101kb but the loading time on v2 is almost double or even worse Thank you so much for investigating and paying attention to this π A few notes : - The custom-code file holds all your custom actions /formulas . The new API format should not have affected the size /performance of that . - The null request seems strange , could you perhaps share a url so I can investigate ? π€ - If you have enabled SSR for a lot of API requests on your page , surely they would lead to a slower response time since all of them need to run during server side rendering . If some of them are not critical for the initial loading experience , I suggest you disable SSR and have the client load them on load instead π1Thanks James . We 're currently looking into this issue , and will keep you updated π Reg . the other issues Janis was having , we found an issue when API requests were dependent on other API requests . We 've solved it for SSR , and we 're looking to solve it client -side as well . The custom-code.js performance issue seems to be a difference between main and other branches since we have different cache settings internally (so not really an issue atm ) π2