Add/Edit a post is too slow
-
Hi Everyone,
I have a wordpress site running with following configuration:
Server
AWS EC2
Memory: 32G
VCPUs: 8
Daily visitors: About 4000 Visitors/dayAWS RDS
Mysql Server (Separate)
Memory: 15G
VCPUs: 4pm = 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 use custom wordpress posts with lot of custom fields. The issue is whenever I try to edit/add posts on my wordpress admin it keeps on loading
and returns 504 header which results in slow front end as well. Can anyone please suggest the correct configuration for the php configuration for my site?Please let me know if you have any questions.
- The topic ‘Add/Edit a post is too slow’ is closed to new replies.