Home > Backend Development > PHP Tutorial > javascript - WeChat public account test interface, the message sending speed is slow, and it even takes several times to reply once

javascript - WeChat public account test interface, the message sending speed is slow, and it even takes several times to reply once

WBOY
Release: 2016-08-04 09:20:28
Original
1361 people have browsed it

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? ? ?

Reply content:

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?

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template