US20130073609A1 - Mobile resource accelerator - Google Patents
Mobile resource accelerator Download PDFInfo
- Publication number
- US20130073609A1 US20130073609A1 US13/606,480 US201213606480A US2013073609A1 US 20130073609 A1 US20130073609 A1 US 20130073609A1 US 201213606480 A US201213606480 A US 201213606480A US 2013073609 A1 US2013073609 A1 US 2013073609A1
- Authority
- US
- United States
- Prior art keywords
- resource
- client
- tailored
- token
- local storage
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F15/00—Digital computers in general; Data processing equipment in general
- G06F15/16—Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/02—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/957—Browsing optimisation, e.g. caching or content distillation
- G06F16/9574—Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/56—Provisioning of proxy services
- H04L67/563—Data redirection of data network streams
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/56—Provisioning of proxy services
- H04L67/565—Conversion or adaptation of application format or content
- H04L67/5651—Reducing the amount or size of exchanged application data
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/56—Provisioning of proxy services
- H04L67/568—Storing data temporarily at an intermediate stage, e.g. caching
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N21/00—Selective content distribution, e.g. interactive television or video on demand [VOD]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/2866—Architectures; Arrangements
- H04L67/2871—Implementation details of single intermediate entities
Definitions
- the present invention relates to mechanisms for optimizing performance and response time when presenting content in a client/server environment.
- the present invention implements a system and method by which a resource can be in-lined the first time it is requested, and then cached locally for use in connection with subsequent requests.
- the resource requests are served from the local cache, thus avoiding the need for re-transmission with each response.
- the system and method of the present invention can be implemented in connection with delivery of any content in a client/server system, including for example HTML responses to requests for web pages.
- the techniques described herein are tailored to mobile data network constraints; however, the techniques described herein can be applied to any data network.
- the system of the present invention includes an accelerator proxy that intercepts client requests before they are sent to servers for processing.
- an accelerator proxy that intercepts client requests before they are sent to servers for processing.
- the system of the present invention provides a seamless client-side cache solution that transfers items to the client cache by transporting them inside the client HTML as in-lined embedded resources. Once the page is rendered on the client browser, the resources are transferred into a local cache and subsequently referenced by a key that is stored at or by the server.
- a set of client groups is configured; these represent categories of web browser applications/devices that have similar APIs and feature sets.
- web browsers are grouped together using a user-agent filter query.
- Each web browser request is assigned a visitor context by the system.
- the visitor context is maintained using an HTTP cookie, for example a cookie named “visitor”.
- each request is categorized into one of three categories: initial visit, repeat visit, and internal visit.
- the visitor cookie is used to infer the visit state and to track which pages within the site have likely been visited.
- the invention before accelerating pages, the invention is primed, or warmed up.
- the system tracks and samples external resource references embedded within HTML pages, tailors them for use by each client group, and stores the tailored versions where they can be retrieved and used in subsequent steps.
- the creation of tailored resources may be executed off-line.
- web browsers receive the original unaltered HTML responses and corresponding embedded resources.
- the original HTML of web pages is rewritten to include appropriately in-lined versions of the resources as well as a script to cause the client to store (cache) resources locally to be used in response to future requests.
- such rewriting is performed by the accelerator proxy, which inserts the resources and includes JavaScript into the HTML to cause the client to transfer the resources into local storage.
- An appropriate method of creating in-lined versions of the resources and logic for storing them locally is defined for each client group. This enables resources to be embedded in-line in HTML (thus eliminating the round-trip required to fetch the resource) and then to be transferred to local storage once the page has been rendered.
- a map can be kept at the accelerator proxy that tracks which resources are common across pages, which resources are common by unique visitor, and which resources are used on which pages.
- This information combined with the information in the visitor cookie (which indicates which pages/page groups have been visited), enables the system to infer the state of each resource in the client cache so that only resources that are not already likely to be on the client are in-lined within the HTML response.
- the system and method of the present invention provide a mechanism for transporting external resources to their most optimal location in the network and then transforming the HTML to reference these resources from the new location.
- the method of the present invention is implemented in a system for presenting web-based content, such as web pages, to a user.
- a system for presenting web-based content, such as web pages, to a user.
- One example of such a system is a client/server architecture in which software, such as a browser running on a client machine, requests content from a server, including HTML pages and/or other resources.
- the content is delivered over a communications network such as the Internet, using known communications protocols such as HTTP and TCP/IP.
- an accelerator proxy and/or edge accelerator proxy intercept client requests for content and process such requests according to the techniques described herein.
- the present invention is described in connection with mechanisms for optimizing the delivery of web page content, as may be presented on a browser running on a client.
- the methods of the present invention can also be applied to other forms of optimization, including optimization of any suitable types of resources.
- the methods of the present invention can also be applied to systems using protocols other than HTTP, resource requests other than HTML web pages, and files of any format.
- the techniques described herein can be applied to any suitable type of data or content delivered across any electronic network.
- the system of the present invention can be implemented using a network appliance (also referred to as an accelerator or accelerator proxy) that intercepts and processes client requests before they reach the server.
- a network appliance also referred to as an accelerator or accelerator proxy
- Such an appliance can be located, for example, in a data path between the server and the client.
- Such an appliance can be incorporated in a hardware device such as a router, or it can be a standalone device.
- the system of the present invention can be implemented by software running at the client and/or server, or any combination thereof.
- the present invention can be combined with other optimization techniques, such as those described in the following related applications:
- the present invention can be combined with or can build upon existing optimization technologies such as those described above, including but not limited to ESI, Partial Page Caching, and/or third party libraries such as ControlJS and HeadJS.
- FIG. 1A depicts an architecture for practicing the present invention according to one embodiment, wherein an accelerator proxy for optimizing performance and response time resides in a network device such as a router.
- FIG. 1B depicts an architecture for practicing the present invention according to one embodiment, wherein an accelerator proxy for optimizing performance and response time resides in a server.
- FIG. 1C is a block diagram depicting a conceptual architecture for implementing the present invention according to one embodiment.
- FIG. 2 is a flow diagram depicting a set of use cases for the present invention according to one embodiment.
- FIG. 3 is a sequence diagram depicting a method of performing client group configuration according to one embodiment.
- FIG. 4 is a sequence diagram depicting a primer visit according to one embodiment.
- FIG. 5 is a sequence diagram depicting an initial visit to a primed page according to one embodiment.
- FIG. 6 is a sequence diagram depicting a repeat visit to a primed page according to one embodiment.
- FIG. 7 is a sequence diagram depicting a visit to an internal page according to one embodiment.
- FIG. 8 is a flow diagram depicting a method of detecting visit context according to one embodiment.
- FIG. 9 is a flow diagram depicting a method of detecting resource request context according to one embodiment.
- accelerator proxy 106 (also referred to as an optimizer) for performing the techniques of the present invention resides in a network device such as router 108 .
- accelerator proxy 106 is positioned between origin server 110 (also referred to as server 110 ) and client machine 151 .
- Origin server 110 may be an HTTP server, web server, or other server;
- client 151 may be an HTTP client or any other electronic device capable of sending and receiving messages on network 103 .
- Network 103 may be the Internet or any other network that enables communication among two or more electronic devices.
- Network 103 may be implemented using well-known network protocols such as Hypertext Transfer Protocol (HTTP), Secure Hypertext Transfer Protocol (SHTTP), Transmission Control Protocol /Internet Protocol (TCP/IP), and/or the like.
- HTTP Hypertext Transfer Protocol
- SHTTP Secure Hypertext Transfer Protocol
- TCP/IP Transmission Control Protocol /Internet Protocol
- VPN Virtual Private Network
- Client 151 and/or origin server 110 may be computers or any other electronic devices. Examples include, without limitation, a desktop computer, laptop computer, personal digital assistant (PDA), cellular telephone, smartphone, music player, handheld computer, tablet computer, kiosk, game system, enterprise computing system, server computer, or the like.
- client 151 and/or origin server 110 are desktop computers running an operating system such as for example: Linux; Microsoft Windows, available from Microsoft Corporation of Redmond, Wash.; Mac OS X, available from Apple Inc. of Cupertino, Calif.; iOS, available from Apple Inc. of Cupertino, Calif.; Android, available from Google Inc. of Mountain View, Calif.; and/or any other operating system that is adapted for use on such devices.
- client 151 and/or origin server 110 each include a number of hardware components as are well known to those skilled in the art, including for example one or more input devices (such as a keyboard, mouse, touchscreen, trackball, trackpad, five-way switch, voice input device, joystick, and/or any combination thereof), one or more output devices (such as a screen, speaker, printer, and/or any combination thereof), one or more processors (which can be a conventional microprocessor for performing operations on data under the direction of software, according to well-known techniques), memory (such as random-access memory having a structure and architecture as are known in the art, for use by the one or more processors in the course of running software), and/or local storage (which can be any magnetic, optical, and/or electrical storage device for storage of data in digital form, such as flash memory, magnetic hard drive, CD-ROM, and/or the like).
- input devices such as a keyboard, mouse, touchscreen, trackball, trackpad, five-way switch, voice input device, joystick, and/or any combination thereof
- output devices
- FIG. 1A One skilled in the art will recognize that the particular arrangement of hardware elements shown in FIG. 1A is merely exemplary, and that the invention can be implemented using different hardware elements configured in any of a number of different ways. Thus, the particular architecture shown in FIG. 1A is merely illustrative and is not intended to limit the scope of the invention in any way.
- Client 151 may run web browser 112 and/or another software application for enabling network communications and for presenting content, such as web pages including resources, to user 101 .
- Local storage 111 may be a cache or other storage mechanism available to client 151 .
- local storage 111 can be implemented as a list of key/value pairs with an access API provided by browser 112 .
- size constraints and cache expiry are managed by accelerator proxy 106 . In particular situations where the size of available local storage 111 is limited, accelerator proxy 106 and/or other components of the system monitor and measure the size of the resources placed into local storage 111 and can use such information to implement a cache expiry algorithm.
- metadata stored in local storage 111 describes each stored resource; such metadata can be used by accelerator proxy 106 and/or other components to maintain the freshest and most optimal set of resources given the available space in local storage 111 .
- the metadata contains a resource use count that tracks how often the resource has been accessed; such data can be used to facilitate least-frequently-used (LFU)-based cache expiry.
- the metadata contains a timestamp that indicates the time the resource was added (and/or updated), so as to facilitate least-recently-used (LRU)-based cache expiry. The timestamp may also be an expiry timestamp based, for example, on heuristics and/or cache headers associated with the resource.
- LFU least-frequently-used
- the metadata contains a timestamp that indicates the time the resource was added (and/or updated), so as to facilitate least-recently-used (LRU)-based cache expiry.
- the timestamp may also be an expiry timestamp based, for example, on heur
- user 101 may be an administrator or an end user.
- client 151 operates under the direction and control of user 101 , who interacts with browser 112 running on client 151 via a user interface according to well-known techniques.
- Browser 112 communicates over network 103 with acceleratory proxy 106 ; accelerator proxy 106 in turn communicates over network 103 with origin server 110 , which serves the requested content.
- accelerator proxy 106 intercepts requests transmitted by browser 112 and addressed to origin server 110 .
- Network 103 may be any suitable electronic communications network, such as for example the Internet, a wide-area network (WAN), a local-area network (LAN), wireless network, WiFi network, cellular network, mobile network, radio network, or any other type of network, as well as any suitable combination thereof.
- Network 103 may include one or more routers, switches, gateways, application delivery controllers (ADCs), and other network devices.
- ADCs application delivery controllers
- the invention is described herein in terms of requesting, receiving, and rendering web pages at browser 112 running on client 151 .
- router 108 is implemented as a computing device configured to route network traffic between client 151 and origin server 110 according to well known mechanisms.
- Router 108 may include optimization and acceleration components as described in related U.S. Utility application Ser. No. 12/426,909 for “Extensible, Asynchronous, Centralized Analysis and Optimization of Server Responses to Client Requests,” (Atty. Docket No. STR018), filed Apr. 20, 2009, the disclosure of which is incorporated herein by reference.
- Such components may include, for example, accelerator proxy 106 as described in the related application.
- accelerator proxy 106 can be implemented as a software-based component of router 108 .
- router 108 may include a processor (not shown) for performing the techniques of the present invention in accordance with software and/or firmware instructions.
- accelerator proxy 106 resides in origin server 110 .
- accelerator proxy 106 can be implemented as part of a stand-alone network appliance located in the communication path between client 151 and origin server 110 .
- Accelerator proxy 106 can also be implemented using any number of network appliances and/or other components in any suitable combination.
- FIG. 1C there is shown a block diagram depicting a conceptual architecture for implementing the present invention according to one embodiment.
- the depicted architecture is merely exemplary; the system of the present invention can be implemented using any number of software and/or hardware components in any suitable configuration.
- Client 151 can be any conventional computing system or machine, or any other electronic device capable of displaying content on an output device such as a display screen.
- Client 151 can run browser software 112 for presenting such content, such as web pages including static and dynamic content received from origin server 110 in response to requests.
- Browser 112 can be any conventional browser, such as for example Microsoft Internet Explorer, available from Microsoft Corporation of Redmond, Wash.; Chrome, available from Google, Inc. of Mountain View, Calif.; Firefox, available from Mozilla Corporation of Mountain View, Calif.; or Safari, available from Apple Inc. of Cupertino, Calif.
- Origin server 110 may be a web server or any other type of server, such as an HTTP server capable of receiving requests via HTTP and returning content in response to such requests.
- browser 112 requests web pages, images, and other resources from origin server 110 .
- Such requests can be transmitted via an electronic network such as the Internet, although any suitable wired and/or wireless network can be used.
- Accelerator proxy 106 acts as an intermediary which performs operations such as intercepting client 151 requests for content, and modifying content (such as web pages in the form of HTML code) obtained from origin server 110 before such content reaches client 151 .
- Accelerator proxy 106 can be implemented as any other suitable device, such as an HTTP proxy capable of parsing and rewriting HTML responses.
- Such a proxy can be implemented, for example in a network appliance capable of intercepting and/or relaying requests, responses, and/or other messages traveling between origin server 110 and client 151 .
- client 151 , origin server 110 , and accelerator proxy 106 communicate with one another via an electronic network such as the Internet, although any suitable wired and/or wireless network can be used.
- accelerator proxy 106 intercepts and forwards client 151 requests that are addressed to origin server 110 , and processes such requests according to various techniques described herein. More particularly, in at least one embodiment, accelerator proxy 106 selectively serves tailored resources and/or resource keys to a requesting browser 112 , as described in more detail below. Such a method is particularly effective on resources that are common across browser sessions or are used repeatedly by the same browser 112 during the same visit.
- accelerator proxy 106 includes several components, as follows:
- the above-described components can be implemented using any combination of hardware, firmware, and software.
- the components may be implemented as software modules for controlling the operation of a processor in accelerator proxy 106 .
- the components are depicted in FIG. 1 C as being part of accelerator proxy 106 , some or all of them can be implemented in any suitable location, including for example a network appliance, accelerator, accelerator proxy 106 , origin server 110 , router 108 , client 151 , or any combination thereof.
- FIG. 1C Further description of the components of FIG. 1C is provided below.
- Administrator actor 251 is a type of user 101 who is responsible for administering the operation of the system. Accordingly, one use case for the system is that administrator actor 251 can set 253 client group configuration properties, as described in more detail herein.
- Web browser actor 252 is a type of user 101 who interacts with the system of the present invention to view content via browser 112 in the normal course of operation.
- the system of the present invention detects 258 a visit context, or state, for each such interaction, and directs operation in accordance with the detected context.
- an HTTP cookie is used to maintain and detect the required visitor state.
- the context or state of the browser visit is detected.
- any of several use cases may be applicable for web browser actor 252 , including for example:
- the system in addition to detecting the visit context, can also determine which client group 209 the requesting browser 112 belongs to. In one embodiment, this is accomplished by testing user-agent text included in the request headers against the set of filters associated with each client group 209 . In one embodiment, a regular expression pattern evaluator (not shown) can be used to implement this filter.
- accelerator proxy 106 serves tailored resources to a requesting browser 112 .
- Accelerator proxy 106 selects the best application of the tailored resources based on the requesting visit context.
- Such a method is particularly effective on resources that are common across browser sessions (i.e., instances) and/or are used repeatedly by the same browser 112 during the same visit.
- the invention is depicted and described in terms of its operation on resources that are found on the same page for all browser sessions or that occur across pages for a single browser session.
- transformation scenarios there are three transformation scenarios—one for each visit context, as will be described in more detail herein. Different visit scenarios specify different ways in which externally referenced resources are transformed.
- transformation can be applied to the treatment of resource contents and/or local storage behavior. More specifically, resource contents can be either in-lined or left as external references, and each resource can be flagged for transfer to local storage or not. When a resource is flagged for transfer to local storage, a local storage key is included that can be used as a lookup key for future requests.
- the method of the invention is described herein in terms of three phases: a configuration phase, a priming (warm-up) phase, and an acceleration phase. In at least one embodiment, however, these phases can overlap one another. For example, while one page is in the priming phase, another may be in the acceleration phase.
- configuration is performed first, changes to system configuration can take place at any time, causing the system to alter its behavior.
- administrator actor 251 can optionally set 253 and/or change default configuration of client group properties, so as to group clients 151 with similar characteristics and configure parameters determining how resource tailoring shall take place.
- Client group configuration allows the system to function even when different browsers 112 at different clients 151 have different constraints with regard to cache, application programming interface (API), size, performance, and the like.
- API application programming interface
- each client group 209 is a set of clients 151 (or browsers 112 ) that has at least some common features and behaviors, such that a single approach for resource tailoring applies to all members of the group 209 .
- client group 209 membership is defined by a filter query associated with each group 209 that is applied to the web browser user-agent request header.
- This header uniquely defines each class of browser 112 and can be used for this purpose. In other embodiments, another header or method can be used.
- each client group 209 can include properties that constrain the size of resources that can be treated during the course of operating the system.
- Configuration phase 253 is optional; for example, in at least one embodiment, configuration settings only need to be changed when the capabilities of a browser 112 change or when administrator actor 251 wants to tailor the size limits and filtering for specific site characteristics.
- Client 151 may be a designated client 151 for performing configuration 253 , or it may be any ordinary client 151 .
- client 151 is operated by administrator actor 251 , who is a user 101 that is authorized to make changes to system configuration. Under the direction of administrator actor 251 , client 151 issues a setup client group message 301 to system configuration manager 201 running at accelerator proxy 106 . In response to receiving message 301 , system configuration manager 201 sends a message 302 to create or modify one or more client group(s) 209 .
- client group 209 configuration data is stored at data storage accessible by accelerator proxy 106 , although such information can be stored at any suitable location.
- client group 209 is implemented as a method, which, in response to receiving create or modify message 302 from system configuration manager 201 , performs operations to establish or change a user-agent filter 303 defining client group 209 and to establish or change tailoring properties 304 associated with client group 209 . Once such operations are completed, client group 209 transmits an acknowledgment message 305 to system configuration manager 201 . In turn, system configuration manager 201 transmits an acknowledgment message 306 to client 151 .
- any number of primer visits 254 can take place.
- the system tracks and samples external resource references embedded within HTML pages, tailors them for use by each client group 209 , and stores the tailored versions in tailored resource cache 206 , where they can be retrieved and used in future steps.
- resource tailoring include resizing images, “minifying” CSS and JavaScript (removing non-essential characters), and converting to base- 64 encoding (required for binary resources in-lined within HTML).
- each page on a site goes through a primer phase in which all the resources are discovered and common resources are identified, tailored, and stored by the system.
- each page starts by being primed, and then can be accelerated for subsequent responses.
- FIG. 4 there is shown a sequence diagram depicting a primer visit according to one embodiment.
- Browser 112 issues a page request 401 (such as a request for an HTML page, transmitted via HTTP).
- Page request 401 is intercepted by accelerator proxy 106 .
- Accelerator proxy 106 issues a detect visit context call 258 to visitor manager 202 , which determines the visit context.
- Visitor manager issues a response including a context ID 402 indicating that the visit is a primer visit. Further description of the process for determining the visit context is provided herein in connection with FIG. 8 .
- accelerator proxy 106 also detects 403 the client group 209 associated with page request 401 , for example by testing user-agent text included in the request headers.
- Accelerator proxy 106 then forwards page request 401 to origin server 110 , which in turn provides a response, such as HTML response 405 containing a web page and/or other resources.
- accelerator proxy 106 issues a parse HTML call 406 to HTML parser 204 to separate HTML response 405 into tokens that contain external resource references. For each such token, HTML parser 204 sends a message 407 to reference manager 207 to obtain a tailored resource reference.
- Reference manager 207 processes the external resource reference by requesting 408 and receiving the resource content 410 from its original location (such as origin server 110 ), tailoring 414 the content for each client group 209 as appropriate, and then storing 415 each tailored (optimized) version of the resource in tailored resource cache 206 or in some other suitable storage location. Tailored resource cache 206 responds with an acknowledgment 416 .
- reference manager 207 maps the URL (key) for each resource with its corresponding contents as well as a record of some or all the parent page URLs that refer to the resource. This information is used for detecting resource contexts, as described in more detail in connection with FIG. 9 .
- Reference manager 207 transmits the HTML token 409 back to HTML rewriter 205 , which forwards it to HTML parser 204 . If additional resources are to be processed, HTML parser requests the next HTML token 412 from accelerator proxy 106 for further processing.
- detection and processing of resources during the primer visit takes place independently of transmission of HTML response 405 from origin server 110 to browser 112 . Accordingly, as shown in FIG. 4 , accelerator proxy 106 forwards original HTML response 405 to browser 112 , without any changes. Thus, browser 112 is minimally affected by optimization operations during this primer (warm-up) phase.
- an HTTP cookie is used to maintain the visitor state.
- Accelerator proxy 106 detects and interprets the cookie according to well known mechanisms, so as to determine the current visitor state, or visit context.
- One skilled in the art will recognize that other mechanisms for state management can be used.
- accelerator proxy 106 When accelerator proxy 106 receives or intercepts a request, it detects the context of the web browser visit. Each request is flagged as one of the following:
- the repeat visit and/or internal visit is detected by the presence of a cookie containing a hash ID indicating that the visitor has already been to the same page or other page(s) in the same website.
- the initial visit is detected by absence of a relevant cookie.
- the system also detects which client group 209 the requesting client 151 (or web browser 112 ) belongs to. In at least one embodiment, this is accomplished by testing user-agent text included in the request headers against a set of filters associated with each client group 209 . In at least one embodiment, a regular expression pattern evaluator can be used to implement this filter.
- Accelerator proxy 106 selects the best application of the tailored resources based on the requesting visit context.
- such transformation can be applied to the treatment of resource contents and/or local storage behavior. More specifically, resource contents can be either in-lined or left as external references, and each resource can be flagged for transfer to local storage or not. When a resource is flagged for transfer to local storage, a local storage key is included that can be used as a look-up key for future requests.
- a set of text size constraints (and/or other types of constraints) is established.
- the system of the present invention can be configured, for example, only to operate on resources that fall within the defined constraints; resources that exceed these constraints are left unchanged.
- constraints can be established on a client group by client group basis.
- initial Visit In initial visit scenario 255 , all of the external resources within the client group “in-line text” size constraints that are referenced in one of the HTML tokens are transformed (rewritten) such that the data is placed in-line as text within the document and flagged for transfer to local storage 111 associated with browser 112 at client 151 .
- External resource references that are referenced in one of the HTML tokens, and that do not fit the in-line text size constraints but do fit within the client group “store local” size constraints are transformed (rewritten) such that they are left as external references but are flagged for transfer to local storage 111 .
- Other resources whose characteristics fall outside of the client group constraints are left unchanged.
- FIG. 5 there is shown a sequence diagram depicting an initial visit to a primed page 255 according to one embodiment. The steps illustrated in FIG. 5 are performed, for example, once a sufficient number of primer visits required to warm up the system have been completed, and the system has been primed for the request being described.
- Page request 401 (such as a request for an HTML page, transmitted via HTTP), representing the first time an instance of browser 112 has requested a particular web page.
- Page request 401 is intercepted by accelerator proxy 106 .
- Accelerator proxy 106 issues a detect visit context call 258 to visitor manager 202 , which determines the visit context.
- Visitor manager issues a response including a context ID 402 indicating that the visit is an initial visit. Further description of the process for determining the visit context is provided herein in connection with FIG. 8 .
- accelerator proxy 106 also detects 403 the client group 209 associated with page request 401 , for example by testing user-agent text included in the request headers.
- Accelerator proxy 106 then forwards page request 401 to origin server 110 , which in turn provides a response, such as HTML response 405 containing a web page and/or other resources. Accelerator proxy 106 issues a parse HTML call 406 to HTML parser 204 to separate HTML response 405 into tokens that contain external resource references. For each such token, HTML parser 204 sends a message 407 to reference manager 207 to obtain a tailored resource reference. Reference manager 207 requests 501 and receives 502 a tailored resource from tailored resource cache 206 .
- Tokens may contain external resource references.
- reference manager 207 transmits a groom token call 503 to HTML rewriter 205 ; HTML rewriter 205 rewrites 512 the token to include an in-lined resource and URL key for local storage of the resource at client 151 .
- HTML rewriter 205 transmits the rewritten token 504 to HTML parser 204 .
- reference manager 207 instructs HTML rewriter 205 to replace some or all of the original resource locations with in-line version(s) of the resource(s) that can be included directly in the HTML (for example as a Data URI or in-line script), including a key (such as the original resource URL).
- this in-lining transformation only takes place for resources within the size constraints defined by client group 209 .
- rewriting 512 is repeated for all tokens in the HTML document.
- HTML parser 204 determines when all tokens have been processed by detection of a ⁇ /body> token, indicating that the end of the HTML body has been reached.
- a script is inserted 507 that is configured to execute after the page has loaded (or performed its foreground processes); this script is referred to herein as a scaffolding script.
- the purpose of the scaffolding script is to cause client 151 to transfer the contents of the in-lined resources to local storage 111 for future use.
- the key for each resource stored locally is included with the in-line data and is known by reference manager 207 .
- the timing of the execution of the scaffolding script is not critical to the operation of the present invention, and that execution can be triggered at other times without departing from the essential characteristics of the present invention.
- HTML parser 204 provides the resulting groomed HTML response 508 to accelerator proxy 106 , which transmits it to browser 112 .
- Browser 112 recognizes that the document has been loaded 510 .
- browser 112 in addition to rendering the HTML page, browser 112 iterates 511 through the domain object model (DOM) specified in the HTML response 508 and stores the tailored resources found therein in local storage 111 for future use.
- the resources are stored using the local storage key discussed above.
- the relevant metadata for managing the cache, including cache expiry, is also stored or updated.
- repeat visit scenario 256 web browser 112 returns to the exact same page that has already been viewed; repeat visit scenario 256 may also apply when the page issues a PostBack request.
- the logic used to detect the state of each individual resource reference can be bypassed, and the system can assume that all of the external resource references that have been flagged for transfer to local storage have been stored in local storage 111 at client 151 and are available for use.
- resources previously flagged for local storage 111 are transformed to a short-form syntax that instructs the browser 112 to load the resource contents from local storage 111 using the specified key as a look-up parameter. Resources whose characteristics fall outside of the client group constraints are left unchanged.
- FIG. 6 there is shown a sequence diagram depicting a repeat visit to a primed page 255 according to one embodiment.
- the steps illustrated in FIG. 6 are performed, for example, once the steps of FIG. 5 have been performed during a previous visit to the same page. Again, it is assumed that a sufficient number of primer visits to warm up the system have been completed and the system has been primed for the request being handled.
- page request 401 (such as a request for an HTML page, transmitted via HTTP).
- Page request 401 is intercepted by accelerator proxy 106 .
- Accelerator proxy 106 issues a detect visit context call 258 to visitor manager 202 , which determines the visit context.
- Visitor manager issues a response including a context ID 402 indicating that the visit is a repeat visit for this browser 112 . Further description of the process for determining the visit context is provided herein in connection with FIG. 8 .
- accelerator proxy 106 also detects 403 the client group 209 associated with page request 401 , for example by testing user-agent text included in the request headers.
- Accelerator proxy 106 then forwards page request 401 to origin server 110 , which in turn provides a response, such as HTML response 405 containing a web page and/or other resources. Accelerator proxy 106 issues a parse HTML call 406 to HTML parser 204 to separate HTML response 405 stream into tokens that contain external resource references. For each such token, HTML parser 204 sends a message 601 to request a tailored resource key corresponding to that token. Reference manager retrieves 602 a tailored resource key and issues a groom token 503 message (containing a token and the tailored resource key), to HTML rewriter 205 , instructing HTML rewriter 205 to replace some or all of the original resource locations with tailored resource key references. HTML rewriter 205 rewrites 512 the token to contain the received tailored resource key. These are the same key values used to store the resource content in client-side local storage 111 , and they enable client 152 to retrieve the resource content from its local storage 111 .
- Rewriting 512 is repeated for all tokens in the HTML document.
- HTML parser 204 provides groomed HTML response 508 to accelerator proxy 106 , which transmits it to browser 112 .
- browser 112 renders the groomed HTML, it retrieves 604 versions of the references from local storage 111 , thus improving efficiency of page rendering.
- the system falls back to fetching the resource from accelerator proxy 106 or another external location where the original data may be found, and then (optionally) storing it in local storage 111 for later use.
- the HTML document is then considered to be loaded 510 .
- accelerator proxy 106 transforms each external resource request on a case-by-case basis. Accelerator proxy 106 keeps track of which common resources are found on which pages. In at least one embodiment, browser 112 passes a cookie that indicates which pages (or page groups) have previously been visited.
- accelerator proxy 106 is able to infer, for each external resource reference encountered in the HTML response, whether the resource is already in local storage 111 associated with browser 112 .
- the same client group limits and transformations are applied but on a per-resource basis. As in the other scenarios, resources whose characteristics fall outside of the client group constraints are left unchanged.
- a script is inserted into the HTML that runs after the document render has completed.
- the script code iterates through the document, locating resources flagged for transfer and moving them to local storage 111 using the storage key provided.
- the transfer can be initiated after each resource has been loaded.
- the space available in local storage 111 is detected and tracked as part of the cookie. This information is used by the system to optionally insert a script whose purpose is to remove items from local storage 111 as well as to adjust the size limit settings.
- FIG. 7 there is shown a sequence diagram depicting a visit to an internal page 257 according to one embodiment.
- the steps illustrated in FIG. 7 are performed, for example, once the steps of FIG. 5 have been performed during a previous visit to the another page in the same website during the same session. Again, it is assumed that a sufficient number of primer visits required to warm up the system have been completed, and the system has been primed for the request being described.
- Browser 112 issues a page request 401 (such as a request for an HTML page, transmitted via HTTP).
- Page request 401 is intercepted by accelerator proxy 106 .
- Accelerator proxy 106 issues a detect visit context call 258 to visitor manager 202 , which determines the visit context.
- Visitor manager issues a response including a context ID 402 indicating that the visit is an internal visit. Further description of the process for determining the visit context is provided herein in connection with FIG. 8 .
- accelerator proxy 106 also detects 403 the client group 209 associated with page request 401 , for example by testing user-agent text included in the request headers.
- Accelerator proxy 106 then forwards page request 401 to origin server 110 , which in turn provides a response, such as HTML response 405 containing a web page and/or other resources. Accelerator proxy 106 issues a parse HTML call 406 to HTML parser 204 to separate response 405 into tokens contain external resource references. HTML parser issues a detect resource context call 701 , which causes reference manager 207 to detect a resource context in order to determine whether client 151 is likely to have the specified resource in local storage 111 . The determination can include detecting whether the resource is in a reference map (which may be implemented as data storage used by reference manager 207 ), and/or whether this page is known to contain this URL, and/or whether the visitor has previously been to a page with the same URL. Based on such determinations, the resource context is detected as either being an unmapped resource, an initially encountered resource, or a resource that has been previously encountered.
- a reference map which may be implemented as data storage used by reference manager 207
- a local cache key version of the resource reference is used. If the resource is not likely to be in local storage 111 and is within the size constraints defined by the client group 209 for in-lined resources (or other such constraints as may configured in the system, for example frequency of use or volatility of the resource), the resource is in-lined; in addition, if the resource is within the constraints defined by the client group 209 for local storage, then an external reference to the tailored resource reference is included, along with scaffolding script as described above for transferring the resource to the client's local storage 111 during or after the rendering process. References to all resources falling outside of the client group 209 constraints are included unchanged. Additional details for resource context detection 701 are provided below in connection with FIG. 9 .
- reference manager 207 requests 501 and receives 502 a tailored resource from tailored resource cache 206 .
- Tokens may contain external resource references.
- reference manager 207 transmits a groom token call 503 to HTML rewriter 205 ; HTML rewriter 205 rewrites 512 the token; as described above, depending on the resource context detected in step 701 , the token may be rewritten to include an in-lined resource and URL key for local storage of the resource, or it may include the URL key alone.
- HTML rewriter 205 transmits the rewritten token 504 to HTML parser 204 .
- Rewriting 512 is repeated for all tokens in the HTML document.
- HTML parser 204 determines when all tokens have been processed by detection of a ⁇ /body> token, indicating that the end of the HTML body has been reached.
- a scaffolding script is inserted 507 , as described above in connection with FIG. 5 .
- the key for each resource stored locally is included with the in-line data and is known by reference manager 207 .
- Resource references that refer to locally stored items are obtained 604 from local storage 111 .
- browser 112 requests 702 and receives the resource 703 from origin server 110 or from some other source. Some or all such items are copied 704 to local storage 111 .
- Browser 112 then recognizes that the document has been loaded 510 .
- browser 112 in addition to rendering the HTML page, browser 112 iterates 511 through the domain object model (DOM) specified in the HTML response 508 and stores, in local storage 111 , tailored resources found therein for future use.
- the resources are stored using the local storage key discussed above, and the relevant metadata for managing the cache, including cache expiry, is also stored or updated.
- FIG. 8 there is shown a flow diagram depicting a method of detecting visit context 801 according to one embodiment.
- the purpose of the method of FIG. 8 is to classify each request into one of the three categories discussed above: initial visit, repeat visit, or internal visit.
- the context is inferred through the use of a uniquely named HTTP cookie (e.g., a visitor cookie).
- This cookie includes a list of URL hashes that indicate which pages have been visited by this browser 112 . These hashes may be determined, for example, using an MD5 message-digest algorithm, or any other suitable hashing function.
- any suitable algorithm or algorithms can be used for encoding such information; an example is a Bloom filter.
- the steps of FIG. 8 are performed by visitor manager 202 , although one skilled in the art will recognize that the steps can be performed by any suitable component of the system.
- Visitor manager 202 detects 801 whether or not the visitor cookie is present for the given request. If it is not present, visitor manager 202 returns a result category of initial visit (also referred to as a “cold cache”), and a new visitor cookie is created 802 .
- a result category of initial visit also referred to as a “cold cache”
- visitor manager 202 examines 806 the value of the cookie, by determining a hash value of the current page URL and looking 803 for that hash value in the list of URL hashes of the visitor cookie. If, in step 803 , the hash value for the current page is found in the visitor cookie's list, meaning that browser 112 has been to this page, then visitor manager 202 returns a result category of repeat visit (also referred to as a “warm cache”).
- a hash value of the current page URL is added 804 to the list of URL hashes of the visitor cookie, so that future requests for the current page will yield the repeat visit result.
- the cookie is examined for possible consolidation 805 in which groups of pages can be represented by a single hash value. This technique is used to keep the cookie value small, yet still have an accurate record of which resources are in the local cache.
- pruning methods may be used for managing the size of the visitor cookie, and that the visitor cookie need not maintain a complete list of visited pages to still be of value to the system.
- the presence of a cookie that does not include the current page means that the browser 112 has visited at least one other page in the same website (hence, the presence of the cookie), but has not yet visited this particular page (hence, the absence of a hash value for this particular page in the cookie.
- visitor manager 202 returns a result category of internal visit (also referred to as a “mid-session cache”).
- the method then ends 899 .
- FIG. 9 there is shown a flow diagram depicting a method of detecting resource request context 701 according to one embodiment. The purpose of this process is to determine whether or not the requesting browser 112 is likely to have a given resource in its local storage 111 .
- the steps of FIG. 9 are performed by reference manager 207 , although one skilled in the art will recognize that the steps can be performed by any suitable component of the system.
- reference manager 207 determines 901 whether the original resource URL can be found in the reference map. If the URL is not found, an unmapped state is detected 905 and is returned. In at least one embodiment, independently of returning the unmapped state, a separate process may fetch, tailor, and then store 909 the resource, and add and prepare 902 a URL reference to that resource so that future queries can find the tailored resource.
- step 901 If, in step 901 , the resource URL is found, steps are performed to map resources to pages and/or to maintain accuracy of such a map. A determination 903 is made as to whether this page is known to contain this URL. If not, a page URL hash is added 904 to the reference map. This step updates the reference found for the resource URL with a value that indicates that it has been found on the particular parent HTML page URL.
- a determination 906 is then made as to whether this visitor has been to a page containing the resource URL. This determination 906 may be made, for example, by querying the visitor cookie value, as described above in connection with FIG. 8 , to determine which pages the browser 112 has likely previously visited, and cross-referencing that list of pages with a list of pages where reference manager 207 has recorded that the resource was found. If the requesting browser 112 has likely been to a page for which the resource was likely previously transferred to local storage, then the repeat state 908 is returned. If the requesting browser 112 has probably not been to a page known to contain the resource URL, then the initial state 907 is returned.
- the method ends 999 .
- the present invention can be implemented as a system or a method for performing the above-described techniques, either singly or in any combination.
- the present invention can be implemented as a computer program product comprising a non-transitory computer-readable storage medium and computer program code, encoded on the medium, for causing a processor in a computing device or other electronic device to perform the above-described techniques.
- Certain aspects of the present invention include process steps and instructions described herein in the form of an algorithm. It should be noted that the process steps and instructions of the present invention can be embodied in software, firmware and/or hardware, and when embodied in software, can be downloaded to reside on and be operated from different platforms used by a variety of operating systems.
- the present invention also relates to an apparatus for performing the operations herein.
- This apparatus may be specially constructed for the required purposes, or it may comprise a general-purpose computing device selectively activated or reconfigured by a computer program stored in the computing device.
- a computer program may be stored in a computer readable storage medium, such as, but is not limited to, any type of disk including floppy disks, optical disks, CD-ROMs, magnetic-optical disks, read-only memories (ROMs), random access memories (RAMs), EPROMs, EEPROMs, flash memory, solid state drives, magnetic or optical cards, application specific integrated circuits (ASICs), or any type of media suitable for storing electronic instructions, and each coupled to a computer system bus.
- the computing devices referred to herein may include a single processor or may be architectures employing multiple processor designs for increased computing capability.
- the present invention can be implemented as software, hardware, and/or other elements for controlling a computer system, computing device, or other electronic device, or any combination or plurality thereof.
- an electronic device can include, for example, a processor, an input device (such as a keyboard, mouse, touchpad, trackpad, joystick, trackball, microphone, and/or any combination thereof), an output device (such as a screen, speaker, and/or the like), memory, long-term storage (such as magnetic storage, optical storage, and/or the like), and/or network connectivity, according to techniques that are well known in the art.
- Such an electronic device may be portable or nonportable.
- Examples of electronic devices that may be used for implementing the invention include: a mobile phone, personal digital assistant, smartphone, kiosk, server computer, enterprise computing device, desktop computer, laptop computer, tablet computer, consumer electronic device, television, set-top box, or the like.
- An electronic device for implementing the present invention may use any operating system such as, for example: Linux; Microsoft Windows, available from Microsoft Corporation of Redmond, Wash.; Mac OS X, available from Apple Inc. of Cupertino, Calif.; iOS, available from Apple Inc. of Cupertino, Calif.; Android, available from Google Inc. of Mountain View, Calif.; and/or any other operating system that is adapted for use on the device.
Landscapes
- Engineering & Computer Science (AREA)
- Signal Processing (AREA)
- Computer Networks & Wireless Communication (AREA)
- Theoretical Computer Science (AREA)
- Computer Hardware Design (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Databases & Information Systems (AREA)
- Multimedia (AREA)
- Software Systems (AREA)
- Data Mining & Analysis (AREA)
- Computer Security & Cryptography (AREA)
- Information Transfer Between Computers (AREA)
Abstract
Description
- The present application claims priority from U.S. Provisional Application Ser. No. 61/535,924 for “Mobile Resource Accelerator,” (Atty. Docket No. STR024-PROV), filed Sep. 16, 2011, the disclosure of which is incorporated herein by reference.
- The present application also claims priority from U.S. Provisional Application Ser. No. 61/535,921 for “Connection-Sensitive Resource Loader,” (Atty. Docket No. STR023-PROV), filed Sep. 16, 2011, the disclosure of which is incorporated herein by reference.
- The present application is related to U.S. Utility Application Ser. No. 12/426,909 for “Extensible, Asynchronous, Centralized Analysis and Optimization of Server Responses to Client Requests” (Atty. Docket No. STR018), filed Apr. 20, 2009, the disclosure of which is incorporated herein by reference.
- The present application is related to U.S. Utility Application Ser. No. 13/051,887 for “Automated Optimization Based on Determination of Website Usage Scenario” (Atty. Docket No. STR019), filed Mar. 18, 2011, the disclosure of which is incorporated herein by reference.
- The present application is related to U.S. Utility Application Ser. No. 13/475,263 for “Optimized Rendering of Dynamic Content” (Atty. Docket No. STR022), filed May 18, 2012, the disclosure of which is incorporated herein by reference.
- The present invention relates to mechanisms for optimizing performance and response time when presenting content in a client/server environment.
- In networks with relatively slow connection speeds and high latencies (such as mobile networks), resource references embedded in HTML pages can take a long time to load. One method of reducing this time is to “in-line” the resources directly into the HTML text, for example by using data URIs with base-64 encoded text representing the digital bits of the resource. This is an effective method of removing or reducing latency associated with making additional requests. However, such a method may require the in-lined resources to be re-transmitted within the HTML text with every response. Thus, when a user returns to the page for a subsequent visit, the resources which were included with the previous response need to be included with the new response as well. Such retransmission of resources on multiple visits leads to inefficiencies and can adversely affect responsiveness and performance.
- According to various embodiments, the present invention implements a system and method by which a resource can be in-lined the first time it is requested, and then cached locally for use in connection with subsequent requests. According to various embodiments of the present invention, when the user returns to the page for a subsequent visit, the resource requests are served from the local cache, thus avoiding the need for re-transmission with each response.
- According to various embodiments, the system and method of the present invention can be implemented in connection with delivery of any content in a client/server system, including for example HTML responses to requests for web pages. In at least one embodiment, the techniques described herein are tailored to mobile data network constraints; however, the techniques described herein can be applied to any data network.
- In at least one embodiment, the system of the present invention includes an accelerator proxy that intercepts client requests before they are sent to servers for processing. Thus, the various steps described herein can be performed at such an accelerator proxy.
- In at least one embodiment, the system of the present invention provides a seamless client-side cache solution that transfers items to the client cache by transporting them inside the client HTML as in-lined embedded resources. Once the page is rendered on the client browser, the resources are transferred into a local cache and subsequently referenced by a key that is stored at or by the server.
- In at least one embodiment, a set of client groups is configured; these represent categories of web browser applications/devices that have similar APIs and feature sets. In one embodiment, web browsers are grouped together using a user-agent filter query.
- Each web browser request is assigned a visitor context by the system. In at least one embodiment, the visitor context is maintained using an HTTP cookie, for example a cookie named “visitor”. Based on the visitor context, each request is categorized into one of three categories: initial visit, repeat visit, and internal visit. The visitor cookie is used to infer the visit state and to track which pages within the site have likely been visited.
- In at least one embodiment, before accelerating pages, the invention is primed, or warmed up. During this priming phase, the system tracks and samples external resource references embedded within HTML pages, tailors them for use by each client group, and stores the tailored versions where they can be retrieved and used in subsequent steps. In at least one embodiment, the creation of tailored resources may be executed off-line. During the priming phase, web browsers receive the original unaltered HTML responses and corresponding embedded resources.
- Once the system is primed (i.e., a sufficient number of tailored resources have been created and mapped), the original HTML of web pages is rewritten to include appropriately in-lined versions of the resources as well as a script to cause the client to store (cache) resources locally to be used in response to future requests. In at least one embodiment, such rewriting is performed by the accelerator proxy, which inserts the resources and includes JavaScript into the HTML to cause the client to transfer the resources into local storage. An appropriate method of creating in-lined versions of the resources and logic for storing them locally is defined for each client group. This enables resources to be embedded in-line in HTML (thus eliminating the round-trip required to fetch the resource) and then to be transferred to local storage once the page has been rendered.
- A map can be kept at the accelerator proxy that tracks which resources are common across pages, which resources are common by unique visitor, and which resources are used on which pages. This information, combined with the information in the visitor cookie (which indicates which pages/page groups have been visited), enables the system to infer the state of each resource in the client cache so that only resources that are not already likely to be on the client are in-lined within the HTML response. In this manner, the system and method of the present invention provide a mechanism for transporting external resources to their most optimal location in the network and then transforming the HTML to reference these resources from the new location.
- In at least one embodiment, the method of the present invention is implemented in a system for presenting web-based content, such as web pages, to a user. One example of such a system is a client/server architecture in which software, such as a browser running on a client machine, requests content from a server, including HTML pages and/or other resources. The content is delivered over a communications network such as the Internet, using known communications protocols such as HTTP and TCP/IP. In at least one embodiment, an accelerator proxy and/or edge accelerator proxy intercept client requests for content and process such requests according to the techniques described herein.
- In the examples and drawings presented herein, the present invention is described in connection with mechanisms for optimizing the delivery of web page content, as may be presented on a browser running on a client. However, one skilled in the art will recognize that the methods of the present invention can also be applied to other forms of optimization, including optimization of any suitable types of resources. In addition, one skilled in the art will recognize that the methods of the present invention can also be applied to systems using protocols other than HTTP, resource requests other than HTML web pages, and files of any format. In short, the techniques described herein can be applied to any suitable type of data or content delivered across any electronic network.
- As mentioned above, the system of the present invention can be implemented using a network appliance (also referred to as an accelerator or accelerator proxy) that intercepts and processes client requests before they reach the server. Such an appliance can be located, for example, in a data path between the server and the client. Such an appliance can be incorporated in a hardware device such as a router, or it can be a standalone device. Alternatively, the system of the present invention can be implemented by software running at the client and/or server, or any combination thereof.
- In at least one embodiment, the present invention can be combined with other optimization techniques, such as those described in the following related applications:
-
- U.S. Utility application Ser. No. 12/187,233 for “Partial Content Caching,” (Atty. Docket No. STR017), filed Aug. 6, 2008;
- U.S. Utility application Ser. No. 12/426,909 for “Extensible, Asynchronous, Centralized Analysis and Optimization of Server Responses to Client Requests,” (Atty. Docket No. STR018), filed Apr. 20, 2009;
- U.S. Utility application Ser. No. 13/110,524 for “Accelerating HTTP Responses in a Client/Server Environment,” (Atty. Docket No. STR020), filed May 18, 2011;
- U.S. Utility application Ser. No. 13/357,624 for “Image Optimization,” (Atty. Docket No. STR021), filed Jan. 25, 2012; and/or
- U.S. Utility application Ser. No. 13/475,263 for “Optimized Rendering of Dynamic Content,” (Atty. Docket No. STR022), filed May 18, 2012.
- The disclosures of the above-listed related applications are incorporated herein by reference.
- In at least one embodiment, the present invention can be combined with or can build upon existing optimization technologies such as those described above, including but not limited to ESI, Partial Page Caching, and/or third party libraries such as ControlJS and HeadJS.
- One skilled in the art will recognize that the optimization techniques described herein can be applied to other scenarios and conditions, and are not limited to the specific examples discussed herein.
- The accompanying drawings illustrate several embodiments of the invention and, together with the description, serve to explain the principles of the invention according to the embodiments. One skilled in the art will recognize that the particular embodiments illustrated in the drawings are merely exemplary, and are not intended to limit the scope of the present invention. In particular, the sequence diagrams provided herein are intended to show an example of a particular sequence of events that can be used to implement the invention. One skilled in the art will recognize, however, that the events can take place in a different sequence, and/or that some events can be omitted and/or others added, without departing from the essential characteristics of the invention as set forth in the claims.
-
FIG. 1A depicts an architecture for practicing the present invention according to one embodiment, wherein an accelerator proxy for optimizing performance and response time resides in a network device such as a router. -
FIG. 1B depicts an architecture for practicing the present invention according to one embodiment, wherein an accelerator proxy for optimizing performance and response time resides in a server. -
FIG. 1C is a block diagram depicting a conceptual architecture for implementing the present invention according to one embodiment. -
FIG. 2 is a flow diagram depicting a set of use cases for the present invention according to one embodiment. -
FIG. 3 is a sequence diagram depicting a method of performing client group configuration according to one embodiment. -
FIG. 4 is a sequence diagram depicting a primer visit according to one embodiment. -
FIG. 5 is a sequence diagram depicting an initial visit to a primed page according to one embodiment. -
FIG. 6 is a sequence diagram depicting a repeat visit to a primed page according to one embodiment. -
FIG. 7 is a sequence diagram depicting a visit to an internal page according to one embodiment. -
FIG. 8 is a flow diagram depicting a method of detecting visit context according to one embodiment. -
FIG. 9 is a flow diagram depicting a method of detecting resource request context according to one embodiment. - Referring now to
FIG. 1A , there is shown an architecture for practicing the present invention according to one embodiment, wherein an accelerator proxy 106 (also referred to as an optimizer) for performing the techniques of the present invention resides in a network device such asrouter 108. As depicted inFIG. 1A , in such a configuration,accelerator proxy 106 is positioned between origin server 110 (also referred to as server 110) andclient machine 151.Origin server 110 may be an HTTP server, web server, or other server;client 151 may be an HTTP client or any other electronic device capable of sending and receiving messages onnetwork 103.Network 103 may be the Internet or any other network that enables communication among two or more electronic devices.Network 103 may be implemented using well-known network protocols such as Hypertext Transfer Protocol (HTTP), Secure Hypertext Transfer Protocol (SHTTP), Transmission Control Protocol /Internet Protocol (TCP/IP), and/or the like. In some embodiments, secure access tonetwork 103 may be facilitated via well known techniques such as a Virtual Private Network (VPN), although such secure access is not required. -
Client 151 and/ororigin server 110 may be computers or any other electronic devices. Examples include, without limitation, a desktop computer, laptop computer, personal digital assistant (PDA), cellular telephone, smartphone, music player, handheld computer, tablet computer, kiosk, game system, enterprise computing system, server computer, or the like. In at least one embodiment,client 151 and/ororigin server 110 are desktop computers running an operating system such as for example: Linux; Microsoft Windows, available from Microsoft Corporation of Redmond, Wash.; Mac OS X, available from Apple Inc. of Cupertino, Calif.; iOS, available from Apple Inc. of Cupertino, Calif.; Android, available from Google Inc. of Mountain View, Calif.; and/or any other operating system that is adapted for use on such devices. - In at least one embodiment,
client 151 and/ororigin server 110 each include a number of hardware components as are well known to those skilled in the art, including for example one or more input devices (such as a keyboard, mouse, touchscreen, trackball, trackpad, five-way switch, voice input device, joystick, and/or any combination thereof), one or more output devices (such as a screen, speaker, printer, and/or any combination thereof), one or more processors (which can be a conventional microprocessor for performing operations on data under the direction of software, according to well-known techniques), memory (such as random-access memory having a structure and architecture as are known in the art, for use by the one or more processors in the course of running software), and/or local storage (which can be any magnetic, optical, and/or electrical storage device for storage of data in digital form, such as flash memory, magnetic hard drive, CD-ROM, and/or the like). Such components are well known in the art of computing architecture and are thus omitted fromFIG. 1A for clarity. - One skilled in the art will recognize that the particular arrangement of hardware elements shown in
FIG. 1A is merely exemplary, and that the invention can be implemented using different hardware elements configured in any of a number of different ways. Thus, the particular architecture shown inFIG. 1A is merely illustrative and is not intended to limit the scope of the invention in any way. - One skilled in the art will recognize that any number of devices, singly or in any combination, may be configured to fulfill the roles of
client 151 and/ororigin server 110 described herein without departing from the scope of the present invention. -
Client 151 may runweb browser 112 and/or another software application for enabling network communications and for presenting content, such as web pages including resources, to user 101. -
Local storage 111 may be a cache or other storage mechanism available toclient 151. In at least one embodiment,local storage 111 can be implemented as a list of key/value pairs with an access API provided bybrowser 112. In at least one embodiment, size constraints and cache expiry are managed byaccelerator proxy 106. In particular situations where the size of availablelocal storage 111 is limited,accelerator proxy 106 and/or other components of the system monitor and measure the size of the resources placed intolocal storage 111 and can use such information to implement a cache expiry algorithm. - For example, in at least one embodiment, metadata stored in
local storage 111 describes each stored resource; such metadata can be used byaccelerator proxy 106 and/or other components to maintain the freshest and most optimal set of resources given the available space inlocal storage 111. In at least one embodiment, the metadata contains a resource use count that tracks how often the resource has been accessed; such data can be used to facilitate least-frequently-used (LFU)-based cache expiry. In at least one embodiment, the metadata contains a timestamp that indicates the time the resource was added (and/or updated), so as to facilitate least-recently-used (LRU)-based cache expiry. The timestamp may also be an expiry timestamp based, for example, on heuristics and/or cache headers associated with the resource. One skilled in the art will recognize that other cache management techniques can be used and applied tolocal storage 111, and that any such techniques can be used singly or in combination with one another. One skilled in the art will recognize that the particular type of cache management used may depend on system configuration. - As described herein, user 101 may be an administrator or an end user. In at least one embodiment,
client 151 operates under the direction and control of user 101, who interacts withbrowser 112 running onclient 151 via a user interface according to well-known techniques.Browser 112 communicates overnetwork 103 withacceleratory proxy 106;accelerator proxy 106 in turn communicates overnetwork 103 withorigin server 110, which serves the requested content. In at least one embodiment,accelerator proxy 106 intercepts requests transmitted bybrowser 112 and addressed toorigin server 110. -
Network 103 may be any suitable electronic communications network, such as for example the Internet, a wide-area network (WAN), a local-area network (LAN), wireless network, WiFi network, cellular network, mobile network, radio network, or any other type of network, as well as any suitable combination thereof.Network 103 may include one or more routers, switches, gateways, application delivery controllers (ADCs), and other network devices. - For illustrative purposes, the invention is described herein in terms of requesting, receiving, and rendering web pages at
browser 112 running onclient 151. - In at least one embodiment,
router 108 is implemented as a computing device configured to route network traffic betweenclient 151 andorigin server 110 according to well known mechanisms.Router 108 may include optimization and acceleration components as described in related U.S. Utility application Ser. No. 12/426,909 for “Extensible, Asynchronous, Centralized Analysis and Optimization of Server Responses to Client Requests,” (Atty. Docket No. STR018), filed Apr. 20, 2009, the disclosure of which is incorporated herein by reference. Such components may include, for example,accelerator proxy 106 as described in the related application. - In at least one embodiment,
accelerator proxy 106 can be implemented as a software-based component ofrouter 108. Accordingly,router 108 may include a processor (not shown) for performing the techniques of the present invention in accordance with software and/or firmware instructions. - Referring now to
FIG. 1B , there is shown an architecture for practicing the present invention according to another embodiment, whereinaccelerator proxy 106 resides inorigin server 110. One skilled in the art will recognize that the techniques of the present invention can be implemented in anaccelerator proxy 106 or other component having any suitable location within the overall network architecture, and that the particular arrangements shown inFIGS. 1A and 1B are merely exemplary. For example,accelerator proxy 106 can be implemented as part of a stand-alone network appliance located in the communication path betweenclient 151 andorigin server 110.Accelerator proxy 106 can also be implemented using any number of network appliances and/or other components in any suitable combination. - Referring now to
FIG. 1C , there is shown a block diagram depicting a conceptual architecture for implementing the present invention according to one embodiment. The depicted architecture is merely exemplary; the system of the present invention can be implemented using any number of software and/or hardware components in any suitable configuration. -
Client 151 can be any conventional computing system or machine, or any other electronic device capable of displaying content on an output device such as a display screen.Client 151 can runbrowser software 112 for presenting such content, such as web pages including static and dynamic content received fromorigin server 110 in response to requests.Browser 112 can be any conventional browser, such as for example Microsoft Internet Explorer, available from Microsoft Corporation of Redmond, Wash.; Chrome, available from Google, Inc. of Mountain View, Calif.; Firefox, available from Mozilla Corporation of Mountain View, Calif.; or Safari, available from Apple Inc. of Cupertino, Calif. -
Origin server 110 may be a web server or any other type of server, such as an HTTP server capable of receiving requests via HTTP and returning content in response to such requests. - User 101 interacts with
client 151, for example by typing URLs and clicking on links withinbrowser software 112. In response to such actions,browser 112 requests web pages, images, and other resources fromorigin server 110. Such requests can be transmitted via an electronic network such as the Internet, although any suitable wired and/or wireless network can be used. -
Accelerator proxy 106 acts as an intermediary which performs operations such as interceptingclient 151 requests for content, and modifying content (such as web pages in the form of HTML code) obtained fromorigin server 110 before such content reachesclient 151.Accelerator proxy 106 can be implemented as any other suitable device, such as an HTTP proxy capable of parsing and rewriting HTML responses. Such a proxy can be implemented, for example in a network appliance capable of intercepting and/or relaying requests, responses, and/or other messages traveling betweenorigin server 110 andclient 151. In at least one embodiment,client 151,origin server 110, andaccelerator proxy 106 communicate with one another via an electronic network such as the Internet, although any suitable wired and/or wireless network can be used. - In at least one embodiment,
accelerator proxy 106 intercepts and forwardsclient 151 requests that are addressed toorigin server 110, and processes such requests according to various techniques described herein. More particularly, in at least one embodiment,accelerator proxy 106 selectively serves tailored resources and/or resource keys to a requestingbrowser 112, as described in more detail below. Such a method is particularly effective on resources that are common across browser sessions or are used repeatedly by thesame browser 112 during the same visit. - In at least one embodiment,
accelerator proxy 106 includes several components, as follows: -
- System configuration manager 201: provides data storage and retrieval for global system data used by the system of the present invention. In at least one embodiment,
system configuration manager 201 configures and manages client groups 209. - Visitor manager 202: detects the context (initial, repeat, internal) of each web browser connection.
- HTML parser 204: separates the
origin server 110 HTML response stream into tokens that can be matched and rewritten byHTML rewriter 205. - HTML rewriter 205: rewrites HTML responses to include resources and/or resource keys; also referred to as “grooming”.
- Tailored resource cache 206: a data store used to persistently store tailored resources (URL and contents) for use by the system.
- Reference manager 207: resolves URL resource references found while parsing the HTML tokens with entries in tailored
resource cache 206. This enablesHTML rewriter 205 to rewrite each HTML token to include tailored content resources and/or keys appropriate for aparticular client group 209.
- System configuration manager 201: provides data storage and retrieval for global system data used by the system of the present invention. In at least one embodiment,
- The above-described components can be implemented using any combination of hardware, firmware, and software. For example, the components may be implemented as software modules for controlling the operation of a processor in
accelerator proxy 106. Although the components are depicted in FIG. 1C as being part ofaccelerator proxy 106, some or all of them can be implemented in any suitable location, including for example a network appliance, accelerator,accelerator proxy 106,origin server 110,router 108,client 151, or any combination thereof. - Further description of the components of
FIG. 1C is provided below. - Referring now to
FIG. 2 , there is shown flow diagram depicting a set of use cases for the present invention according to one embodiment.Administrator actor 251 is a type of user 101 who is responsible for administering the operation of the system. Accordingly, one use case for the system is thatadministrator actor 251 can set 253 client group configuration properties, as described in more detail herein. -
Web browser actor 252 is a type of user 101 who interacts with the system of the present invention to view content viabrowser 112 in the normal course of operation. In at least one embodiment, the system of the present invention detects 258 a visit context, or state, for each such interaction, and directs operation in accordance with the detected context. In one embodiment, an HTTP cookie is used to maintain and detect the required visitor state. One skilled in the art will understand, however, that other mechanisms for state management can be used. - In at least one embodiment, upon receipt or interception of a request at
accelerator proxy 106, the context or state of the browser visit is detected. In response to the detected context, any of several use cases may be applicable forweb browser actor 252, including for example: -
- Primer visit 254: during a
primer visit 254, also referred to as a “warm-up” visit, the system tracks and samples external resource references embedded within HTML pages, tailors them for use by eachclient group 209, and stores the tailored versions where they can be retrieved and used in subsequent steps. - Initial visit to primed page 255: this use case represents an initial visit, such as when no visitor cookie is detected.
- Repeat visit to primed page 256: this use case represents a situation where the visitor has already been to this page before; this may be detected, for example, based on the contents of a visitor cookie.
- Internal visit 257: this use case represents a situation where the visitor has been to the website, but not to this particular page; again, this may be detected, for example, based on the contents of a visitor cookie.
- Primer visit 254: during a
- In at least one embodiment, in addition to detecting the visit context, the system can also determine which
client group 209 the requestingbrowser 112 belongs to. In one embodiment, this is accomplished by testing user-agent text included in the request headers against the set of filters associated with eachclient group 209. In one embodiment, a regular expression pattern evaluator (not shown) can be used to implement this filter. - In at least one embodiment,
accelerator proxy 106 serves tailored resources to a requestingbrowser 112.Accelerator proxy 106 selects the best application of the tailored resources based on the requesting visit context. Such a method is particularly effective on resources that are common across browser sessions (i.e., instances) and/or are used repeatedly by thesame browser 112 during the same visit. For illustrative purposes, the invention is depicted and described in terms of its operation on resources that are found on the same page for all browser sessions or that occur across pages for a single browser session. - In one embodiment, there are three transformation scenarios—one for each visit context, as will be described in more detail herein. Different visit scenarios specify different ways in which externally referenced resources are transformed. In one embodiment, such transformation can be applied to the treatment of resource contents and/or local storage behavior. More specifically, resource contents can be either in-lined or left as external references, and each resource can be flagged for transfer to local storage or not. When a resource is flagged for transfer to local storage, a local storage key is included that can be used as a lookup key for future requests.
- For illustrative purposes, the method of the invention is described herein in terms of three phases: a configuration phase, a priming (warm-up) phase, and an acceleration phase. In at least one embodiment, however, these phases can overlap one another. For example, while one page is in the priming phase, another may be in the acceleration phase. Although, in general, configuration is performed first, changes to system configuration can take place at any time, causing the system to alter its behavior.
- During the configuration (or setup) phase,
administrator actor 251 can optionally set 253 and/or change default configuration of client group properties, so as togroup clients 151 with similar characteristics and configure parameters determining how resource tailoring shall take place. Client group configuration allows the system to function even whendifferent browsers 112 atdifferent clients 151 have different constraints with regard to cache, application programming interface (API), size, performance, and the like. - In at least one embodiment, each
client group 209 is a set of clients 151 (or browsers 112) that has at least some common features and behaviors, such that a single approach for resource tailoring applies to all members of thegroup 209. - In at least one embodiment,
client group 209 membership is defined by a filter query associated with eachgroup 209 that is applied to the web browser user-agent request header. This header uniquely defines each class ofbrowser 112 and can be used for this purpose. In other embodiments, another header or method can be used. - In addition to the filter query that defines group membership, in at least one embodiment each
client group 209 can include properties that constrain the size of resources that can be treated during the course of operating the system. -
Configuration phase 253 is optional; for example, in at least one embodiment, configuration settings only need to be changed when the capabilities of abrowser 112 change or whenadministrator actor 251 wants to tailor the size limits and filtering for specific site characteristics. - Referring now to
FIG. 3 , there is shown a sequence diagram depicting a method of performingclient group configuration 253 according to one embodiment.Client 151 may be a designatedclient 151 for performingconfiguration 253, or it may be anyordinary client 151. In at least one embodiment,client 151 is operated byadministrator actor 251, who is a user 101 that is authorized to make changes to system configuration. Under the direction ofadministrator actor 251,client 151 issues a setupclient group message 301 tosystem configuration manager 201 running ataccelerator proxy 106. In response to receivingmessage 301,system configuration manager 201 sends amessage 302 to create or modify one or more client group(s) 209. In at least one embodiment,client group 209 configuration data is stored at data storage accessible byaccelerator proxy 106, although such information can be stored at any suitable location. In at least one embodiment,client group 209 is implemented as a method, which, in response to receiving create or modifymessage 302 fromsystem configuration manager 201, performs operations to establish or change a user-agent filter 303 definingclient group 209 and to establish or change tailoringproperties 304 associated withclient group 209. Once such operations are completed,client group 209 transmits anacknowledgment message 305 tosystem configuration manager 201. In turn,system configuration manager 201 transmits anacknowledgment message 306 toclient 151. - During the primer (warm-up) phase (also referred to as a “warm-up” phase), any number of primer visits 254 can take place. The system tracks and samples external resource references embedded within HTML pages, tailors them for use by each
client group 209, and stores the tailored versions in tailoredresource cache 206, where they can be retrieved and used in future steps. Some examples of resource tailoring include resizing images, “minifying” CSS and JavaScript (removing non-essential characters), and converting to base-64 encoding (required for binary resources in-lined within HTML). In at least one embodiment, each page on a site goes through a primer phase in which all the resources are discovered and common resources are identified, tailored, and stored by the system. In at least one embodiment, each page starts by being primed, and then can be accelerated for subsequent responses. - Referring now to
FIG. 4 , there is shown a sequence diagram depicting a primer visit according to one embodiment. -
Browser 112 issues a page request 401 (such as a request for an HTML page, transmitted via HTTP).Page request 401 is intercepted byaccelerator proxy 106.Accelerator proxy 106 issues a detect visit context call 258 tovisitor manager 202, which determines the visit context. Visitor manager issues a response including acontext ID 402 indicating that the visit is a primer visit. Further description of the process for determining the visit context is provided herein in connection withFIG. 8 . - If appropriate,
accelerator proxy 106 also detects 403 theclient group 209 associated withpage request 401, for example by testing user-agent text included in the request headers. -
Accelerator proxy 106 then forwardspage request 401 toorigin server 110, which in turn provides a response, such asHTML response 405 containing a web page and/or other resources. Prior to forwardingHTML response 405 tobrowser 112,accelerator proxy 106 issues a parse HTML call 406 toHTML parser 204 toseparate HTML response 405 into tokens that contain external resource references. For each such token,HTML parser 204 sends amessage 407 toreference manager 207 to obtain a tailored resource reference.Reference manager 207 processes the external resource reference by requesting 408 and receiving theresource content 410 from its original location (such as origin server 110), tailoring 414 the content for eachclient group 209 as appropriate, and then storing 415 each tailored (optimized) version of the resource in tailoredresource cache 206 or in some other suitable storage location.Tailored resource cache 206 responds with anacknowledgment 416. - In at least one embodiment,
reference manager 207 maps the URL (key) for each resource with its corresponding contents as well as a record of some or all the parent page URLs that refer to the resource. This information is used for detecting resource contexts, as described in more detail in connection withFIG. 9 . -
Reference manager 207 transmits theHTML token 409 back toHTML rewriter 205, which forwards it toHTML parser 204. If additional resources are to be processed, HTML parser requests thenext HTML token 412 fromaccelerator proxy 106 for further processing. - In at least one embodiment, detection and processing of resources during the primer visit takes place independently of transmission of
HTML response 405 fromorigin server 110 tobrowser 112. Accordingly, as shown inFIG. 4 ,accelerator proxy 106 forwardsoriginal HTML response 405 tobrowser 112, without any changes. Thus,browser 112 is minimally affected by optimization operations during this primer (warm-up) phase. - Once a page has been primed and all common resources have been prepared for use, future requests for that page can be accelerated using the techniques described herein.
- In at least one embodiment, an HTTP cookie is used to maintain the visitor state.
Accelerator proxy 106 detects and interprets the cookie according to well known mechanisms, so as to determine the current visitor state, or visit context. One skilled in the art will recognize that other mechanisms for state management can be used. - When
accelerator proxy 106 receives or intercepts a request, it detects the context of the web browser visit. Each request is flagged as one of the following: -
- Initial visit: there is no indication that the visitor has previously visiting this web page or website;
- Repeat visit: the visitor has already been to this web page;
- Internal visit: the visitor has been to the website, but not to this particular web page.
- In one embodiment, the repeat visit and/or internal visit is detected by the presence of a cookie containing a hash ID indicating that the visitor has already been to the same page or other page(s) in the same website. The initial visit is detected by absence of a relevant cookie.
- In addition to detecting the visit context, in at least one embodiment the system also detects which
client group 209 the requesting client 151 (or web browser 112) belongs to. In at least one embodiment, this is accomplished by testing user-agent text included in the request headers against a set of filters associated with eachclient group 209. In at least one embodiment, a regular expression pattern evaluator can be used to implement this filter. -
Accelerator proxy 106 selects the best application of the tailored resources based on the requesting visit context. In at least one embodiment, there are three transformation scenarios—one for each visit context. Different visit scenarios specify different ways in which the externally referenced resources are transformed. In at least one embodiment, such transformation can be applied to the treatment of resource contents and/or local storage behavior. More specifically, resource contents can be either in-lined or left as external references, and each resource can be flagged for transfer to local storage or not. When a resource is flagged for transfer to local storage, a local storage key is included that can be used as a look-up key for future requests. - In at least one embodiment, a set of text size constraints (and/or other types of constraints) is established. In this manner, the system of the present invention can be configured, for example, only to operate on resources that fall within the defined constraints; resources that exceed these constraints are left unchanged. Such constraints can be established on a client group by client group basis.
- Initial Visit. In
initial visit scenario 255, all of the external resources within the client group “in-line text” size constraints that are referenced in one of the HTML tokens are transformed (rewritten) such that the data is placed in-line as text within the document and flagged for transfer tolocal storage 111 associated withbrowser 112 atclient 151. External resource references that are referenced in one of the HTML tokens, and that do not fit the in-line text size constraints but do fit within the client group “store local” size constraints are transformed (rewritten) such that they are left as external references but are flagged for transfer tolocal storage 111. Other resources whose characteristics fall outside of the client group constraints are left unchanged. - Referring now to
FIG. 5 , there is shown a sequence diagram depicting an initial visit to a primedpage 255 according to one embodiment. The steps illustrated inFIG. 5 are performed, for example, once a sufficient number of primer visits required to warm up the system have been completed, and the system has been primed for the request being described. -
Browser 112 issues a page request 401 (such as a request for an HTML page, transmitted via HTTP), representing the first time an instance ofbrowser 112 has requested a particular web page.Page request 401 is intercepted byaccelerator proxy 106.Accelerator proxy 106 issues a detect visit context call 258 tovisitor manager 202, which determines the visit context. Visitor manager issues a response including acontext ID 402 indicating that the visit is an initial visit. Further description of the process for determining the visit context is provided herein in connection withFIG. 8 . - If appropriate,
accelerator proxy 106 also detects 403 theclient group 209 associated withpage request 401, for example by testing user-agent text included in the request headers. -
Accelerator proxy 106 then forwardspage request 401 toorigin server 110, which in turn provides a response, such asHTML response 405 containing a web page and/or other resources.Accelerator proxy 106 issues a parse HTML call 406 toHTML parser 204 toseparate HTML response 405 into tokens that contain external resource references. For each such token,HTML parser 204 sends amessage 407 toreference manager 207 to obtain a tailored resource reference.Reference manager 207requests 501 and receives 502 a tailored resource from tailoredresource cache 206. - Tokens may contain external resource references. For each such token,
reference manager 207 transmits a groomtoken call 503 toHTML rewriter 205;HTML rewriter 205 rewrites 512 the token to include an in-lined resource and URL key for local storage of the resource atclient 151.HTML rewriter 205 transmits the rewritten token 504 toHTML parser 204. - In the case of an initial visit,
reference manager 207 instructsHTML rewriter 205 to replace some or all of the original resource locations with in-line version(s) of the resource(s) that can be included directly in the HTML (for example as a Data URI or in-line script), including a key (such as the original resource URL). In at least one embodiment, this in-lining transformation only takes place for resources within the size constraints defined byclient group 209. - In at least one embodiment, rewriting 512 is repeated for all tokens in the HTML document. In at least one embodiment,
HTML parser 204 determines when all tokens have been processed by detection of a </body> token, indicating that the end of the HTML body has been reached. At this point, a script is inserted 507 that is configured to execute after the page has loaded (or performed its foreground processes); this script is referred to herein as a scaffolding script. The purpose of the scaffolding script is to causeclient 151 to transfer the contents of the in-lined resources tolocal storage 111 for future use. In at least one embodiment, the key for each resource stored locally is included with the in-line data and is known byreference manager 207. One skilled in the art will recognize that the timing of the execution of the scaffolding script is not critical to the operation of the present invention, and that execution can be triggered at other times without departing from the essential characteristics of the present invention. - Once the scaffolding script has been inserted 507,
HTML parser 204 provides the resulting groomedHTML response 508 toaccelerator proxy 106, which transmits it tobrowser 112.Browser 112 recognizes that the document has been loaded 510. In at least one embodiment, in addition to rendering the HTML page,browser 112iterates 511 through the domain object model (DOM) specified in theHTML response 508 and stores the tailored resources found therein inlocal storage 111 for future use. In at least one embodiment, the resources are stored using the local storage key discussed above. The relevant metadata for managing the cache, including cache expiry, is also stored or updated. - Repeat Visit. In
repeat visit scenario 256,web browser 112 returns to the exact same page that has already been viewed;repeat visit scenario 256 may also apply when the page issues a PostBack request. In such a situation, the logic used to detect the state of each individual resource reference can be bypassed, and the system can assume that all of the external resource references that have been flagged for transfer to local storage have been stored inlocal storage 111 atclient 151 and are available for use. In at least one embodiment, resources previously flagged forlocal storage 111 are transformed to a short-form syntax that instructs thebrowser 112 to load the resource contents fromlocal storage 111 using the specified key as a look-up parameter. Resources whose characteristics fall outside of the client group constraints are left unchanged. - Referring now to
FIG. 6 , there is shown a sequence diagram depicting a repeat visit to a primedpage 255 according to one embodiment. The steps illustrated inFIG. 6 are performed, for example, once the steps ofFIG. 5 have been performed during a previous visit to the same page. Again, it is assumed that a sufficient number of primer visits to warm up the system have been completed and the system has been primed for the request being handled. - As before,
browser 112 issues a page request 401 (such as a request for an HTML page, transmitted via HTTP).Page request 401 is intercepted byaccelerator proxy 106.Accelerator proxy 106 issues a detect visit context call 258 tovisitor manager 202, which determines the visit context. Visitor manager issues a response including acontext ID 402 indicating that the visit is a repeat visit for thisbrowser 112. Further description of the process for determining the visit context is provided herein in connection withFIG. 8 . - If appropriate,
accelerator proxy 106 also detects 403 theclient group 209 associated withpage request 401, for example by testing user-agent text included in the request headers. -
Accelerator proxy 106 then forwardspage request 401 toorigin server 110, which in turn provides a response, such asHTML response 405 containing a web page and/or other resources.Accelerator proxy 106 issues a parse HTML call 406 toHTML parser 204 toseparate HTML response 405 stream into tokens that contain external resource references. For each such token,HTML parser 204 sends amessage 601 to request a tailored resource key corresponding to that token. Reference manager retrieves 602 a tailored resource key and issues agroom token 503 message (containing a token and the tailored resource key), toHTML rewriter 205, instructingHTML rewriter 205 to replace some or all of the original resource locations with tailored resource key references.HTML rewriter 205 rewrites 512 the token to contain the received tailored resource key. These are the same key values used to store the resource content in client-sidelocal storage 111, and they enable client 152 to retrieve the resource content from itslocal storage 111. - Rewriting 512 is repeated for all tokens in the HTML document.
HTML parser 204 provides groomedHTML response 508 toaccelerator proxy 106, which transmits it tobrowser 112. Whenbrowser 112 renders the groomed HTML, it retrieves 604 versions of the references fromlocal storage 111, thus improving efficiency of page rendering. In the event that a resource expected to be inlocal storage 111 is not found, the system falls back to fetching the resource fromaccelerator proxy 106 or another external location where the original data may be found, and then (optionally) storing it inlocal storage 111 for later use. - The HTML document is then considered to be loaded 510.
- Internal Visit. In
internal visit scenario 257, the requestingweb browser 112 has previously visited a page on the same website; thus, some of the resources required by the page may already be present atlocal storage 111. However,browser 112 has never been to this particular web page before; therefore, a blanket assumption that all resources are inlocal storage 111 cannot be applied. In at least one embodiment, upon encountering this scenario,accelerator proxy 106 transforms each external resource request on a case-by-case basis.Accelerator proxy 106 keeps track of which common resources are found on which pages. In at least one embodiment,browser 112 passes a cookie that indicates which pages (or page groups) have previously been visited. Thus,accelerator proxy 106 is able to infer, for each external resource reference encountered in the HTML response, whether the resource is already inlocal storage 111 associated withbrowser 112. The same client group limits and transformations are applied but on a per-resource basis. As in the other scenarios, resources whose characteristics fall outside of the client group constraints are left unchanged. - In at least one embodiment, to support the transfer of resources from the page to
local storage 111 atclient 151, a script is inserted into the HTML that runs after the document render has completed. The script code iterates through the document, locating resources flagged for transfer and moving them tolocal storage 111 using the storage key provided. Alternatively, the transfer can be initiated after each resource has been loaded. In at least one embodiment, as items are stored locally, the space available inlocal storage 111 is detected and tracked as part of the cookie. This information is used by the system to optionally insert a script whose purpose is to remove items fromlocal storage 111 as well as to adjust the size limit settings. - Referring now to
FIG. 7 , there is shown a sequence diagram depicting a visit to aninternal page 257 according to one embodiment. The steps illustrated inFIG. 7 are performed, for example, once the steps ofFIG. 5 have been performed during a previous visit to the another page in the same website during the same session. Again, it is assumed that a sufficient number of primer visits required to warm up the system have been completed, and the system has been primed for the request being described. -
Browser 112 issues a page request 401 (such as a request for an HTML page, transmitted via HTTP).Page request 401 is intercepted byaccelerator proxy 106.Accelerator proxy 106 issues a detect visit context call 258 tovisitor manager 202, which determines the visit context. Visitor manager issues a response including acontext ID 402 indicating that the visit is an internal visit. Further description of the process for determining the visit context is provided herein in connection withFIG. 8 . - If appropriate,
accelerator proxy 106 also detects 403 theclient group 209 associated withpage request 401, for example by testing user-agent text included in the request headers. -
Accelerator proxy 106 then forwardspage request 401 toorigin server 110, which in turn provides a response, such asHTML response 405 containing a web page and/or other resources.Accelerator proxy 106 issues a parse HTML call 406 toHTML parser 204 toseparate response 405 into tokens contain external resource references. HTML parser issues a detect resource context call 701, which causesreference manager 207 to detect a resource context in order to determine whetherclient 151 is likely to have the specified resource inlocal storage 111. The determination can include detecting whether the resource is in a reference map (which may be implemented as data storage used by reference manager 207), and/or whether this page is known to contain this URL, and/or whether the visitor has previously been to a page with the same URL. Based on such determinations, the resource context is detected as either being an unmapped resource, an initially encountered resource, or a resource that has been previously encountered. - If the resource is determined to likely be in
local storage 111, then a local cache key version of the resource reference is used. If the resource is not likely to be inlocal storage 111 and is within the size constraints defined by theclient group 209 for in-lined resources (or other such constraints as may configured in the system, for example frequency of use or volatility of the resource), the resource is in-lined; in addition, if the resource is within the constraints defined by theclient group 209 for local storage, then an external reference to the tailored resource reference is included, along with scaffolding script as described above for transferring the resource to the client'slocal storage 111 during or after the rendering process. References to all resources falling outside of theclient group 209 constraints are included unchanged. Additional details forresource context detection 701 are provided below in connection withFIG. 9 . Accordingly, based on the resource context,reference manager 207requests 501 and receives 502 a tailored resource from tailoredresource cache 206. Tokens may contain external resource references. For each such token,reference manager 207 transmits a groomtoken call 503 toHTML rewriter 205;HTML rewriter 205 rewrites 512 the token; as described above, depending on the resource context detected instep 701, the token may be rewritten to include an in-lined resource and URL key for local storage of the resource, or it may include the URL key alone.HTML rewriter 205 transmits the rewritten token 504 toHTML parser 204. - Rewriting 512 is repeated for all tokens in the HTML document. In at least one embodiment,
HTML parser 204 determines when all tokens have been processed by detection of a </body> token, indicating that the end of the HTML body has been reached. At this point, a scaffolding script is inserted 507, as described above in connection withFIG. 5 . In at least one embodiment, the key for each resource stored locally is included with the in-line data and is known byreference manager 207. - When
browser 112 renders the groomed HTML, a combination of initial and repeat visit behaviors is performed. Resource references that refer to locally stored items are obtained 604 fromlocal storage 111. In the event a resource is not found inlocal storage 111,browser 112requests 702 and receives theresource 703 fromorigin server 110 or from some other source. Some or all such items are copied 704 tolocal storage 111. -
Browser 112 then recognizes that the document has been loaded 510. In at least one embodiment, in addition to rendering the HTML page,browser 112iterates 511 through the domain object model (DOM) specified in theHTML response 508 and stores, inlocal storage 111, tailored resources found therein for future use. Again, in at least one embodiment, the resources are stored using the local storage key discussed above, and the relevant metadata for managing the cache, including cache expiry, is also stored or updated. - Referring now to
FIG. 8 , there is shown a flow diagram depicting a method of detectingvisit context 801 according to one embodiment. The purpose of the method ofFIG. 8 is to classify each request into one of the three categories discussed above: initial visit, repeat visit, or internal visit. In at least one embodiment, the context is inferred through the use of a uniquely named HTTP cookie (e.g., a visitor cookie). This cookie includes a list of URL hashes that indicate which pages have been visited by thisbrowser 112. These hashes may be determined, for example, using an MD5 message-digest algorithm, or any other suitable hashing function. In other embodiments, any suitable algorithm or algorithms can be used for encoding such information; an example is a Bloom filter. - In at least one embodiment, the steps of
FIG. 8 are performed byvisitor manager 202, although one skilled in the art will recognize that the steps can be performed by any suitable component of the system. - The method begins 800.
Visitor manager 202 detects 801 whether or not the visitor cookie is present for the given request. If it is not present,visitor manager 202 returns a result category of initial visit (also referred to as a “cold cache”), and a new visitor cookie is created 802. - If the visitor cookie does exist,
visitor manager 202 examines 806 the value of the cookie, by determining a hash value of the current page URL and looking 803 for that hash value in the list of URL hashes of the visitor cookie. If, instep 803, the hash value for the current page is found in the visitor cookie's list, meaning thatbrowser 112 has been to this page, thenvisitor manager 202 returns a result category of repeat visit (also referred to as a “warm cache”). - If the visitor cookie exists but the hash value of the current page URL is not in the list of URL hashes of the visitor cookie, then a hash value of the current page URL is added 804 to the list of URL hashes of the visitor cookie, so that future requests for the current page will yield the repeat visit result.
- Once the hash value of the current page URL has been added, the cookie is examined for
possible consolidation 805 in which groups of pages can be represented by a single hash value. This technique is used to keep the cookie value small, yet still have an accurate record of which resources are in the local cache. One skilled in the art will recognize that other pruning methods may be used for managing the size of the visitor cookie, and that the visitor cookie need not maintain a complete list of visited pages to still be of value to the system. - In general, the presence of a cookie that does not include the current page means that the
browser 112 has visited at least one other page in the same website (hence, the presence of the cookie), but has not yet visited this particular page (hence, the absence of a hash value for this particular page in the cookie. Thus, in this case,visitor manager 202 returns a result category of internal visit (also referred to as a “mid-session cache”). - The method then ends 899.
- Referring now to
FIG. 9 , there is shown a flow diagram depicting a method of detectingresource request context 701 according to one embodiment. The purpose of this process is to determine whether or not the requestingbrowser 112 is likely to have a given resource in itslocal storage 111. - In at least one embodiment, the steps of
FIG. 9 are performed byreference manager 207, although one skilled in the art will recognize that the steps can be performed by any suitable component of the system. - The method begins 900. First,
reference manager 207 determines 901 whether the original resource URL can be found in the reference map. If the URL is not found, an unmapped state is detected 905 and is returned. In at least one embodiment, independently of returning the unmapped state, a separate process may fetch, tailor, and then store 909 the resource, and add and prepare 902 a URL reference to that resource so that future queries can find the tailored resource. - If, in
step 901, the resource URL is found, steps are performed to map resources to pages and/or to maintain accuracy of such a map. Adetermination 903 is made as to whether this page is known to contain this URL. If not, a page URL hash is added 904 to the reference map. This step updates the reference found for the resource URL with a value that indicates that it has been found on the particular parent HTML page URL. - A
determination 906 is then made as to whether this visitor has been to a page containing the resource URL. Thisdetermination 906 may be made, for example, by querying the visitor cookie value, as described above in connection withFIG. 8 , to determine which pages thebrowser 112 has likely previously visited, and cross-referencing that list of pages with a list of pages wherereference manager 207 has recorded that the resource was found. If the requestingbrowser 112 has likely been to a page for which the resource was likely previously transferred to local storage, then therepeat state 908 is returned. If the requestingbrowser 112 has probably not been to a page known to contain the resource URL, then theinitial state 907 is returned. - The method ends 999.
- The present invention has been described in particular detail with respect to possible embodiments. Those of skill in the art will appreciate that the invention may be practiced in other embodiments. First, the particular naming of the components, capitalization of terms, the attributes, data structures, or any other programming or structural aspect is not mandatory or significant, and the mechanisms that implement the invention or its features may have different names, formats, or protocols. Further, the system may be implemented via a combination of hardware and software, as described, or entirely in hardware elements, or entirely in software elements. Also, the particular division of functionality between the various system components described herein is merely exemplary, and not mandatory; functions performed by a single system component may instead be performed by multiple components, and functions performed by multiple components may instead be performed by a single component.
- In various embodiments, the present invention can be implemented as a system or a method for performing the above-described techniques, either singly or in any combination. In another embodiment, the present invention can be implemented as a computer program product comprising a non-transitory computer-readable storage medium and computer program code, encoded on the medium, for causing a processor in a computing device or other electronic device to perform the above-described techniques.
- Reference in the specification to “one embodiment” or to “an embodiment” means that a particular feature, structure, or characteristic described in connection with the embodiments is included in at least one embodiment of the invention. The appearances of the phrase “in at least one embodiment” in various places in the specification are not necessarily all referring to the same embodiment.
- Some portions of the above are presented in terms of algorithms and symbolic representations of operations on data bits within a memory of a computing device. These algorithmic descriptions and representations are the means used by those skilled in the data processing arts to most effectively convey the substance of their work to others skilled in the art. An algorithm is here, and generally, conceived to be a self-consistent sequence of steps (instructions) leading to a desired result. The steps are those requiring physical manipulations of physical quantities. Usually, though not necessarily, these quantities take the form of electrical, magnetic or optical signals capable of being stored, transferred, combined, compared and otherwise manipulated. It is convenient at times, principally for reasons of common usage, to refer to these signals as bits, values, elements, symbols, characters, terms, numbers, or the like. Furthermore, it is also convenient at times, to refer to certain arrangements of steps requiring physical manipulations of physical quantities as modules or code devices, without loss of generality.
- It should be borne in mind, however, that all of these and similar terms are to be associated with the appropriate physical quantities and are merely convenient labels applied to these quantities. Unless specifically stated otherwise as apparent from the following discussion, it is appreciated that throughout the description, discussions utilizing terms such as “processing” or “computing” or “calculating” or “displaying” or “determining” or the like, refer to the action and processes of a computer system, or similar electronic computing module and/or device, that manipulates and transforms data represented as physical (electronic) quantities within the computer system memories or registers or other such information storage, transmission or display devices.
- Certain aspects of the present invention include process steps and instructions described herein in the form of an algorithm. It should be noted that the process steps and instructions of the present invention can be embodied in software, firmware and/or hardware, and when embodied in software, can be downloaded to reside on and be operated from different platforms used by a variety of operating systems.
- The present invention also relates to an apparatus for performing the operations herein. This apparatus may be specially constructed for the required purposes, or it may comprise a general-purpose computing device selectively activated or reconfigured by a computer program stored in the computing device. Such a computer program may be stored in a computer readable storage medium, such as, but is not limited to, any type of disk including floppy disks, optical disks, CD-ROMs, magnetic-optical disks, read-only memories (ROMs), random access memories (RAMs), EPROMs, EEPROMs, flash memory, solid state drives, magnetic or optical cards, application specific integrated circuits (ASICs), or any type of media suitable for storing electronic instructions, and each coupled to a computer system bus. Further, the computing devices referred to herein may include a single processor or may be architectures employing multiple processor designs for increased computing capability.
- The algorithms and displays presented herein are not inherently related to any particular computing device, virtualized system, or other apparatus. Various general-purpose systems may also be used with programs in accordance with the teachings herein, or it may prove convenient to construct more specialized apparatus to perform the required method steps. The required structure for a variety of these systems will be apparent from the description provided herein. In addition, the present invention is not described with reference to any particular programming language. It will be appreciated that a variety of programming languages may be used to implement the teachings of the present invention as described herein, and any references above to specific languages are provided for disclosure of enablement and best mode of the present invention.
- Accordingly, in various embodiments, the present invention can be implemented as software, hardware, and/or other elements for controlling a computer system, computing device, or other electronic device, or any combination or plurality thereof. Such an electronic device can include, for example, a processor, an input device (such as a keyboard, mouse, touchpad, trackpad, joystick, trackball, microphone, and/or any combination thereof), an output device (such as a screen, speaker, and/or the like), memory, long-term storage (such as magnetic storage, optical storage, and/or the like), and/or network connectivity, according to techniques that are well known in the art. Such an electronic device may be portable or nonportable. Examples of electronic devices that may be used for implementing the invention include: a mobile phone, personal digital assistant, smartphone, kiosk, server computer, enterprise computing device, desktop computer, laptop computer, tablet computer, consumer electronic device, television, set-top box, or the like. An electronic device for implementing the present invention may use any operating system such as, for example: Linux; Microsoft Windows, available from Microsoft Corporation of Redmond, Wash.; Mac OS X, available from Apple Inc. of Cupertino, Calif.; iOS, available from Apple Inc. of Cupertino, Calif.; Android, available from Google Inc. of Mountain View, Calif.; and/or any other operating system that is adapted for use on the device.
- While the invention has been described with respect to a limited number of embodiments, those skilled in the art, having benefit of the above description, will appreciate that other embodiments may be devised which do not depart from the scope of the present invention as described herein. In addition, it should be noted that the language used in the specification has been principally selected for readability and instructional purposes, and may not have been selected to delineate or circumscribe the inventive subject matter. Accordingly, the disclosure of the present invention is intended to be illustrative, but not limiting, of the scope of the invention, which is set forth in the claims.
Claims (42)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US13/606,480 US9292467B2 (en) | 2011-09-16 | 2012-09-07 | Mobile resource accelerator |
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US201161535921P | 2011-09-16 | 2011-09-16 | |
US201161535924P | 2011-09-16 | 2011-09-16 | |
US13/606,480 US9292467B2 (en) | 2011-09-16 | 2012-09-07 | Mobile resource accelerator |
Publications (2)
Publication Number | Publication Date |
---|---|
US20130073609A1 true US20130073609A1 (en) | 2013-03-21 |
US9292467B2 US9292467B2 (en) | 2016-03-22 |
Family
ID=47881671
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US13/606,480 Active 2034-08-20 US9292467B2 (en) | 2011-09-16 | 2012-09-07 | Mobile resource accelerator |
Country Status (2)
Country | Link |
---|---|
US (1) | US9292467B2 (en) |
WO (1) | WO2013038320A1 (en) |
Cited By (20)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20120096546A1 (en) * | 2010-05-19 | 2012-04-19 | Akamai Technologies, Inc. | Edge server HTTP POST message processing |
US20140181314A1 (en) * | 2012-10-20 | 2014-06-26 | Tomodo Ltd. | Methods circuits devices systems and associated computer executable code for web augmentation |
US20150046997A1 (en) * | 2013-05-14 | 2015-02-12 | Citrix Systems, Inc. | Accessing Enterprise Resources While Providing Denial-of-Service Attack Protection |
CN104753966A (en) * | 2013-12-25 | 2015-07-01 | 明博教育科技有限公司 | Resource file inquiry method and system based on server and client caches |
US20160077824A1 (en) * | 2014-09-12 | 2016-03-17 | Adallom Technologies Ltd. | Cloud suffix proxy and a method thereof |
EP3029911A1 (en) * | 2014-12-04 | 2016-06-08 | Alcatel Lucent | Method, system and device for delivering a web application to a client |
US20160173387A1 (en) * | 2014-12-15 | 2016-06-16 | Twin Prime, Inc. | Network Traffic Accelerator |
US20170134300A1 (en) * | 2015-11-06 | 2017-05-11 | Aol Inc. | Resource placement via a web page |
US9930132B2 (en) * | 2014-01-10 | 2018-03-27 | Facebook, Inc. | Content specific router caching |
US10091169B2 (en) | 2013-11-11 | 2018-10-02 | Microsoft Israel Research And Development (2002) Ltd. | Method and system for protecting cloud-based applications executed in a cloud computing platform |
US10193993B2 (en) * | 2013-05-30 | 2019-01-29 | Ebay Inc. | Systems and methods of token piggybacking |
US10205797B2 (en) | 2014-12-29 | 2019-02-12 | Facebook, Inc. | Application service delivery through an application service avatar |
US10291735B2 (en) | 2014-07-23 | 2019-05-14 | Facebook, Inc. | Residential cache appliance utilizing a social network |
US10397357B2 (en) | 2014-07-23 | 2019-08-27 | Facebook, Inc. | Rural area network device |
US10880159B1 (en) * | 2019-03-18 | 2020-12-29 | Amazon Technologies, Inc. | Centralized access of configuration data for computing resources |
CN113900830A (en) * | 2021-12-10 | 2022-01-07 | 北京达佳互联信息技术有限公司 | Resource processing method and device, electronic equipment and storage medium |
CN113961830A (en) * | 2015-12-30 | 2022-01-21 | 谷歌有限责任公司 | System and method for segmenting client sessions of a website using web scripting |
US11252071B2 (en) * | 2017-12-21 | 2022-02-15 | Akamai Technologies, Inc. | Sandbox environment for testing integration between a content provider origin and a content delivery network |
US11394793B2 (en) * | 2019-06-18 | 2022-07-19 | Xcelastream, Inc. | Clients aggregation |
US11880424B1 (en) * | 2023-01-30 | 2024-01-23 | Intuit Inc. | Image generation from HTML data using incremental caching |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP6356273B2 (en) | 2014-06-26 | 2018-07-11 | グーグル エルエルシー | Batch optimized rendering and fetch architecture |
WO2015196405A1 (en) * | 2014-06-26 | 2015-12-30 | Google Inc. | Optimized browser rendering process |
US9733998B2 (en) | 2015-09-24 | 2017-08-15 | SVG Media Pvt Ltd | Method and system for managing and linking software applications |
US10380229B2 (en) | 2016-12-20 | 2019-08-13 | Google Llc | Method and system providing contextual functionality in static web pages |
Citations (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20020055966A1 (en) * | 2000-11-08 | 2002-05-09 | John Border | System and method for reading ahead of content |
US20040068573A1 (en) * | 2002-10-07 | 2004-04-08 | Corbeil Ryn C. | Method and apparatus for sharing authentication session state in a global distributed network |
US20060294223A1 (en) * | 2005-06-24 | 2006-12-28 | Microsoft Corporation | Pre-fetching and DNS resolution of hyperlinked content |
US20070033264A1 (en) * | 2004-07-22 | 2007-02-08 | Edge Simon R | User Interface |
US20070130156A1 (en) * | 2005-12-02 | 2007-06-07 | U Tenhunen Jouko | System, apparatus, and method for dynamically customizing and configuring applications |
US20070167182A1 (en) * | 2005-12-02 | 2007-07-19 | Tenhunen Jouko U | System, apparatus, and method for dynamically configuring application access point settings |
US20070245409A1 (en) * | 2006-04-12 | 2007-10-18 | James Harris | Systems and Methods for Providing Levels of Access and Action Control Via an SSL VPN Appliance |
US20110041187A1 (en) * | 2008-03-31 | 2011-02-17 | Eugrid Inc. | Information processing device |
US20110197144A1 (en) * | 2010-01-06 | 2011-08-11 | Terry Coatta | Method And System Of Providing A Viewing Experience With Respect To A Document Having Read-only Content |
US20110277027A1 (en) * | 2010-05-07 | 2011-11-10 | Richard Hayton | Systems and Methods for Providing a Single Click Access to Enterprise, SAAS and Cloud Hosted Application |
US20140074629A1 (en) * | 2011-03-29 | 2014-03-13 | Yogesh Chunilal Rathod | Method and system for customized, contextual, dynamic & unified communication, zero click advertisement, dynamic e-commerce and prospective customers search engine |
Family Cites Families (72)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5564070A (en) | 1993-07-30 | 1996-10-08 | Xerox Corporation | Method and system for maintaining processing continuity to mobile computers in a wireless network |
US5784562A (en) | 1995-10-10 | 1998-07-21 | U S West Advanced Technologies, Inc. | System for using a dialog session context to process electronic forms data on the world wide web |
US6038601A (en) | 1997-07-21 | 2000-03-14 | Tibco, Inc. | Method and apparatus for storing and delivering documents on the internet |
US6385641B1 (en) | 1998-06-05 | 2002-05-07 | The Regents Of The University Of California | Adaptive prefetching for computer network and web browsing with a graphic user interface |
WO1999066385A2 (en) | 1998-06-19 | 1999-12-23 | Sun Microsystems, Inc. | Scalable proxy servers with plug in filters |
US6839741B1 (en) | 1998-09-29 | 2005-01-04 | Mci, Inc. | Facility for distributing and providing access to electronic mail message attachments |
JP2000215181A (en) | 1999-01-21 | 2000-08-04 | Fujitsu Ltd | Network computer system and proxy compilation server device |
US7437305B1 (en) | 1999-05-11 | 2008-10-14 | Christopher Angel Kantarjiev | Scheduling delivery of products via the internet |
US6457103B1 (en) | 1999-07-22 | 2002-09-24 | International Business Machines Corporation | Method and apparatus for caching content in a data processing system with fragment granularity |
US6618751B1 (en) | 1999-08-20 | 2003-09-09 | International Business Machines Corporation | Systems and methods for publishing data with expiration times |
US6754699B2 (en) | 2000-07-19 | 2004-06-22 | Speedera Networks, Inc. | Content delivery and global traffic management network system |
US7003571B1 (en) | 2000-01-31 | 2006-02-21 | Telecommunication Systems Corporation Of Maryland | System and method for re-directing requests from browsers for communication over non-IP based networks |
US7096418B1 (en) | 2000-02-02 | 2006-08-22 | Persistence Software, Inc. | Dynamic web page cache |
WO2001078334A2 (en) | 2000-04-10 | 2001-10-18 | Avienda Technologies, Inc. | Method and system for composing and transmitting bulky e-mail |
FI111879B (en) | 2000-05-08 | 2003-09-30 | Sonera Oyj | Management of user profile information in a telecommunications network |
US7266595B1 (en) | 2000-05-20 | 2007-09-04 | Ciena Corporation | Accessing network device data through user profiles |
US8060581B2 (en) | 2000-07-19 | 2011-11-15 | Akamai Technologies, Inc. | Dynamic image delivery system |
US20020156881A1 (en) | 2000-10-03 | 2002-10-24 | Klopp Lemon Ana H. Von | HTTP transaction monitor with replay capacity |
US20020065899A1 (en) | 2000-11-30 | 2002-05-30 | Smith Erik Richard | System and method for delivering dynamic content |
US7003551B2 (en) | 2000-11-30 | 2006-02-21 | Bellsouth Intellectual Property Corp. | Method and apparatus for minimizing storage of common attachment files in an e-mail communications server |
US7062572B1 (en) | 2001-03-19 | 2006-06-13 | Microsoft Corporation | Method and system to determine the geographic location of a network user |
US6968334B2 (en) | 2001-05-15 | 2005-11-22 | Nokia Corporation | Method and business process to maintain privacy in distributed recommendation systems |
US7043460B2 (en) | 2001-05-31 | 2006-05-09 | International Business Machines Corporation | Web browser-based object oriented application component test client |
WO2002099591A2 (en) | 2001-06-04 | 2002-12-12 | Nct Group, Inc. | System and method for increasing the effective bandwidth of a communications network |
US20030004998A1 (en) | 2001-06-29 | 2003-01-02 | Chutney Technologies, Inc. | Proxy-based acceleration of dynamically generated content |
US20030040995A1 (en) | 2001-08-23 | 2003-02-27 | Daddario Donato V. | Benefit provider system and method |
US20050210243A1 (en) | 2001-09-28 | 2005-09-22 | Archard Paul L | System and method for improving client response times using an integrated security and packet optimization framework |
US7155478B2 (en) | 2001-10-03 | 2006-12-26 | International Business Machines Corporation | Selectively handling data processing requests in a computer communications network |
US7509393B2 (en) | 2001-12-19 | 2009-03-24 | International Business Machines Corporation | Method and system for caching role-specific fragments |
US7295953B2 (en) | 2001-12-21 | 2007-11-13 | International Business Machines Corporation | Scenario based testing and load generation for web applications |
US7711854B2 (en) | 2002-02-07 | 2010-05-04 | Accenture Global Services Gmbh | Retrieving documents over a network with a wireless communication device |
US6963996B2 (en) | 2002-04-30 | 2005-11-08 | Intel Corporation | Session error recovery |
US8060629B2 (en) | 2002-05-30 | 2011-11-15 | Hewlett-Packard Development Company, L.P. | System and method for managing information requests |
US7570943B2 (en) | 2002-08-29 | 2009-08-04 | Nokia Corporation | System and method for providing context sensitive recommendations to digital services |
TWI220713B (en) | 2002-10-04 | 2004-09-01 | Hon Hai Prec Ind Co Ltd | System and method for synchronizing documents between multi-nodes |
US7469280B2 (en) | 2002-11-04 | 2008-12-23 | Sun Microsystems, Inc. | Computer implemented system and method for predictive management of electronic messages |
US20040205165A1 (en) | 2003-01-21 | 2004-10-14 | Eplication Networks Ltd. | Method for improving quality of service from an Internet server employing heuristic optimization of downloading |
US20040236824A1 (en) | 2003-05-23 | 2004-11-25 | Millington Bradley D. | Post-cache substitution |
US7398304B2 (en) | 2003-06-23 | 2008-07-08 | Microsoft Corporation | General dependency model for invalidating cache entries |
US7613822B2 (en) | 2003-06-30 | 2009-11-03 | Microsoft Corporation | Network load balancing with session information |
US20050033855A1 (en) | 2003-08-05 | 2005-02-10 | Ahmad Moradi | Method and apparatus for generating and marketing video e-mail and an intelligent video streaming server |
US7409425B2 (en) | 2003-11-13 | 2008-08-05 | International Business Machines Corporation | Selective transmission of an email attachment |
US20050138033A1 (en) | 2003-12-19 | 2005-06-23 | Nokia Corporation | Methods, applications and systems for deriving content from network resources |
US7590704B2 (en) | 2004-01-20 | 2009-09-15 | Microsoft Corporation | Systems and methods for processing dynamic content |
IL167628A (en) | 2004-06-04 | 2010-11-30 | Optier Ltd | System and method for performance management in a multi-tier computing environment |
US7392294B2 (en) | 2004-07-22 | 2008-06-24 | International Business Machines Corporation | Decreasing data transmission volume from server to client device in data processing network |
KR100781301B1 (en) | 2004-08-05 | 2007-11-30 | 주식회사 모빌리언스 | Payment system supporting user authentication in oIP environment and its payment method |
US20060212149A1 (en) | 2004-08-13 | 2006-09-21 | Hicken Wendell T | Distributed system and method for intelligent data analysis |
US20080008109A1 (en) | 2004-09-21 | 2008-01-10 | Jeffrey Ollis | Method and apparatus for bridging wireless control networks |
US8001175B2 (en) | 2004-10-22 | 2011-08-16 | International Business Machines Corporation | Facilitating server response optimization |
US7523196B2 (en) | 2004-12-28 | 2009-04-21 | Sap Ag | Session monitoring using shared memory |
US20060235941A1 (en) | 2005-03-29 | 2006-10-19 | Microsoft Corporation | System and method for transferring web page data |
US20060224723A1 (en) | 2005-03-30 | 2006-10-05 | Inventec Corporation | Data updating system and method |
US7899788B2 (en) | 2005-04-01 | 2011-03-01 | Microsoft Corporation | Using a data protection server to backup and restore data on virtual servers |
US7809675B2 (en) | 2005-06-29 | 2010-10-05 | Oracle International Corporation | Sharing state information among a plurality of file operation servers |
CA2513022A1 (en) | 2005-07-22 | 2007-01-22 | Research In Motion Limited | System and method for communicating state management between a browser user-agent and a mobile data server |
US20070174644A1 (en) | 2006-01-04 | 2007-07-26 | Tendril Networks, Inc. | Apparatus and Method for Dynamic Tokenization of Wireless Network Datagrams |
CN101009667A (en) | 2006-01-28 | 2007-08-01 | 朗迅科技公司 | Optional download of email attachment |
EP1830537A1 (en) | 2006-03-02 | 2007-09-05 | Agilent Technologies, Inc. | Communications system, mobile node apparatus, and method of performing a handover |
US20070260748A1 (en) | 2006-05-05 | 2007-11-08 | Talkington Jerry L | Method and apparatus to reduce the size of objects transmitted over a network |
US7925706B2 (en) | 2006-06-07 | 2011-04-12 | Microsoft Corporation | Filtering electronic messages |
US7917471B2 (en) | 2006-07-14 | 2011-03-29 | Nokia Corporation | Method for obtaining information objects in a communication system |
US20080208961A1 (en) | 2007-02-23 | 2008-08-28 | Hostway Corporation | Parallel retrieval system |
US7941609B2 (en) | 2007-02-23 | 2011-05-10 | Microsoft Corporation | HTTP acceleration by prediction and pre-fetching |
US7865585B2 (en) | 2007-03-12 | 2011-01-04 | Citrix Systems, Inc. | Systems and methods for providing dynamic ad hoc proxy-cache hierarchies |
NZ566291A (en) | 2008-02-27 | 2008-12-24 | Actionthis Ltd | Methods and devices for post processing rendered web pages and handling requests of post processed web pages |
US20090254707A1 (en) | 2008-04-08 | 2009-10-08 | Strangeloop Networks Inc. | Partial Content Caching |
US20090270076A1 (en) | 2008-04-29 | 2009-10-29 | Microsoft Corporation | Performance optimizer for mobile devices website |
US9906620B2 (en) | 2008-05-05 | 2018-02-27 | Radware, Ltd. | Extensible, asynchronous, centralized analysis and optimization of server responses to client requests |
US9549039B2 (en) | 2010-05-28 | 2017-01-17 | Radware Ltd. | Accelerating HTTP responses in a client/server environment |
US20110153807A1 (en) * | 2009-12-21 | 2011-06-23 | Lorenzo Vicisano | Systems and Methods for Preemptive DNS Resolution |
US20110231482A1 (en) | 2010-03-22 | 2011-09-22 | Strangeloop Networks Inc. | Automated Optimization Based On Determination Of Website Usage Scenario |
-
2012
- 2012-09-07 US US13/606,480 patent/US9292467B2/en active Active
- 2012-09-07 WO PCT/IB2012/054654 patent/WO2013038320A1/en active Application Filing
Patent Citations (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20020055966A1 (en) * | 2000-11-08 | 2002-05-09 | John Border | System and method for reading ahead of content |
US20040068573A1 (en) * | 2002-10-07 | 2004-04-08 | Corbeil Ryn C. | Method and apparatus for sharing authentication session state in a global distributed network |
US20070033264A1 (en) * | 2004-07-22 | 2007-02-08 | Edge Simon R | User Interface |
US20060294223A1 (en) * | 2005-06-24 | 2006-12-28 | Microsoft Corporation | Pre-fetching and DNS resolution of hyperlinked content |
US20070130156A1 (en) * | 2005-12-02 | 2007-06-07 | U Tenhunen Jouko | System, apparatus, and method for dynamically customizing and configuring applications |
US20070167182A1 (en) * | 2005-12-02 | 2007-07-19 | Tenhunen Jouko U | System, apparatus, and method for dynamically configuring application access point settings |
US20070245409A1 (en) * | 2006-04-12 | 2007-10-18 | James Harris | Systems and Methods for Providing Levels of Access and Action Control Via an SSL VPN Appliance |
US20110041187A1 (en) * | 2008-03-31 | 2011-02-17 | Eugrid Inc. | Information processing device |
US20110197144A1 (en) * | 2010-01-06 | 2011-08-11 | Terry Coatta | Method And System Of Providing A Viewing Experience With Respect To A Document Having Read-only Content |
US20110277027A1 (en) * | 2010-05-07 | 2011-11-10 | Richard Hayton | Systems and Methods for Providing a Single Click Access to Enterprise, SAAS and Cloud Hosted Application |
US20140074629A1 (en) * | 2011-03-29 | 2014-03-13 | Yogesh Chunilal Rathod | Method and system for customized, contextual, dynamic & unified communication, zero click advertisement, dynamic e-commerce and prospective customers search engine |
Cited By (34)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20120096546A1 (en) * | 2010-05-19 | 2012-04-19 | Akamai Technologies, Inc. | Edge server HTTP POST message processing |
US20140181314A1 (en) * | 2012-10-20 | 2014-06-26 | Tomodo Ltd. | Methods circuits devices systems and associated computer executable code for web augmentation |
US9571555B2 (en) * | 2012-10-20 | 2017-02-14 | Tomodo Ltd. | Methods circuits devices systems and associated computer executable code for web augmentation |
US20150046997A1 (en) * | 2013-05-14 | 2015-02-12 | Citrix Systems, Inc. | Accessing Enterprise Resources While Providing Denial-of-Service Attack Protection |
US9344426B2 (en) * | 2013-05-14 | 2016-05-17 | Citrix Systems, Inc. | Accessing enterprise resources while providing denial-of-service attack protection |
US12250282B2 (en) | 2013-05-30 | 2025-03-11 | Ebay Inc. | Systems and methods of token piggybacking |
US11652904B2 (en) | 2013-05-30 | 2023-05-16 | Ebay Inc. | Systems and methods of token piggybacking |
US11201938B2 (en) | 2013-05-30 | 2021-12-14 | Ebay Inc. | Systems and methods of token piggybacking |
US10193993B2 (en) * | 2013-05-30 | 2019-01-29 | Ebay Inc. | Systems and methods of token piggybacking |
US10091169B2 (en) | 2013-11-11 | 2018-10-02 | Microsoft Israel Research And Development (2002) Ltd. | Method and system for protecting cloud-based applications executed in a cloud computing platform |
CN104753966A (en) * | 2013-12-25 | 2015-07-01 | 明博教育科技有限公司 | Resource file inquiry method and system based on server and client caches |
US9930132B2 (en) * | 2014-01-10 | 2018-03-27 | Facebook, Inc. | Content specific router caching |
US10291735B2 (en) | 2014-07-23 | 2019-05-14 | Facebook, Inc. | Residential cache appliance utilizing a social network |
US10397357B2 (en) | 2014-07-23 | 2019-08-27 | Facebook, Inc. | Rural area network device |
US11115491B2 (en) | 2014-07-23 | 2021-09-07 | Facebook, Inc. | Residential cache appliance utilizing a social network |
US10587715B2 (en) | 2014-07-23 | 2020-03-10 | Facebook, Inc. | Residential cache appliance utilizing a social network |
US10642600B2 (en) | 2014-09-12 | 2020-05-05 | Microsoft Technology Licensing, Llc. | Cloud suffix proxy and a method thereof |
US10324702B2 (en) * | 2014-09-12 | 2019-06-18 | Microsoft Israel Research And Development (2002) Ltd. | Cloud suffix proxy and a method thereof |
US20160077824A1 (en) * | 2014-09-12 | 2016-03-17 | Adallom Technologies Ltd. | Cloud suffix proxy and a method thereof |
EP3029911A1 (en) * | 2014-12-04 | 2016-06-08 | Alcatel Lucent | Method, system and device for delivering a web application to a client |
US10798199B2 (en) | 2014-12-15 | 2020-10-06 | Twin Prime, Inc. | Network traffic accelerator |
US9871878B2 (en) * | 2014-12-15 | 2018-01-16 | Twin Prime, Inc. | Network traffic accelerator |
US20160173387A1 (en) * | 2014-12-15 | 2016-06-16 | Twin Prime, Inc. | Network Traffic Accelerator |
US10205797B2 (en) | 2014-12-29 | 2019-02-12 | Facebook, Inc. | Application service delivery through an application service avatar |
US10601947B2 (en) | 2014-12-29 | 2020-03-24 | Facebook, Inc. | Application service delivery through an application service avatar |
US20170134300A1 (en) * | 2015-11-06 | 2017-05-11 | Aol Inc. | Resource placement via a web page |
US10122646B2 (en) * | 2015-11-06 | 2018-11-06 | Oath Inc. | Resource placement via a web page |
US12260433B2 (en) | 2015-12-30 | 2025-03-25 | Google Llc | Systems and methods for automatically generating remarketing lists |
CN113961830A (en) * | 2015-12-30 | 2022-01-21 | 谷歌有限责任公司 | System and method for segmenting client sessions of a website using web scripting |
US11252071B2 (en) * | 2017-12-21 | 2022-02-15 | Akamai Technologies, Inc. | Sandbox environment for testing integration between a content provider origin and a content delivery network |
US10880159B1 (en) * | 2019-03-18 | 2020-12-29 | Amazon Technologies, Inc. | Centralized access of configuration data for computing resources |
US11394793B2 (en) * | 2019-06-18 | 2022-07-19 | Xcelastream, Inc. | Clients aggregation |
CN113900830A (en) * | 2021-12-10 | 2022-01-07 | 北京达佳互联信息技术有限公司 | Resource processing method and device, electronic equipment and storage medium |
US11880424B1 (en) * | 2023-01-30 | 2024-01-23 | Intuit Inc. | Image generation from HTML data using incremental caching |
Also Published As
Publication number | Publication date |
---|---|
WO2013038320A1 (en) | 2013-03-21 |
US9292467B2 (en) | 2016-03-22 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9292467B2 (en) | Mobile resource accelerator | |
US11792294B2 (en) | Method and apparatus for reducing loading time of web pages | |
US7975025B1 (en) | Smart prefetching of data over a network | |
US10791201B2 (en) | Server initiated multipath content delivery | |
US10735322B2 (en) | Accelerating HTTP responses in a client/server environment | |
US9819721B2 (en) | Dynamically populated manifests and manifest-based prefetching | |
JP6410280B2 (en) | Website access method, apparatus, and website system | |
US9077681B2 (en) | Page loading optimization using page-maintained cache | |
EP2653987B1 (en) | Displaying web pages without downloading static files | |
US8990357B2 (en) | Method and apparatus for reducing loading time of web pages | |
US9992296B2 (en) | Caching objects identified by dynamic resource identifiers | |
US9208316B1 (en) | Selective disabling of content portions | |
US9503499B1 (en) | Concealing latency in display of pages | |
US10630758B2 (en) | Method and system for fulfilling server push directives on an edge proxy | |
US20090037517A1 (en) | Method and system to share content between web clients | |
US20110231482A1 (en) | Automated Optimization Based On Determination Of Website Usage Scenario | |
US20150295988A1 (en) | URL prefetching | |
US20120254402A1 (en) | Systems, apparatus, and methods for mobile device detection | |
US9401949B1 (en) | Client web content cache purge | |
US10645192B2 (en) | Identifying content files in a cache using a response-based cache index | |
US20180375962A1 (en) | Facilitation of efficient web site page loading | |
US8484373B2 (en) | System and method for redirecting a request for a non-canonical web page | |
US10616356B2 (en) | Optimization of asynchronous pushing of web resources | |
CN112166590B (en) | Restricted environment for message generation in a networking environment | |
BR112018007818B1 (en) | METHOD FOR UPDATE SUGGESTION MODEL AND MACHINE-DRIVEN SUGGESTION GENERATION SYSTEM |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: STRANGELOOP NETWORKS INC., CANADA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:CONNOLLY, JARROD;ALSTAD, KENT;REEL/FRAME:028915/0692 Effective date: 20120905 |
|
AS | Assignment |
Owner name: RADWARE CANADA HOLDINGS INC., CANADA Free format text: MERGER;ASSIGNORS:STRANGELOOP NETWORKS INC.;RADWARE CANADA HOLDINGS INC.;0961404 B.C. LTD.;REEL/FRAME:033358/0390 Effective date: 20130601 Owner name: RADWARE LTD., ISRAEL Free format text: PURCHASE;ASSIGNOR:RADWARE CANADA HOLDINGS INC.;REEL/FRAME:033358/0570 Effective date: 20130602 Owner name: RADWARE CANADA HOLDINGS INC., CANADA Free format text: ASSET PURCHASE AGREEMENT;ASSIGNOR:STRANGELOOP NETWORKS INC.;REEL/FRAME:033356/0349 Effective date: 20130206 Owner name: 0961404 B.C. LTD., CANADA Free format text: ASSET PURCHASE AGREEMENT;ASSIGNOR:STRANGELOOP NETWORKS INC.;REEL/FRAME:033351/0306 Effective date: 20130205 |
|
FEPP | Fee payment procedure |
Free format text: PAT HOLDER NO LONGER CLAIMS SMALL ENTITY STATUS, ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: STOL); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 4 |
|
FEPP | Fee payment procedure |
Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
FEPP | Fee payment procedure |
Free format text: 7.5 YR SURCHARGE - LATE PMT W/IN 6 MO, LARGE ENTITY (ORIGINAL EVENT CODE: M1555); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 8 |