SoFunction
Updated on 2025-02-28

Let ad codes no longer affect your web page loading speed

When doing some affiliate advertisements, the overall page display speed will also slow down due to the slow loading of affiliate advertisements. If the following code is added, this problem can be effectively solved.

Step 1: Put this code in the page where you want to place the ad:


<span id=\"andy\">Advertisement is loading...</span>
Step 2: Put this code at the bottom of the page:



<span id=\"span_andy\"> 
The JS code that puts advertisements here or other content that has slow loading speed is OK.
</span> 
<script type=\"text/javascript\"> 
=span_andy.innerHTML; 
span_andy.innerHTML=\"\"; 
</script>