Category: Open Source

ECSHOP High CPU Usage: Additional Performance Optimization Notes

We previously published an article on high CPU usage (even 100%) in ECShop 鈥?MySQL optimization, which mentioned various optimization methods. However, no matter what adjustments were made, the CPU still maxed out at 100% during high traffic. After observing MySQL, we found that the following statement, especially when opened, would cause the CPU to spike immediately …

How to Separate Data Tables in PHPcms V9 for Big Data Applications

How to Use PHPCMS V9 Database Table Separation to Improve Load Capacity
To improve system load capacity, PHPCMS V9 introduced database table separation technology, but many webmasters don’t know how to use it. Here’s a brief guide to applying PHPCMS V9 database table separation:
1. First, establish a connection pool for another database by modifying caches/configs/database.php
The modified configuration is as follows (master …

ECShop Captcha Not Displaying Fix

Here are several methods:
1: On the server, re-overwrite the common.php file located under languages/zh_cn/ in the root directory. 2: Re-overwrite the lib_main.php file located in the includes folder under the directory using the original file (from the installation package). 3: Modify $img = new ca … in captcha.php

How to Display Product Attributes in the ECSHOP Admin Product List

Feature: In the product list, click the magnifying glass to display all product attributes and their prices. The effect is as follows: Method/Steps: 1. Edit the /admin/templates/goods_list.htm template, and add the following code below {include file=”goods_search.htm”}:

Posts pagination