Optimised Client Facing Webpages
We analysed the current CPU and memory usage for each page.
We refactored code for three webpages with reduced CPU consumption. This improved page load times and performance across different devices and browsers.
We optimised any associated assets (such as images, videos, or external libraries) for faster loading and lower CPU consumption. We implemented strategies to reduce unnecessary DOM manipulations or event handlers that consume significant resources.
Optimised Backend APIs
Reduced server-side CPU usage through refactored API logic, optimized queries, and caching mechanisms. We did this by analysing the API call structure, payload sizes, and frequency of API calls. We implemented caching strategies where applicable to avoid redundant processing. We optimised database queries or data access patterns that contribute to high CPU usage, and streamlined data transformation and processing in API responses to reduce computational overhead