This article mainly introduces the use of Meta tag code to enable the 360 dual-core browser to open the website with the default speed mode, which is not a compatible mode. Friends who need it can refer to it
A website uses html5 and css3 in large quantities. I hope that users will open the page with the webkit kernel, but the test found that 360's ie kernel is the recommended mode, and I don't know why. In fact, 360 has designed a choice method for website developers, and it can be solved by adding a piece of Meta tag code.
The following information is excerpted from the official website of 360:
Browse Mode
Extreme speed mode, compatibility mode and IE9 high-speed mode are three modes used when 360 browsers display web pages:
Indicates the speed mode
Indicates compatibility mode
Indicates IE9/IE10 mode (only available after IE9 or IE10 is installed)
360 Speed Browser will automatically choose to use the browsing mode suitable for each website. So, usually you don't have to understand the differences between several kernels.
What are the characteristics of each modelIn the extreme speed mode, the website opens quickly, but some websites may experience compatibility problems in the extreme speed mode and display abnormally.
In compatibility mode, the website opening speed is slightly lower than the extreme speed mode, but there are fewer web compatibility issues.
In IE9/IE10 mode, the website will use the IE9/IE10 rendering method to render, supporting hardware acceleration and the new IE9/IE10 script rendering engine.
When switching browsing mode, the 360 Speed Browser will automatically synchronize the data between the dual cores, allowing you to seamlessly switch between the dual cores.
User Experience ProgramWhen you join the UX program, we will send the switched URLs to the 360 website so that we can improve the compatible list library and improve the product.
The uploaded data does not contain information with your individual characteristics and will not be leaked to third-party individuals or institutions.
If you do not want to upload the switched URL, you only need to remove the checkmark in the advanced options.
Automatically send usage statistics and crash reports to the 360 Speed Browser website, helping us improve the 360 Speed Browser.
Background introductionDue to well-known situations, mainstream browsers in China are all dual-core browsers: based on the Webkit kernel for high-speed browsing of commonly used websites. IE-based kernel is used to be compatible with online banking and old versions of websites. Taking several browsers of 360 as an example, we give priority to rendering mainstream websites through the Webkit kernel, and only a small number of websites are rendered through the IE kernel to ensure page compatibility. For a long time, our main control method was a website library of hundreds of k in size, a website library collected through long-term manual operations.
Although we strive to improve the accuracy of the browser's automatic cutting and verification through user feedback and code tag intelligent judgment technology. But in many cases, we still cannot achieve 100% correctness. Therefore, we have added a new control method: the kernel controls the Meta tag. As long as you add a Meta tag to your website, tell 360 browser which kernel should be used to render the URL, then 360 browser will immediately switch to the corresponding kernel after reading this tag. And apply this behavior to all URLs under this secondary domain name.
Currently this feature has been implemented in all 360 secure browsers. We also recommend that other browser manufacturers support this implementation together. Make this control label an industry standard.
Code ExampleAdd a line of code to the head tag:
XML/HTML Code Copy content to clipboard