search.lookupFields (Preferred for Performance) Pros: ✅ Faster execution – Retrieves only the required fields instead of loading the entire record. ✅ Lower governance cost – Uses fewer script governance units (2 units vs. 10+ for record.load). ✅ Ideal for simple lookups – Useful when fetching a few fields (e.g., getting a status, subsidiary, or custom… Continue reading When to Use lookupFields vs. record.load
Tag: Optimize Performance
Dispose Objects in Threejs
Dispose of objects One important aspect in order to improve performance and avoid memory leaks in your application is the disposal of unused library entities. Whenever you create an instance of a three.js type, you allocate a certain amount of memory. However, three.js creates for specific objects like geometries or materials WebGL related entities like buffers or shader programs… Continue reading Dispose Objects in Threejs
Optimizing NetSuite Performance – First Load of a Record
Optimizing NetSuite Performance – First Load of a Record To provide the best customer experience, NetSuite leverages multilayer caching to speed up performance on frequently used operations. For the first execution of a record and action combination (for example, viewing a sales order), the system needs more time to load and perform the action. For… Continue reading Optimizing NetSuite Performance – First Load of a Record
Tip To Improve Performance of SCA Website
One of the method to improve the performance of SCA webpage while developing is to use images in the format WebP, If we have JPEG and PNG images, We can convert the images without changing its dimensions and can be converted into Webp format. This will decrease the loading time of the page and increase… Continue reading Tip To Improve Performance of SCA Website
Tips to Optimize Performance
Tips to Optimize Performance