Nexxus / NSK

Nexxus Stock Keeping
https://nexxus.eco/
GNU General Public License v3.0
14 stars 9 forks source link

Improving performance with Vue #324

Open jorr-it opened 3 years ago

jorr-it commented 3 years ago

The application should become faster. We will introduce framework Vue for this, so pages can already be shown although not all data is loaded yet. First focus will be on:

I will start with making a brief functional design.

jorr-it commented 1 year ago

update product_attribute set value=value_product_id where attribute_id in (select id from attribute where type=3); delete from product_attribute where value is null; ALTER TABLE product_attribute CHANGE value value VARCHAR(255) NOT NULL;