Hello,
what kind of settings are made on php configuration file?
Which server Api are you using?
My php conf;
default_charset = UTF-8;
max_execution_time = 18000;
upload_max_filesize = 100M;
post_max_size = 110M;
memory_limit = 1024M;
mysql.connect_timeout = 120;
session.auto_start = 0
session.use_cookies = 1;
session.use_trans_sid = 0;
session.gc_maxlifetime = 12000000;
max_input_vars =10000
zlib.output_compression = Off
display_errors = Off
date.timezone = “Europe/Istanbul”
magic_quotes_gpc = Off;
register_globals = Off;
suhosin.session.encrypt = off
opcache.enable=1
opcache.memory_consumption=300
opcache.max_accelerated_files=50000
opcache.revalidate_freq=300
opcache.validate_timestamps=1
i am talking about the settings of phpinfo file with their extensions
Appreciate your response
Thanks
Ben
(@benbornschein)
max_execution_time = 18000;
Reduce this value and proof if your cpu usage goes back to normal.