I'm writing WordPress plugin which can post to many sites at once. When I publish a post or create a user or category on server, all content will be sync with clients by using form post method. But the code run too slowly.
How can I speed up synchronization of data?