Home > Backend Development > PHP Tutorial > Web page jumps slowly in Android WeChat

Web page jumps slowly in Android WeChat

WBOY
Release: 2023-03-01 16:40:01
Original
1930 people have browsed it

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>
Copy after login
Copy after login

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>
Copy after login
Copy after login
3. Is there anything special about the x5 kernel of Android WeChat?
Related labels:
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