Home  >  Article  >  Backend Development  >  Web page jumps slowly in Android WeChat

Web page jumps slowly in Android WeChat

WBOY
WBOYOriginal
2016-12-01 00:25:331865browse

1. The webpage jump I made using php header is very slow in the Android version of WeChat, but it is very fast in Apple’s WeChat.

2.

<code>header("Location: $url",TRUE,302);
exit;
</code>

3. Is there anything special about the x5 kernel of Android WeChat?

Reply content:

1. The webpage jump I made using php header is very slow in the Android version of WeChat, but it is very fast in Apple’s WeChat.

2.

<code>header("Location: $url",TRUE,302);
exit;
</code>
3. Is there anything special about the x5 kernel of Android WeChat?
Statement:
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