Solution Core
In this release, we have updated all of the third-party JS.
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.
For a quicker checkout, we optimized the shipping call in the checkout procedure.
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.
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.
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.
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.
To reduce overall log file size, log files on the server will now be terminated every month.