Job is reposted: make your website greatly enhance the speed
Job is reposted: make your website greatly enhance the speed
Many of my friends have to do with Virtual Console website page document will be stored in the virtual space, but the contents of more than one page, open the site was particularly slow speed, if you encounter such a situation, instead of looking for better space, By optimizing code page as to achieve a satisfactory pace. The author summarizes some practical means to produce Home, the following method can make your website speed has been greatly increased.
First, remember that help slimming pages
Our website is actually virtual console web content downloaded to the local hard disk, and then the browser explained Show. Download page shows that the speed of the speed of a large proportion, therefore, the website itself of the smaller space, it will be here faster speed. This requires a website to do all the time to follow simple principles, such as: Do not use too much Flash animation, photographs, the product of eight test delete arc ⒓ Dou Biao administer and take advantage of cheap capsule  vessels Sunburn Ji Hui's visit is the mother of all types of batteries? BR>
Second, if there was no need to make use of static HTML pages
As we all know, ASP, PHP, JSP, and other procedures to achieve a dynamic interactive information website, up and running is really very convenient, as their interactive data, and makes it easy to access, changes in the database content, the website's "Dynamic", such as: Forum, message boards and so on. However, such procedures must first be dealt with the implementation of the server, generating HTML pages, and then "send" to the client browser, which had to spend a certain server resources. If the virtual console on the excessive use of such procedures, the website shows that the speed will definitely slow, there is no need to make full use of static HTML pages.
Third, the whole page content will not pitch in a Table
This is a web design problem, many head alignment in the pursuit of reunification pages, the whole page content into a Table (Forms), and then from cell to divide all td "block" the layout This site shows that speed is definitely slower. Table to wait inside because all the contents are displayed after the completion of loading, and if certain elements can not be accessed, it will delay the entire page speed access. The correct way is: will be divided into several content with the same pattern in the Table to, and not all of a pitch in the Table.
4, ASP, ASPX, PHP and other documents to visit. Js cited
This ASP, ASPX, PHP, and other procedures should pay attention to the design, if you do static HTML pages into dynamic data, and these data are from dynamic ASP, PHP, and other procedures to provide it, will use the following statements cited: <script src = "http://image.ccidnet.com/ad_files/network_index.asp?orders=1"> </ script>
So, every time a person visits your site, server, and must deal with the implementation of a network_index.asp documents from the corresponding data from the database and then output to the website, if there are tens of thousands of individuals at the same time visit to the implementation of tens of thousands of times, One can imagine the consequences. These procedures will be proposed in the dynamically generated data to a document network_index.js to, and then through the Home
<Script src = " Http://www.179job.com/ad_files/home_daohang/network_index.js "> </ script>
Such code to invoke the network_index.js document. Thus, the task of data to the client browser do not waste server resources that natural speed quickly; the time spent by the former the latter is the almost several times!
5, use nested another page iframe
If you want to insert some on the web site advertising code, not want these advertisements affect the speed of Web site, then the most appropriate use of the iframe. Method: these advertisements code will be put to a separate page, then Home with the following code can be embedded in the page, so it would not because of the delay in advertising pages and drag the entire home page, code as follows:
<Iframe frameborder = 0
Leftmargin = 0
Marginheight = 0
Marginwidth = 0
Scrolling = no src = "http://www.179job.com/pub/123.html"
Topmargin = 0 width = 700 height = 440>
</ Iframe>
Http://www.179job.com/pub/123.html which is cited documents path.






