Z-Blog Home implements statictoday spent two 2015 Latest Nike Shoes hours will I use Z-Blog Beautiful Nike Air Force 1 Unisex All White Shoes 1.7 home to achieve a static, static through this process, so that the loading capacity of greatly enhanced my Blog. The reason why it is static, because a few days ago I use Microsoft Web Application Special Nike Air Force 1 Low Womens Pink Shoes Stress Tool to carry out my blog site performance testing, I found one hundred concurrent can make my dual core Intel Xeon 5110 CPU to 100% load This surprised me. Careful analysis of the moment, probably because of performance problems found in the Call System_Initialize default.asp cause, so I intend to use the static method to skip this command. This is actually a pseudo-static static, modify default.asp file, when calling default.asp default.html time will automatically determine whether a file exists, it exists to read the contents of the file, and then modify c_system_event.asp file, When reconstruction cache and submit comments automatically rebuild home html Nike Air Max 90 Premium file, modify the last page of the template, modify the JavaScript will display Nike Air Presto Mens the comments the way to rebuild it, can be used normally. Then use the Microsoft Web Application Stress Tool test, the effect is obvious, CPU no 30% of the. Specific modification method is: Modify c_system_event.asp, add the following function: Air Jordan 11 Function BlogReBuild_Index () Dim ArtListSet ArtList = New TArticleListArtList.LoadCacheArtList.template = DEFAULTIf ArtList.ExportByCache (,,,,,) ThenArtList.BuildCall SaveToFile (BlogPath default.html, ArtList.html, utf-8, True) End IfBlogReBuild_Index = TrueEnd Function and then rebuild the cache function MakeBlogReBuild and submit comments function PostComment and submit references tail function PostTrackBack join statement BlogReBuild_Index. After modifying default.asp at the beginning of its file by adding the following statement: If trim (Request.QueryString.Item) = ThenServer.Transfer default.htmlResponse.EndEnd IfIf trim (Request.QueryString.Item) Then Call System_Initialize () ElseCall System_Initialize_WithOutDB () End If the above changes in the Z-Blog Beautiful Nike Air Force 1 High Womens Black Pink Shoes 1.7 is implemented using the Z-Blog 1.8 can ignore this article, because Z-Blog 1.8 has been completely solved all of the above problems, solve the System_Initialize performance issues, and there is also a static plugin Home, I now will not happen again this problem.