The order in which a webpage is opened is based on the order from top to bottom of the page. To make the advertisement do not affect the page opening speed, you must wait until all the pages are opened and then load the JS Code. How to load the page before loading the advertisement:
The order in which a webpage is opened is based on the order from top to bottom of the page. To make the advertisement do not affect the page opening speed, you must wait until all the pages are opened and then load the JS Code. When the page is loaded and then the advertisement is loaded, the JS Code of the advertisement is put at the bottom of the page. After the page content is opened, the advertisement code is loaded, use the DIV reserved on the page to output the advertisement.
Usage:
1. Place the following code on the page where you want to place the advertisement
The Code is as follows:
Loading...
2. Place the code at the bottom of the page, that is, the bottom of the footer and PHP file.
The Code is as follows:
Put the advertisement code here