1. Field of the Invention
In one embodiment, this invention concerns crawling a web site on the World Wide Web (“WWW”), and more specifically a web site wherein at least one web page in the web site has a reference for executing by a browser to produce an address for a next page. In this context, the invention also concerns web pages that are dynamically generated responsive to queries, such as queries associated with the crawling. This includes preemptively transforming dynamically generated web pages into static web pages.
2. Description of the Related Art
The World Wide Web is an interconnected network of computers and information appliances. Clients use the WWW to send requests to servers, which send back responses. “Static data” is server response data that already exists on the server at the time of the request and that is merely served back to the client without change by the server. A news article is an example of static data. While the news may change daily, or even minute-by-minute, nevertheless, according to the typical scenario, an article is created in response to a news item, and then the article is put on the server as a static document. That is, the article itself does not subsequently change, even though other, newer articles will sooner or later be placed on the server too. This is in contrast to “dynamic data” that is created by the server in direct response to a client request. A web page displaying a bank account balance or stock positions in a trading account is an example of a page that is created by the server and that may change with each interaction between the client and the server.
Dynamically generating data tends to impose a substantial load on server resources. While this load could be mitigated by precomputing responses in anticipation of all possible requests, such a course of action will require substantial resources for both computing the resonses and for storing them. Some middle ground may be ideal, where the server stores most likely requested information in static form, and creates other information on demand.
A web site may thus choose to convert a subset of its content to be delivered statically in order to reduce server resource demands. The conversion may be done manually, by employing web page designers. However, such a scheme is inflexible since any changes to the data or its presentation will require a large number of web pages to be manually recreated. An alternative is to automatically generate the static responses using the raw data on the web site. A program could be set up to format the extracted data (such as from database queries) and encapsulate it within the appropriate HTML content, thus creating static pages. The disadvantage of this approach is that the program must be provided with the parameters with which to query the database as well as the inter-document hierarchy which specifies how the documents will be hyperlinked together. Determining and providing this information requires significant resources. There is thus a need for an automated method that can be used to easily convert subsets of a web site to static content.
Use of a crawler would be advantageous for automating this conversion of a web site to static content, however there are numerous difficulties that prevent this. Conventional search engine crawlers start with a URL and repeatedly de-reference all unexplored URLs in the received responses. One reason conventional crawlers are not suitable for the “staticizing” problem concerns actions sequences that must be performed to obtain a particular end data set for a conventional HTML query. Furthermore, references from one web page to another may not be straightforward. That is, a reference may not be simply set out on the page as a hyperlink address, but instead may be a script, form, selection menu, or button for example. Thus a need exists for improvements in crawler programs, to overcome their limitations so that they may be used for the staticizing problem as well as other applications.
The foregoing need is addressed in the present invention. According to the invention, a web server that dynamically generates responses is queried and the resulting responses are saved so that the saved static data can be used on the server to avoid subsequent dynamic content generation. An advantage of this approach is that the existing dynamic content generating mechanisms present in the web site are harnessed to do much of the work of producing the static web pages.
In one embodiment, a crawler program “crawls the web site,” that is, generates queries to the server, responsive to references from one web page to another in the content provided by web site. The queries cause the server to generate dynamic data and return web pages that include those results. These web pages are then processed and saved, so that the web pages can be served in response to future queries. This eliminates the need to generate dynamic data on demand for these particular queries.
The web pages dynamically generated in response to particular requests, may have included in them operations that would call for the server to generate more dynamic data if the received data were used to generate additional requests to the server. That is, if one of the pages as received was used to generate additional requests to the server, such as by a user filling in fields on a form in the page, clicking on a button, selecting an item in a selection menu, etc., this would cause the server to generate more data dynamically. In another aspect, the received web pages are converted by removing at least some of these operations and replacing them with references to corresponding ones of the returned web pages.
It is advantageous that since the web pages are produced by interaction of the crawler and the web site, if the web site changes, then static web pages can be updated merely by having the crawler program crawl the web site again.
The term “crawler” conventionally refers to a search engine, going through the WWW to obtain data to build indices. As stated above, one reason conventional crawlers are not suitable for the present invention concerns actions sequences that must be performed to obtain a particular end data set for a conventional HTML query. Accordingly, in one aspect of an embodiment of the crawler of the present invention, the crawler is programmable to perform particular actions sequences for generating queries to the web server.
Furthermore, references from one web page to another may not be straightforward. That is, as stated above, a reference may not be simply set out on the page as a hyperlink address, but instead may be specified by a script, for example, so that the address is produced only when a client browser executes the reference. A reference that is generated in this manner is very dependent on the context in which it is produced, that is, the history that led up to it, including the state of the server and the client browser. To generate references of this sort in connection with generating the requests to the server, another aspect of the invention arises. According to an embodiment, the crawler parses each received web page and sends references to an applet developed for an embodiment of the present invention that runs in the browser. (This applet may be referred to herein as a “JavaScript execution engine” or simply “JEE.”) The browser determines the address for a next page responsive to such a reference, so that the browser may receive the next page and any cookie for the next page from the server, and the JEE returns the address and any cookie to the crawler program.
Due to this JavaScript execution engine, a further difficulty arises for which there is no obvious solution. For security reasons, according to browser conventions, an applet running on a client browser can only interact with objects in a web page if the web page and the applet are loaded onto the client from the same server. Furthermore, the applet cannot conventionally communicate with the client except in a very limited manner. To overcome these limitations, another aspect arises. According to an embodiment, the client browser is configured to use a certain proxy gateway, and refer to a certain file (referred to herein as the “resolver file”) containing cross-referencing for hostname-to-IP-address-resolution. The proxy gateway for the client's browser has a certain IP address. The resolver file is configured so that the resolver file indicates the IP address of the proxy gateway as the IP address for the web site server. In this manner, the JavaScript execution engine running on the client appears to the client's browser to be from the same server as the web pages, which permits the JEE to communicate with the crawler and the browser unhindered by conventional limitations. Since the proxy gateway is not really the source of the web pages, it may be referred to herein as a “spoof proxy.”
Also due to the JEE another issue arises. In connection with parsing web pages, the JEE needs to know when a web page being received from the server has been fully loaded. There is a conventional HTML document attribute that is useful for this purpose, the “onload” attribute. However, in a normal case the web pages being processed by the JEE were not produced with the JEE in mind. That is, the onload attribute may not be included in the web pages, or may not be included in a fashion suited for use with the JEE. Therefore, in another aspect, the spoof proxy adds the onload attribute to each received web page which does not already have the attribute, and defines an event handler that sets a certain variable. Then, this variable is polled by the JEE to determine when the page is loaded.
In another embodiment, a computer program product provides a crawler for crawling a web site and reduces dynamic data generation on the web site server. The computer product includes instructions for querying a web site server by a crawler program responsive to references from one web page to another in the content provided by web site. The queries are for causing the server to generate data and return web pages that include the data. The product also includes instructions for processing and saving versions of web pages received from the server, so that the web pages can be served in response to future queries.
In a further aspect, the computer program product includes instructions for processing the received web pages, which includes removing at least some of these operations and replacing them with references corresponding to the returned web pages.
In another aspect, the computer program product includes instructions for causing the crawler to parse the received web pages and send references to an applet running in a client browser. The instructions also include instructions for causing the browser to determine the address for a next page responsive to the references, so that the browser may receive the next page and any cookie for the next page from the server. In this aspect, the instructions also include instructions for causing the applet to return the address and any cookie to the crawler program.
In another aspect, the computer program product includes instructions for causing the proxy to add an onload attribute to a received web page, and define an event handler that sets a certain variable, and instructions for causing the applet to poll the certain variable to determine when the page is loaded.
In another embodiment, an apparatus includes a processor connected to a network. A storage device is connected to the processor and the network for storing a program for controlling the processor. The processor is operative with the program to query a web site server, responsive to references from one web page to another in the content provided by web site. The processor is also operative with the program to process and save versions of web pages received from the server, so that the web pages can be served in response to future queries.
In another aspect, the processor is operative with the program to convert the received web pages, by removing at least some of these operations and replacing them with references to corresponding ones of the returned web pages.
In a further aspect, the processor is operative with the program to parse the received web pages and send references to an applet executing within a client browser. Also, the processor is further operative with the program to cause the applet to cause the browser to determine the address for a next page responsive to such a reference, so that the browser may receive the next page and any cookie for the next page from the server. Also, the processor is further operative with the program to cause the crawler to receive the address and any cookie from the JEE.
In a still further aspect, the processor is operative with the program to cause the proxy to add an onload attribute to a received web page, and define an event handler therefor that sets a certain variable, and cause the applet to poll the certain variable to determine when the page is loaded.
It should be appreciated from the foregoing that the invention advantageously reduces limitations in the usefulness of crawler programs. In one resulting application, the improved crawler eliminates the need to generate data dynamically for certain queries by creating static web pages for those queries. This reduces computational load on a web server. It is also advantageous that since the static web pages are produced by interaction of the crawler and the web site server, if the web site changes, then the static web pages can be updated merely by having the crawler program crawl the web site again. These and other advantages of the invention will be further apparent from the following drawings and detailed description.
The novel features believed characteristic of the invention are set forth in the appended claims. The invention itself, however, as well as a preferred mode of use, further objectives and advantages thereof, will best be understood by reference to the following detailed description of an illustrative embodiment when read in conjunction with the accompanying drawings, wherein:
Referring now to
Client 170 has a crawler program 171 for generating queries to the server 100 responsive to references from one web page to another in the content delivered by web server 100. Specifically, first page 140.1 is shown having a first reference 142 linking page 140.1 to page 140.2. The crawler program 171 in client 170, responsive to reference 142, queries server 100 for the second web page 140.2. Then, upon receiving web page 140.2 the client 170 queries server 100 for web page 140.3, responsive to reference 146. (It should be understood that the queries could proceed in a different sequence, instead of the depth-first search illustrated in
After having received page 140.3, the client 170 queries server 100 for web page 140.4 responsive to reference 150, and queries for web page 140.5 responsive to reference 152. Since page 140.5 is a JavaScript source page, the crawler program does not produce any queries responsive to page 140.5. Page 140.4 does not have any references to other web pages, so the crawling has reached a dead end with web pages 140.5 and 140.4.
Returning back up the hierarchy of pages to page 140.2, the crawler queries for web page 140.6 responsive to reference 148 in page 140.2. In response to reference 154 in web page 140.6, the crawler queries for page 140.7. Page 140.7 has one reference 158, which leads to a web page outside a boundary that has been specified to crawler, so this reference is not crawled.
Returning back up the hierarchy of pages to page 140.1, responsive to reference 144 crawler 171 queries for page 140.8. Upon receiving page 140.8, crawler 171 queries for page 140.7, responsive to reference 160. Crawler 171 determines that reference 160 is a reference to page 140.7, which is in common with reference 154, so reference 160 is not crawled. Responsive to reference 162, crawler 171 queries so that client 170 receives page 150. Since page 150 is an image, this page is not crawled.
In the above discussion, it must be noted that the references between two pages could be more than just conventional hyperlinks. The references could be script references, selection menus, forms, buttons or other elements.
Referring now to
To understand the context of these operations, it should be understood that a reference may not be simply set out on a web page as an address, but instead may be specified by a script, selection menu, form, button or other element, so that the address needs to be produced by the client browser executing the reference. A reference that is generated in this manner is very dependent on the context in which it is produced, that is, the history that led up to it, including the state of the server and the client browser. So to generate references of this sort in connection with generating the requests to the server, the crawler 171 parses each received web page, such as page 140.X, and sends references parsed from the page to a JavaScript execution engine 210 that runs in the browser 205, for generating a query for web page 140.Y. That is, browser 205 determines from the information 230 that page 140.Y is referenced in referencing information in page 140.X.
It must also be understood that the crawler 171 may directly obtain the page 140.X from the web server 100 and parse it, consulting browser 205 only when encountering references other than simple hyperlinks, such as that linking page 140.X to page 140.Y.
Browser 205 generates an address for the page 140.Y and sends the address in a query 250 to a proxy host 215, which passes the query to server 100. Server 100 returns the web page 140.Y, and proxy host 215 adds an onload handler to the page sends the page 140.Y to browser 205.
It should be understood that web page 140.X includes the results of data dynamically generated in server 100 for an earlier query 250 that resulted in the page 140.X, but 140.X also has operations included in it linking it to page 140.Y, that call for the server 100 to generate more dynamic data to produce web page 140.Y. Therefore, web page 140.X needs to be converted by removing these operations and replacing them with references to a “version of” the returned web page 140.Y. The reference must be to 140.Y1, a “version of” web page 140.Y, because 140.Y may itself have operations included linking it to a next page also calling for the server 100 to generate more dynamic data to produce the next page.
To deal with these issues, the crawler also includes a processing function 225. The browser 205 passes information 240 back to the crawler 171 for the crawler to use for processing he web pages and saving versions thereof. In the illustration, web pages 140.X and 140.Y are processed to generate new versions 140.X1 and 140.Y1, which are saved in storage 226. The browser uses the onload handler to determine when the page 140.Y is fully loaded, and signals the crawler when this occurs. Browser 205 also sends the address for page 140.Y to the crawler 171 for use in processing. Also, the browser 205 sends to the crawler 171 any cookie that the server 100 sent in association with the query 250, so the crawler can use the cookie when requesting web page 140.Y.
In one aspect of an embodiment of the crawler of the present invention, the crawler is programmable to perform particular actions sequences for generating queries to the web server. To clarify, consider an example of actions performed by a user to obtain a particular end data set using a conventional web page form.
Referring now to
Due to JavaScript execution engine 210, a further difficulty arises for which there is no obvious solution. For security reasons, according to HTML conventions, an applet running on a browser can only interact with objects in a web page if the web page and the applet are loaded onto the client from the same server. Furthermore, the applet cannot conventionally communicate with the client except in a very limited manner. To overcome these limitations, another inventive aspect arises.
Referring now to
Also due to the JEE 210 another issue arises. In connection with parsing web pages, the crawler 171 needs to know when a web page being received from the server has been fully loaded by the browser 205. There is a conventional HTML document attribute that is useful for this purpose, the “onload” attribute. However, in a normal case the web pages being processed by the JEE were not produced with the JEE in mind. That is, the onload attribute may not be included in the web pages, or may not be included in a fashion suited for use with the JEE. Therefore, in another aspect as shown in
Referring now to
It is important to note that while the present invention has been described in the context of a fully functioning data processing system, those of ordinary skill in the art will appreciate that the processes of the present invention are capable of being distributed in the form of a computer readable medium of instructions and a variety of forms and that the present invention applies equally regardless of the particular type of signal bearing media actually used to carry out the distribution. Examples of computer readable media include recordable-type media such a floppy disc, a hard disk drive, a RAM, and CD-ROMs and transmission-type media such as digital and analog communications links.
The description of the present embodiment has been presented for purposes of illustration and description, but is not intended to be exhaustive or to limit the invention to the form disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art. For example, the invention leverages scripting and event notification mechanisms in HTML 4.0 and JavaScript 1.1 to measure and collect response time experienced by a client. HTML 4.0 and JavaScript 1.1 are supported by both Netscape Navigator 3.x and above, and Internet Explorer 4.x and above, both of which are now fairly the de facto standard browsers. Microsoft's implementation of JavaScript is officially known as JScript, and can be considered to be the same as JavaScript for the purposes herein. The invention is not limited to these embodiments, and is equally applicable to embodiments with other scripting languages such as Visual Basic or Tcl, or to embodiments with Java or cookies. An advantage of implementing the invention with JavaScript, is that it is supported by most browsers.
While the embodiment described herein uses an applet executing within a browser as a script execution engine, it should be understood that other embodiments of the script execution engine are within the scope of the invention. For example, the Gecko browser engine from Netscape could be used for the execution engine.
While “staticising” a web site is an application described herein for the crawler of the present embodiment, it should be understood that other applications are within the scope of use of the crawler of the present invention. For example, the crawler may also be used to archive a web site.
Those of ordinary skill in the art will appreciate that the hardware in
The embodiment was chosen and described in order to best explain the principles of the invention, the practical application, and to enable others of ordinary skill in the art to understand the invention. Various other embodiments having various modifications may be suited to a particular use contemplated, but may be within the scope of the present invention.
Number | Name | Date | Kind |
---|---|---|---|
6026413 | Challenger et al. | Feb 2000 | A |
6038601 | Lambert et al. | Mar 2000 | A |
6038610 | Belfiore et al. | Mar 2000 | A |
6182085 | Eichstaedt et al. | Jan 2001 | B1 |
6189019 | Blumer et al. | Feb 2001 | B1 |
6219676 | Reiner | Apr 2001 | B1 |
6256623 | Jones | Jul 2001 | B1 |
6263364 | Najork et al. | Jul 2001 | B1 |
6301614 | Najork et al. | Oct 2001 | B1 |
6389462 | Cohen et al. | May 2002 | B1 |
6411999 | Tinkler | Jun 2002 | B1 |
6418452 | Kraft et al. | Jul 2002 | B1 |
6449636 | Kredo et al. | Sep 2002 | B1 |
6484149 | Jammes et al. | Nov 2002 | B1 |
6665658 | DaCosta et al. | Dec 2003 | B1 |
6735169 | Albert et al. | May 2004 | B1 |
6748418 | Yoshida et al. | Jun 2004 | B1 |
20020087559 | Pratt | Jul 2002 | A1 |
Entry |
---|
Brandman et al. “Crawler-Friendly Web Servers”, Sep. 2000). |
Number | Date | Country | |
---|---|---|---|
20020078136 A1 | Jun 2002 | US |