Hi Everyone,
I have a wordpress site running with following configuration:
Server
Memory: 32G
VCPUs: 8
Daily visitors: About 4000 Visitors/day
Mysql Server (Separate)
Memory: 15G
VCPUs: 4
pm = dynamic
pm.max_children = 750
pm.start_servers = 400
pm.min_spare_servers = 400
pm.max_spare_servers = 600
pm.process_idle_timeout = 10s;
pm.max_requests = 500;
I have a custom wordpress posts with lot of fields. The issue is whenever I try to edit/add posts on my wordpress admin it keeps on loading
and returns 504 header. I have about 4000 visitors on my site daily. Can anyone please suggest the correct configuration for the php for my site?
Please let me know if you have any questions.