1. When testing the WeChat official account interface on the client, the server replies very slowly, sometimes even sending several messages before replying to one;
What is the reason? Is it related to the network or configuration? By the way, the server uses Sina Cloud SAE, and the language is php+js.
2. By the way, is there any tutorial on how to use WeChat [WeChat Web Developer Tool], which is a simple and easy way to get started? How come this tool can only be used for debugging? What about the developer tools you talked about! Can't be used for development? ? ?
1. When testing the WeChat official account interface on the client, the server replies very slowly, sometimes even sending several messages before replying to one;
What is the reason? Is it related to the network or configuration? By the way, the server uses Sina Cloud SAE, and the language is php+js.
2. By the way, is there any tutorial on how to use WeChat [WeChat Web Developer Tool], which one is simple and easy to get started with? How come this tool can only be used for debugging? What about the developer tools you talked about! Can't be used for development? ? ?
WeChat web developer tools are used for debugging during the development process. Isn’t debugging also part of development?
The message reply from the server is very slow. I think it may be related to the network environment, or maybe it is related to your code? Is your response slow, causing message congestion?Anyway, I have never encountered your situation before, and I am not familiar with PHP. I have never encountered any slowness when developing in Java
1. First check whether there is a problem with your business logic. Then go to WeChat's interface debugging tool to test the interface to determine whether it is an interface problem.
2. I think WeChat web developer tools are too simple and have few functions. Where do you need any tutorials?