Solution Core
Upgrade Third Party JS
In this release, we have updated all of the third-party JS.
Optimized query and Database
We optimized the product setting query to assist the product setting page load faster, and we also optimized the database to help the data load faster.
Optimized checkout procedure
For a quicker checkout, we optimized the shipping call in the checkout procedure.
Report Optimization
We have optimized the report creation; in order to obtain the data more quickly, we have limited the number of data that appear in the list, and all data will be presented in the Export Report; the export report will now produce in the background.
We stored the cart value to display in the customer report, thus the report is now generated efficiently.
Removed HTTP/HTTPS path in Studio Data
We removed the HTTP/HTTPS path from the studio data and replaced it with a relative path so that we may access any of the studio data from any domain.
Production Days calculation
Previously, the production day’s calculation was different on the product details and cart pages. Now, we have centralized the calculation and created a common code for all screens.
Cron script run with security parameters
Previously, all cron scripts were run using URLS, which might cause scripts to trigger from outside of the server as well. We have now restricted cron scripts to only run from the specified server, and no longer utilise URLS.
Log enhancement
To reduce overall log file size, log files on the server will now be terminated every month.