OLS optimized webadmin settings & how to increase speed of import

#1
I just applied the settings on OLS how to install guide and looking for something better.

My website has 5gb database, 3gb files. So i'll preciate for any kinda help.

Using G1-small instance of GCP. (1vCPU with 1.7GB rams + 20gb SSD)

this is my php.ini setup for php7.4; (im running plenty imports)
memory_limit=1024M;
max_execution_time=120;
max_input_time=120;
post_max_size=128M;
upload_max_filesize=100M;
max_input_vars=3000;

which are optimized import speed 20 entries per 12sec to 6 sec. Anything better may help either.

Tyvm.
 

Cold-Egg

Administrator
#2
Hi,

What do you mean plenty imports, do you need DataBase import improvement only? Sounds not Web Server or PHP related to me. Maybe you need improve it from database side?

Best,
Eric
 
Top