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
Tag: optimization
Steps to Optimize a SuiteScript
Optimizing a SuiteScript involves several best practices to ensure your scripts run efficiently and effectively. Here are key steps to consider: Efficient Use of API Calls Batch Processing: Process records in batches rather than one at a time to reduce the number of API calls. Use SuiteScript’s search module to retrieve multiple records in a… Continue reading Steps to Optimize a SuiteScript
Performance Optimization Strategies in Next.js + WordPress
Performance optimization is crucial for ensuring fast loading times and a smooth user experience in applications built with Next.js and WordPress. Here’s a brief overview of some key performance optimization strategies: Code Splitting: Utilize code splitting techniques to split your JavaScript bundles into smaller chunks. Next.js supports automatic code splitting, ensuring that only the necessary… Continue reading Performance Optimization Strategies in Next.js + WordPress
Scheduled Script Best Practices
The following are best practices for scheduled scripts. Genaral guidelines: You should set your scheduled scripts to run during the hours of 2 AM to 6 AM PST. Scripts set to run during the hours of 6 AM to 6 PM PST may not run as quickly due to high database activity. The number of Not… Continue reading Scheduled Script Best Practices
SOAP Web Services Performance Optimization
Following are the guidelines for the optimization of SOAP Web Services: Use a Web Services Only form to minimize time to retrieve field values, including sourced fields and formula fields. Advanced Search allows reference to an existing saved search. Use context API to run minimal user event scripts for real-time integration. Disable SuiteScript and workflow… Continue reading SOAP Web Services Performance Optimization
Script Optimization
Script optimization is an essential and in here we discuss about handling searches effectively in scripts without affecting user experience.