Please open the test page in a mainstream browser and view the http request in Fiddler. 1. Hide the image 2. Repeat images 3. Repeating Background 4. Background of non-existent elements 5. Hide the background of an element 6. Multiple Backgrounds 7. Hover background loading 8. Images in innerHTML in JS 9. Image preloading Copy code The code is as follows:<script type="text/javascript"> new Image().src = '1.jpg'; new Image().src = '2.jpg';</script> In an environment without JS support, you can use hidden elements to preload: <img src="1.jpg" style="visibility: hidden; height: 0; width: 0" />Test: test_9.html Finally, the summary 1. Opera does not generate requests for hidden images and backgrounds of hidden elements. Extra 1. When using Fiddler to monitor Opera, if it is a local server, you need to check the local server in Opera's proxy server settings. 2. Another foolproof way to check the number of HTTP requests is to directly check the Apache access.log file. 3. My Firefox generates duplicate requests for repeated images and repeated backgrounds. Disabled all extensions, the problem still exists. If anyone knows the details, please let me know. |
<<: A brief analysis of adding listener events when value changes in html input
>>: Uniapp implements DingTalk scan code login sample code
This article shares the specific code of the WeCh...
Mysql stored procedure 1. Create stored procedure...
Q: I don’t know what is the difference between xml...
register The front-end uses axios in vue to pass ...
1. Element time selection submission format conve...
This article shares the specific code of Vue impo...
Preface JavaScript is one of the widely used lang...
Preface After deploying the server, I visited my ...
In the horizontal direction, you can set the alig...
This article shares the specific code of Vue to i...
1.1 Introduction By enabling the slow query log, ...
This article records the installation and configu...
Table of contents 1. Install and create an instan...
When I was printing for a client recently, he aske...
Table of contents Preface 1. DDL 1.1 Database Ope...