WO2008071097A1 - Procede et systeme d'affichage de page web - Google Patents

Procede et systeme d'affichage de page web Download PDF

Info

Publication number
WO2008071097A1
WO2008071097A1 PCT/CN2007/070565 CN2007070565W WO2008071097A1 WO 2008071097 A1 WO2008071097 A1 WO 2008071097A1 CN 2007070565 W CN2007070565 W CN 2007070565W WO 2008071097 A1 WO2008071097 A1 WO 2008071097A1
Authority
WO
WIPO (PCT)
Prior art keywords
data block
identifier
webpage
data
client
Prior art date
Application number
PCT/CN2007/070565
Other languages
English (en)
French (fr)
Inventor
Zhiming Jia
Li Fan
Original Assignee
Alibaba Group Holding Limited
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Alibaba Group Holding Limited filed Critical Alibaba Group Holding Limited
Priority to US12/518,849 priority Critical patent/US20100088612A1/en
Priority to JP2009540582A priority patent/JP5230642B2/ja
Priority to EP07785462A priority patent/EP2116939A4/en
Publication of WO2008071097A1 publication Critical patent/WO2008071097A1/zh

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching

Definitions

  • the present invention relates to the field of IP network technologies, and in particular, to a method and system for displaying a web page. Background technique
  • Asynchronous Javascript and xml (Ajax) request technology of Asynchronous Java Scripting Language provides the ability to communicate asynchronously with the server, which enables the browser to provide users with more natural. Browsing experience.
  • the core of Ajax is the Javascript data request object (XMLHttpRequest ) that supports asynchronous requests. This object was first introduced in the fifth version of Internet Explorer (Internet Explorer 5), which allows clients to use Javascript to make requests to the server and process responses. Do not block users.
  • the client When the (Uniform Resource Location, URL) is identified, the client obtains the request configuration information from a log file (cookie) saved by itself, and sends a data request containing the request configuration information to the server.
  • the server parses the data request, obtains the request data from the data source, and encapsulates the request data into an Extensible Markup Language (XML) format, and sends the request data to the client.
  • XML Extensible Markup Language
  • the client After receiving the request data in XML format sent by the server, the client decapsulates and obtains the requested data. The client then executes the relevant Javascript code and presents the obtained request data on the web page.
  • the user terminal When the user terminal needs to acquire new data from the server due to the operation of the webpage by the user, the user terminal updates the request configuration information in the cookie, and obtains new data from the server by transmitting the data request, and displays it on the webpage.
  • the client obtains the updated request configuration information from the cookie saved by itself, and obtains the data request containing the configuration information of the update request to the server to obtain the webpage for displaying the webpage. The content of the data, then the entire page content is displayed.
  • the client If the user jumps from the current web page to another web page, the client returns to the web page from another web page. At the same time, the client also needs to establish a connection with the server, obtain data from the server for displaying the content of the webpage, and then display the content of the webpage. When the user refreshes the current webpage, the client still needs to re-acquire the data for displaying the content of the webpage from the server, and then display the entire webpage content.
  • the client When the client receives different request data sent by the server, it needs to execute the local Java pre-stored different Javascript code to display the request data in the corresponding position on the webpage, which is a great pressure on the client;
  • the server needs to encapsulate the data requested by the client into an Extensible Markup Language (XML) format, and then send it to the client. After receiving the request data in XML format sent by the server, the client also needs to decapsulate the data. Get the requested data. When XML data is encapsulated and decapsulated, it takes a lot of loading resources.
  • XML Extensible Markup Language
  • the present invention provides a method and a system for displaying a webpage, which is used to solve the problem that the client exists in the prior art to obtain the data from the server, so that the pressure on the server is large, and the network bandwidth resource is consumed.
  • the problem is used to solve the problem that the client exists in the prior art to obtain the data from the server, so that the pressure on the server is large, and the network bandwidth resource is consumed.
  • the invention provides a method for displaying a webpage, and the method comprises the following steps:
  • the client uses the data block identifier to be searched to determine whether the data block identifier is saved by itself, and if so, obtains the data block corresponding to the data block identifier according to the corresponding relationship, and displays the data on the webpage.
  • the web page in the block displays the data.
  • the client displays the webpage display data in the data block on the webpage by executing the executable code.
  • step A the data block identifier and the corresponding relationship between the data block identifier and the data block are saved in a dynamic cache.
  • the method further includes: saving the webpage identifier and the corresponding relationship between the webpage identifier and the data block, and the method further includes:
  • the client receives the login request from the user that includes the webpage identifier, it determines whether the webpage identifier is saved by itself, and if so, obtains the data block corresponding to the webpage identifier according to the corresponding relationship, and the webpage is The web page display data in the data block is displayed on it.
  • the data block corresponding to the data block identifier is obtained from the server, and the webpage display data in the data block is displayed on the webpage.
  • the data block corresponding to the webpage identifier is obtained from the server, and the webpage display data in the datablock is displayed on the webpage.
  • the method further includes:
  • the saved data block identifier and the correspondence between the data block identifier and the data block are cleared.
  • the method further includes:
  • the saved data block identifier, the correspondence between the data block identifier and the data block, the webpage identifier, and the corresponding relationship between the webpage identifier and the data block are cleared.
  • the invention provides a webpage display system, the system comprising:
  • the client is configured to: when receiving the data block that includes the webpage display data returned by the server, save the data block identifier and the correspondence between the data block identifier and the data block; and use the data block identifier to be searched to determine whether the data block is saved. And the data block identifier, if yes, obtaining a data block corresponding to the data block identifier according to the corresponding relationship, and displaying webpage display data in the data block on the webpage; and a server, configured to provide the client with The data block.
  • the client includes:
  • a receiving unit configured to receive a data block that is returned by the server and includes the webpage display data, and save the data block identifier and the corresponding relationship between the data block identifier and the data block in the cache unit;
  • a browser configured to search for the data block identifier in the cache unit by using the data block identifier to be searched, and if found, obtain the data block corresponding to the data block identifier according to the corresponding relationship, and display the data block on the webpage
  • the web page in the data block displays data
  • a buffer unit configured to store the data block identifier and a corresponding relationship between the data block identifier and the data block.
  • the browser includes:
  • a display unit configured to execute the executable code when the data block is executable code
  • the web page display data in the data block is displayed on the web page.
  • the receiving unit is further configured to: save the webpage identifier and the corresponding relationship between the webpage identifier and the data block in a cache unit,
  • the web page in the data block displays data.
  • the browser is further configured to: when the data block identifier is not found, obtain a data block corresponding to the data block identifier from the server, and display webpage display data in the data block on the webpage.
  • the browser is further configured to: when the webpage identifier is not found, obtain a data block corresponding to the webpage identifier from the server, and display webpage display data in the data chunk on the webpage.
  • the client further includes:
  • a first deleting unit configured to: after the browser is closed, clear the data block identifier saved in the buffer unit and the correspondence between the data block identifier and the data block.
  • the client further includes:
  • a second deleting unit configured to: after the browser is closed, clear a data block identifier saved in the cache unit, a correspondence between the data block identifier and the data block, a webpage identifier, and a correspondence between the webpage identifier and the data block relationship.
  • the data block identifier and the corresponding relationship between the data block identifier and the data block are saved; when the client needs to obtain the data, the use is to be searched.
  • the data block identifier first determines whether the data block identifier is saved by itself, and if so, obtains the data block corresponding to the data block identifier according to the corresponding relationship, when the data block identifier is not saved by itself. Only need to obtain the data block from the server, and truly "on-demand request" to the server, thereby greatly alleviating the pressure on the server side, saving network bandwidth resources, and improving the display speed of the client web page.
  • the number and size of the cache may be defined by the programmer, and the upper limit is determined by the memory capacity of the client. Therefore, the cache size can be defined to be very large, so that the data stored in the cache can achieve a very high access hit rate. Can reduce the pressure on the server and save More network bandwidth resources.
  • the server and the client do not need to encapsulate and de-encapsulate the request data in XML format, which saves a lot of loading resources and time resources.
  • the client directly executes the executable code to display the page without pre-storing a large amount of executable code for displaying the page locally, which greatly relieves the pressure on the client.
  • Figure 1 is a flow chart of a method in the present invention
  • Figure 2 is a schematic view showing the structure of the system in the present invention.
  • the present invention provides a method for displaying a web page, and the specific implementation includes the following steps:
  • Step 101 The client sends a data request to the server, and the server returns a data block.
  • the client When a client user needs to access a website and type a URL in the address bar of the browser, the client obtains the request configuration information from the cookie saved by itself, and sends a data request containing the request configuration information to the server.
  • the server After receiving the data request, the server parses the data request, obtains the request data from the data source, and sends the data block containing the webpage display data requested by the client to the client, based on compatibility and efficiency considerations, the data A block can be an executable piece of code implemented in a Javascript object;
  • Step 102 When receiving the data block returned by the server, the client saves the data block, the data block identifier, and the corresponding relationship between the data block identifier and the data block.
  • the client After receiving the data block sent by the server, the client saves it in the browser's cache. If the data block is a piece of executable code, the client displays the web page display data in the data block on the web page by executing the executable code. If the data block is data encapsulated in XML form, the client decapsulates the data in the XML form, and displays the webpage display data in the data block in the webpage by executing the corresponding executable code pre-stored locally. .
  • the browser's cache can be implemented in a dynamic form, and the data is stored with certain data structures, such as dynamic arrays, queues, and so on.
  • the cache is based on the data storage space of the browser process, that is, as long as the current browser process is not finished, that is, the browser displaying the current web page is not closed, the data saved in the cache will always exist.
  • the size of the cache can be freely set according to the size of the application and the degree of hit rate.
  • the storage size is defined very large, and its upper limit is the memory size of the client.
  • Step 103 When the client needs to obtain data, it uses the data block identifier to be searched to determine whether the data block identifier is saved. If the data block identifier is saved, step 104 is performed, otherwise step 105 is performed;
  • Step 104 If the data block identifier is saved by itself, the data block corresponding to the data block identifier is obtained according to the corresponding relationship, and the webpage display data in the data block is displayed on the webpage; the client needs to obtain the data for the webpage.
  • first search for the required data in the data block saved by itself for example:
  • the client When the client needs to acquire new data due to the user's operation on the current webpage, first in the cache of the browser, use the data block identifier to be searched to find the data block identifier. If found, it means that the cache is saved. If the data block is required by the user, the client obtains the data block corresponding to the data block identifier according to the corresponding relationship saved in step 102, and displays the webpage display data in the data block on the current webpage. Since the entire search behavior is carried out in the client memory by means of a certain data structure, its speed and efficiency are incomparable in the traditional sense of requesting the server to obtain data. Once the required data block is found, the browser parses the data block and presents the data block content on the page.
  • step 102 the data block returned by the server, the data block identifier, and the corresponding relationship between the data block identifier and the data block are saved, and the webpage identifier and the corresponding relationship between the webpage identifier and the data block are also saved. It can also be saved in the browser's cache.
  • a web page identifier can correspond to multiple data blocks. The web page identifier can be in the format of a URL.
  • the client determines whether the webpage identifier is saved by itself. If yes, the data block corresponding to the webpage identifier is obtained according to the corresponding relationship, and the webpage display data in the datablock is displayed on the webpage. In this process, the client does not need to establish a connection with the server again, and obtains data from the server, which greatly reduces the pressure on the server side, reduces the consumption of network bandwidth resources, and speeds up the data presentation. If the webpage identifier is not saved by the client itself, the data block corresponding to the webpage identifier is obtained from the server, and the webpage display data in the datablock is displayed on the webpage.
  • the client does not need to obtain data from the server again, but only needs to obtain the data block corresponding to the webpage identifier of the webpage from the cache of the browser, and the number is The web page display data in the block is displayed on this web page.
  • Step 105 If the data block identifier is not saved by itself, the data block corresponding to the data block identifier is obtained from the server, and the webpage display data in the data block is displayed on the webpage;
  • the client determines in step 103 that the data block identifier is not saved, the data request is inevitably sent to the server, and the server returns a certain format data block required by the client.
  • the format is essentially The protocol does not specifically refer to a certain file type. The only requirement is that the client and the server reach a consensus and can correctly identify and resolve. In Ajax, it is generally considered to be XML. In practice, considering the interpretation of the XML format requires a lot of resources, this is not a good way. Since the returned data is for the client to use, it is objectified by Javascript. An ideal choice. The next thing is that the browser is responsible for explaining the execution and displaying the page.
  • the client While presenting the data, the client saves the new data block and the data block identifier sent by the server, the correspondence between the data block identifier and the data block in the cache, and is used for the next request, and then updates the request in the cookie.
  • the configuration information is such that the cookie has a request configuration information for requesting the data.
  • the client obtains the updated request configuration information from the cookie saved by itself, and obtains the requested web page display by sending a data request containing the request configuration information to the server. The data block of the data, and then display the content of the web page.
  • the data stored in the browser dynamic cache always exists.
  • the client can reuse the saved data in the browser dynamic cache, which improves the client performance.
  • the present invention further provides a system for displaying a webpage, where the system includes a client 201 and a server 202, wherein the client 201 is configured to save a data block when receiving a data block including a webpage display data returned by the server. And the identifier and the corresponding relationship between the data block identifier and the data block; determining, by using the data block identifier to be searched, whether the data block identifier is saved, and if yes, obtaining the data block identifier according to the corresponding relationship Data block, and displaying webpage display data in the data block on the webpage; server 202, configured to provide the data block for the client.
  • the client 201 includes a receiving unit 2011, a browser 2012, and a cache unit 2013, where
  • the receiving unit 2011 is configured to receive a data block that includes the webpage display data returned by the server, and save the data block identifier and the correspondence between the data block identifier and the data block in the cache unit;
  • the browser 2012 is configured to use the search Data block identifier, the data block identifier is searched in the cache unit, and if found, the data block corresponding to the data block identifier is obtained according to the corresponding relationship, and the webpage display data in the data block is displayed on the webpage;
  • the cache unit 2013 is configured to store the data block identifier and a correspondence between the data block identifier and the data block.
  • the browser 2012 includes a display unit 20121, configured to display webpage display data in the data block on the webpage by executing the executable code when the data block is executable code.
  • the receiving unit 2011 is further configured to: save the webpage identifier and the correspondence between the webpage identifier and the data block in the cache unit, and the browser 2012 is further configured to: receive a login request from the user that includes the webpage identifier, in the cache unit Searching for the webpage identifier, if found, obtaining a data block corresponding to the webpage identifier according to the corresponding relationship, and displaying webpage display data in the data block on the webpage.
  • the browser 2012 is further configured to: when the data block identifier is not found, obtain a data block corresponding to the data block identifier from the server, and display webpage display data in the data block on the webpage; When the webpage is identified, the data block corresponding to the webpage identifier is obtained from the server, and the webpage display data in the datablock is displayed on the webpage.
  • the client 201 further includes a first deleting unit 2014 and a second deleting unit 2015, wherein the first deleting unit 2014 is configured to: after the browser is closed, clear the data block identifier saved in the buffer unit and the data block identifier and the Corresponding relationship of the data block; the second deleting unit 2015 is configured to: after the browser is closed, clear the data block identifier saved in the cache unit, the correspondence between the data block identifier and the data block, the webpage identifier, and the webpage identifier Correspondence with the data block.
  • the first deleting unit 2014 is configured to: after the browser is closed, clear the data block identifier saved in the buffer unit and the data block identifier and the Corresponding relationship of the data block
  • the second deleting unit 2015 is configured to: after the browser is closed, clear the data block identifier saved in the cache unit, the correspondence between the data block identifier and the data block, the webpage identifier, and the webpage identifier Correspondence with the data block.

Description

一种网页显示的方法和系统 本申请要求于 2006 年 12 月 14 日提交中国专利局、 申请号为 200610165895.X、发明名称为 "一种网页显示的方法和系统"的中国专利申请的 优先权, 其全部内容通过引用结合在本申请中。
技术领域
本发明涉及 IP网络技术领域, 尤其涉及一种网页显示的方法和系统。 背景技术
现有技术中, 例如异步 Java 脚本语言 (Javascript ) 可扩展标记语言 ( Asynchronous javascript and xml, Ajax )请求技术, 提供与月良务器异步通信 的能力, 它使浏览器可以为用户提供更为自然的浏览体验。 Ajax 的核心是支 持异步请求的 Javascript数据请求对象 ( XMLHttpRequest ), 该对象在互联网 浏览器第五版本( Internet Explorer 5 )中首次引入, XMLHttpRequest使客户端 可以使用 Javascript向服务器提出请求并处理响应, 而不阻塞用户。
当客户端用户需要访问某一网站,在浏览器地址栏中键入一统一资源定位
( Uniform Resource Location, URL )标识时, 客户端从自身保存的一种记录 文件(cookie ) 中获取请求配置信息, 向服务器发送包含该请求配置信息的数 据请求。 服务器接收到该数据请求后, 解析该数据请求, 从数据源中获取请求 数据, 并将请求数据封装成可扩展标记语言 (Extensible Markup Language, XML )格式后, 发送给客户端。 客户端接收到服务器发来的 XML格式的请求 数据后, 进行解封装, 获得请求数据。 然后, 客户端执行相关的 Javascript代 码, 将获得的请求数据展现在网页页面上。
当由于用户对网页的操作, 用户终端需要从服务器获取新的数据时, 用户 终端更新 cookie 中的请求配置信息, 并通过发送数据请求, 从服务器获取到 新的数据, 显示在网页上。 用户关闭网页, 下一次重新打开本网页时, 客户端 从自身保存的 cookie 中获取更新后的请求配置信息, 并通过向服务器发送包 含该更新请求配置信息的数据请求, 来获得用于展现本网页内容的数据, 然后 显示整个网页内容。
如果用户从当前网页跳转到别的网页, 客户端又从别的网页返回本网页 时, 客户端还需要与服务器建立一次连接, 从服务器中获取到用于展现本网 页内容的数据, 然后显示网页内容。 用户刷新当前网页时, 客户端仍要重新从 服务器中获取用于展现本网页内容的数据, 再显示整个网页内容。
现有技术, 比如 Ajax, 其主要缺点有以下几点:
1. 客户端每次获取数据时, 都要从服务器端获取, 使得服务器端的压力 较大, 消耗较多的网络带宽资源, 同时数据展现的速度也较慢;
2.客户端接收到服务器端发来的不同的请求数据时,需要通过执行本地预 先保存的不同的 Javascript代码, 来将请求数据显示在网页中相应的位置, 这 对客户端的工作压力较大;
3.服务器需要将客户端请求的数据封装成可扩展标记语言 ( XML )格式 后, 再发送给客户端, 客户端接收到服务器发来的 XML格式的请求数据后, 还要进行解封装, 才能获得请求数据。 而对数据进行 XML格式封装和解封装 时, 需要耗费大量的加载资源。
发明内容
本发明提供一种网页显示的方法和系统,用以解决现有技术中存在的客户 端每次获取数据时, 都要从服务器端获取, 使得服务器端的压力较大, 消耗较 多的网络带宽资源的问题。
本发明提供的一种网页显示的方法, 该方法包括以下步骤:
A. 当客户端接收到服务器返回的包含网页显示数据的数据块时, 保存数 据块标识以及该数据块标识与所述数据块的对应关系;
B. 客户端利用要查找的数据块标识, 判断自身是否保存有所述数据块标 识, 如果有, 则根据所述对应关系, 获得该数据块标识对应的数据块, 并在网 页上显示该数据块中的网页显示数据。
步骤 B 中所述数据块为可执行代码时, 客户端通过执行该可执行代码在 网页上显示该数据块中的网页显示数据。
步骤 A中将所述数据块标识以及该数据块标识与所述数据块的对应关系 保存在动态緩存中。
步骤 A中还保存网页标识以及该网页标识与所述数据块的对应关系, 则 该方法进一步包括: 客户端接收到来自用户的包含网页标识的登录请求时,判断自身是否保存 有所述网页标识, 如果有, 则根据所述对应关系, 获取所述网页标识对应的数 据块, 并在所述网页上显示该数据块中的网页显示数据。
如果自身未保存有所述数据块标识,则从服务器获取该数据块标识对应的 数据块, 并在网页上显示该数据块中的网页显示数据。
如果自身未保存有所述网页标识,则从服务器获取该网页标识对应的数据 块, 并在所述网页上显示该数据块中的网页显示数据。
该方法进一步包括:
客户端浏览器关闭后,清除所述保存的数据块标识以及该数据块标识与所 述数据块的对应关系。
该方法进一步包括:
客户端浏览器关闭后, 清除所述保存的数据块标识、该数据块标识与所述 数据块的对应关系、 网页标识以及该网页标识与所述数据块的对应关系。
本发明提供的一种网页显示的系统, 该系统包括:
客户端, 用于接收到服务器返回的包含网页显示数据的数据块时,保存数 据块标识以及该数据块标识与所述数据块的对应关系;利用要查找的数据块标 识, 判断自身是否保存有所述数据块标识, 如果有, 则根据所述对应关系, 获 得该数据块标识对应的数据块, 并在网页上显示该数据块中的网页显示数据; 服务器, 用于为所述客户端提供所述数据块。
所述客户端包括:
接收单元, 用于接收服务器返回的包含网页显示数据的数据块, 将数据块 标识以及该数据块标识与所述数据块的对应关系保存在緩存单元中;
浏览器, 用于利用要查找的数据块标识,在緩存单元中查找所述数据块标 识, 如果查找到, 则根据所述对应关系, 获得该数据块标识对应的数据块, 在 网页上显示该数据块中的网页显示数据;
緩存单元,用于存储所述数据块标识以及该数据块标识与所述数据块的对 应关系。
所述浏览器包括:
显示单元, 用于当所述数据块为可执行代码时,通过执行该可执行代码在 网页上显示该数据块中的网页显示数据。
所述接收单元进一步用于:将网页标识以及该网页标识与所述数据块的对 应关系保存在緩存单元中,
则所述浏览器进一步用于:
接收来自用户的包含网页标识的登录请求,在緩存单元中查找所述网页标 识, 如果查找到, 则根据所述对应关系, 获取所述网页标识对应的数据块, 并 将在所述网页上显示该数据块中的网页显示数据。
所述浏览器进一步用于: 当未查找到所述数据块标识时,从服务器获取该 数据块标识对应的数据块, 并在网页上显示该数据块中的网页显示数据。
所述浏览器进一步用于: 当未查找到所述网页标识时,从服务器获取该网 页标识对应的数据块, 并在所述网页上显示该数据块中的网页显示数据。
所述客户端进一步包括:
第一删除单元, 用于在浏览器关闭后, 清除緩存单元中所保存的数据块标 识以及该数据块标识与所述数据块的对应关系。
所述客户端进一步包括:
第二删除单元, 用于在浏览器关闭后, 清除緩存单元中所保存的数据块标 识、该数据块标识与所述数据块的对应关系、 网页标识以及该网页标识与所述 数据块的对应关系。
本发明中, 当客户端接收到服务器返回的包含网页显示数据的数据块时, 保存数据块标识以及该数据块标识与所述数据块的对应关系;当客户端需要获 取数据时, 利用要查找的数据块标识, 首先判断自身是否保存有所述数据块标 识, 如果有, 则根据所述对应关系, 从本地获得该数据块标识对应的数据块, 当自身未保存有所述数据块标识时, 才需要从服务器获取该数据块,真正做到 了向服务器"按需请求", 从而大大緩解了服务器端的压力, 也节省了网络带宽 资源, 提高了客户端网页显示的速度。
当客户端将数据块标识以及该数据块标识与所述数据块的对应关系保存 在动态緩存中时, 这种緩存的个数及大小可以由程序员自行定义, 上限则由客 户端的内存容量决定, 因此可以将緩存大小定义得非常大, 由此利用该緩存存 放的数据可以达到非常高的访问命中率。 能够为服务器减小较大的压力, 节省 较多的网络带宽资源。
同时, 当服务器返回的包含网页显示数据的数据块为可执行代码时,服务 器和客户端不需要对请求数据进行 XML格式的封装和解封装, 节省了大量的 加载资源和时间资源。客户端直接执行该可执行代码来显示页面, 而不需要在 本地预先保存大量的用于显示页面的可执行代码, 大大緩解了客户端的压力。 附图说明
图 1为本发明中的方法流程图;
图 2为本发明中的系统结构示意图。
具体实施方式
本发明提供一种网页显示的方法, 其具体实现包括以下步骤:
步骤 101 : 客户端向服务器发送数据请求, 服务器返回数据块;
当客户端用户需要访问某一网站, 在浏览器地址栏中键入一 URL时, 客 户端从自身保存的 cookie 中获取请求配置信息, 向服务器发送包含该请求配 置信息的数据请求。 服务器接收到该数据请求后, 解析该数据请求, 从数据源 中获取请求数据,并将包含客户端所请求的网页显示数据的数据块发送给客户 端, 基于兼容性和效率的考虑, 这个数据块可以是一段以 Javascript对象实现 的可执行代码;
步骤 102: 客户端接收到服务器返回的数据块时, 保存该数据块、 数据块 标识以及该数据块标识与所述数据块的对应关系;
客户端接收到服务器发来的数据块后, 将其保存在浏览器的緩存中。如果 该数据块是一段可执行代码,客户端通过执行这段可执行代码, 将该数据块中 的网页显示数据展现在网页页面上。如果该数据块为封装为 XML形式的数据, 客户端将该 XML形式的数据进行解封装, 通过执行本地预先保存的相应的可 执行代码, 来将该数据块中的网页显示数据显示在网页中。
这里, 浏览器的緩存可以釆用动态形式实现,数据存储时借助于一定的数 据结构, 例如动态数组、 队列等等。 并且, 该緩存是基于浏览器进程的数据存 储空间, 也就是说, 只要当前浏览器进程未结束, 即显示当前网页的浏览器未 被关闭, 那么该緩存中保存的数据将一直存在。
同时,緩存的大小可以根据应用的大小和命中率程度自由设定, 可以将緩 存大小定义得非常大, 其上限值是客户端的内存大小。
步骤 103: 客户端需要获取数据时, 利用要查找的数据块标识, 判断自身 是否保存有该数据块标识;如果自身保存有所述数据块标识,则执行步骤 104 , 否则执行步骤 105;
步骤 104: 如果自身保存有所述数据块标识, 则根据所述对应关系, 获得 该数据块标识对应的数据块, 并在网页上显示该数据块中的网页显示数据; 客户端需要获取用于显示网页内容的数据时,首先在自身保存的数据块中 查找所需要的数据, 比如:
当由于用户对当前网页的操作,客户端需要获取新的数据时, 首先在浏览 器的緩存中, 利用要查找的数据块标识, 查找该数据块标识, 如果查找到, 意 味着緩存中保存有用户需要的数据块,则客户端根据步骤 102中所保存的对应 关系, 获得该数据块标识对应的数据块, 并在当前网页上显示该数据块中的网 页显示数据。 由于整个查找行为是借助一定的数据结构, 在客户端内存中进行 的, 其速度和效率是传统意义上请求服务器获取数据所不能比拟的。一旦查找 到需要的数据块, 浏览器解析执行该数据块, 将数据块内容展现在页面上。
较佳的,在步骤 102中保存服务器返回的数据块、数据块标识以及该数据 块标识与所述数据块的对应关系的同时,还保存网页标识以及该网页标识与该 数据块的对应关系。可以将其也保存在浏览器的緩存中, 一个网页标识可以对 应多个数据块, 该网页标识可以釆用 URL的格式。
那么, 当用户从当前网页跳转到别的网页, 又从别的网页返回本网页时, 即客户端接收到包含本网页的网页标识的登录请求时,判断自身是否保存有所 述网页标识,如果有,则根据所述对应关系,获取所述网页标识对应的数据块, 并在所述网页上显示该数据块中的网页显示数据。在这个过程中,客户端不需 要再次与服务器建立连接,从服务器中获取数据,大大减少了服务器端的压力, 降低了对网络带宽资源的消耗, 同时也加快了数据展现的速度。如果客户端自 身未保存有所述网页标识, 则从服务器获取该网页标识对应的数据块, 并在所 述网页上显示该数据块中的网页显示数据。
同样的, 当用户刷新当前网页时,客户端也不需要再次从服务器中获取数 据, 而只需从浏览器的緩存中获取本网页的网页标识对应的数据块, 并将该数 据块中的网页显示数据显示在本网页上。
步骤 105: 如果自身未保存有所述数据块标识, 则从服务器获取该数据块 标识对应的数据块, 并在网页上显示该数据块中的网页显示数据;
如果步骤 103中客户端判断自身未保存有所述数据块标识,这时候就不可 避免的向服务器发送数据请求, 服务器返回客户端所需要的一定格式的数据 块, 这里的格式其本质是一种协议, 并不特指某种文件类型, 唯一的要求就是 客户端和服务器达成共识, 能够正确识别和解析。 在 Ajax中通常认为它就是 XML, 实际操作中, 考虑到 XML格式的解释需要消耗大量资源, 这并不是一 种好的方式, 既然返回数据是供客户端使用, 通过 Javascript将其对象化是一 种理想的选择。 接下来的事情就是由浏览器负责解释执行, 展示页面。
客户端在展示数据的同时,将服务器发来的新的数据块和数据块标识、该 数据块标识与该数据块的对应关系保存在緩存中,供下次请求使用, 然后更新 cookie 中的请求配置信息, 使 cookie 中保存有用于请求该数据的请求配置信 息。 用户关闭浏览器, 下一次重新打开本网页时, 客户端从自身保存的 cookie 中获取更新后的请求配置信息,并通过向服务器发送包含该请求配置信息的数 据请求, 来获得包含所请求网页显示数据的数据块, 然后显示网页内容。
另外, 只要浏览器未关闭, 浏览器动态緩存中保存的数据一直存在, 当用 户从当前网页跳转到下一网页时,若下一网页中需要展现的数据中有与当前网 页相同的部分, 则在展现下一网页时,客户端可以重用浏览器动态緩存中已保 存的数据, 提高了客户端性能。
由于緩存容量的限制,在客户端浏览器关闭时, 需要将所述浏览器緩存中 的数据进行清除, 供下次打开浏览器时使用。
参见图 2, 本发明还提供一种网页显示的系统, 该系统包括客户端 201和 服务器 202 , 其中, 客户端 201 , 用于接收到服务器返回的包含网页显示数据 的数据块时,保存数据块标识以及该数据块标识与所述数据块的对应关系; 利 用要查找的数据块标识, 判断自身是否保存有所述数据块标识, 如果有, 则根 据所述对应关系, 获得该数据块标识对应的数据块, 并在网页上显示该数据块 中的网页显示数据; 服务器 202, 用于为所述客户端提供所述数据块。
客户端 201包括接收单元 2011、 浏览器 2012和緩存单元 2013 , 其中, 接 收单元 2011 , 用于接收服务器返回的包含网页显示数据的数据块, 将数据块 标识以及该数据块标识与所述数据块的对应关系保存在緩存单元中; 浏览器 2012, 用于利用要查找的数据块标识, 在緩存单元中查找所述数据块标识, 如 果查找到, 则根据所述对应关系, 获得该数据块标识对应的数据块, 在网页上 显示该数据块中的网页显示数据; 緩存单元 2013 , 用于存储所述数据块标识 以及该数据块标识与所述数据块的对应关系。
浏览器 2012 包括显示单元 20121 , 用于当所述数据块为可执行代码时, 通过执行该可执行代码在网页上显示该数据块中的网页显示数据。
接收单元 2011进一步用于: 将网页标识以及该网页标识与所述数据块的 对应关系保存在緩存单元中, 则浏览器 2012进一步用于: 接收来自用户的包 含网页标识的登录请求, 在緩存单元中查找所述网页标识, 如果查找到, 则根 据所述对应关系, 获取所述网页标识对应的数据块, 并将在所述网页上显示该 数据块中的网页显示数据。
浏览器 2012进一步用于: 当未查找到所述数据块标识时, 从服务器获取 该数据块标识对应的数据块, 并在网页上显示该数据块中的网页显示数据; 当 未查找到所述网页标识时,从服务器获取该网页标识对应的数据块, 并在所述 网页上显示该数据块中的网页显示数据。
客户端 201进一步包括第一删除单元 2014和第二删除单元 2015 , 其中, 第一删除单元 2014用于在浏览器关闭后, 清除緩存单元中所保存的数据块标 识以及该数据块标识与所述数据块的对应关系; 第二删除单元 2015 , 用于在 浏览器关闭后, 清除緩存单元中所保存的数据块标识、该数据块标识与所述数 据块的对应关系、 网页标识以及该网页标识与所述数据块的对应关系。 明的精神和范围。 这样,倘若本发明的这些修改和变型属于本发明权利要求及 其等同技术的范围之内, 则本发明也意图包含这些改动和变型在内。

Claims

权 利 要 求
1、 一种网页显示的方法, 其特征在于, 该方法包括以下步骤:
A. 当客户端接收到服务器返回的包含网页显示数据的数据块时, 保存数 据块标识以及该数据块标识与所述数据块的对应关系;
B. 客户端利用要查找的数据块标识, 判断自身是否保存有所述数据块标 识, 如果有, 则根据所述对应关系, 获得该数据块标识对应的数据块, 并在网 页上显示该数据块中的网页显示数据。
2、 如权利要求 1所述的方法, 其特征在于, 步骤 B中所述数据块为可执 行代码时,客户端通过执行该可执行代码在网页上显示该数据块中的网页显示 数据。
3、 如权利要求 1所述的方法, 其特征在于, 步骤 A中将所述数据块标识 以及该数据块标识与所述数据块的对应关系保存在动态緩存中。
4、 如权利要求 1所述的方法, 其特征在于, 步骤 A中还保存网页标识以 及该网页标识与所述数据块的对应关系, 则该方法进一步包括:
客户端接收到来自用户的包含网页标识的登录请求时,判断自身是否保存 有所述网页标识, 如果有, 则根据所述对应关系, 获取所述网页标识对应的数 据块, 并在所述网页上显示该数据块中的网页显示数据。
5、 如权利要求 1所述的方法, 其特征在于, 如果客户端自身未保存有所 述数据块标识, 则从服务器获取该数据块标识对应的数据块, 并在网页上显示 该数据块中的网页显示数据。
6、 如权利要求 4所述的方法, 其特征在于, 如果客户端自身未保存有所 述网页标识, 则从服务器获取该网页标识对应的数据块, 并在所述网页上显示 该数据块中的网页显示数据。
7、 如权利要求 1所述的方法, 其特征在于, 该方法进一步包括: 客户端浏览器关闭后,清除所述保存的数据块标识以及该数据块标识与所 述数据块的对应关系。
8、 如权利要求 4所述的方法, 其特征在于, 该方法进一步包括: 客户端浏览器关闭后, 清除所述保存的数据块标识、该数据块标识与所述 数据块的对应关系、 网页标识以及该网页标识与所述数据块的对应关系。
9、 一种网页显示的系统, 其特征在于, 该系统包括:
客户端, 用于接收到服务器返回的包含网页显示数据的数据块时,保存数 据块标识以及该数据块标识与所述数据块的对应关系;利用要查找的数据块标 识, 判断自身是否保存有所述数据块标识, 如果有, 则根据所述对应关系, 获 的该数据块标识对应的数据块,并在网页上显示该数据块中的网页显示得该数 据块标识对应的数据块, 并在网页上显示该数据块中的网页显示数据;
服务器, 用于为所述客户端提供所述数据块。
10、 如权利要求 9所述的系统, 其特征在于, 所述客户端包括: 接收单元, 用于接收服务器返回的包含网页显示数据的数据块, 将数据块 标识以及该数据块标识与所述数据块的对应关系保存在緩存单元中;
浏览器, 用于利用要查找的数据块标识,在緩存单元中查找所述数据块标 识, 如果查找到, 则根据所述对应关系, 获得该数据块标识对应的数据块, 在 网页上显示该数据块中的网页显示数据;
緩存单元,用于存储所述数据块标识以及该数据块标识与所述数据块的对 应关系。
11、 如权利要求 10所述的系统, 其特征在于, 所述浏览器包括: 显示单元, 用于当所述数据块为可执行代码时,通过执行该可执行代码在 网页上显示该数据块中的网页显示数据。
12、 如权利要求 10所述的系统, 其特征在于, 所述接收单元进一步用于: 将网页标识以及该网页标识与所述数据块的对应关系保存在緩存单元中,
则所述浏览器进一步用于:
接收来自用户的包含网页标识的登录请求,在緩存单元中查找所述网页标 识, 如果查找到, 则根据所述对应关系, 获取所述网页标识对应的数据块, 并 在所述网页上显示该数据块中的网页显示数据。
13、 如权利要求 10所述的系统, 其特征在于, 所述浏览器进一步用于: 当未查找到所述数据块标识时,从服务器获取该数据块标识对应的数据块, 并 在网页上显示该数据块中的网页显示数据。
14、 如权利要求 12所述的系统, 其特征在于, 所述浏览器进一步用于: 当未查找到所述网页标识时,从服务器获取该网页标识对应的数据块, 并在所 述网页上显示该数据块中的网页显示数据。
15、 如权利要求 10所述的系统, 其特征在于, 所述客户端进一步包括: 第一删除单元, 用于在浏览器关闭后, 清除緩存单元中所保存的数据块标 识以及该数据块标识与所述数据块的对应关系。
16、 如权利要求 12所述的系统, 其特征在于, 所述客户端进一步包括: 第二删除单元, 用于在浏览器关闭后, 清除緩存单元中所保存的数据块标 识、该数据块标识与所述数据块的对应关系、 网页标识以及该网页标识与所述 数据块的对应关系。
PCT/CN2007/070565 2006-12-14 2007-08-27 Procede et systeme d'affichage de page web WO2008071097A1 (fr)

Priority Applications (3)

Application Number Priority Date Filing Date Title
US12/518,849 US20100088612A1 (en) 2006-12-14 2007-08-27 Method and System for Displaying Web Page
JP2009540582A JP5230642B2 (ja) 2006-12-14 2007-08-27 ウェブページの表示方法およびシステム
EP07785462A EP2116939A4 (en) 2006-12-14 2007-08-27 WEBSITE DISPLAY PROCEDURE AND SYSTEM

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200610165895XA CN101201827B (zh) 2006-12-14 2006-12-14 一种网页显示的方法和系统
CN200610165895.X 2006-12-14

Publications (1)

Publication Number Publication Date
WO2008071097A1 true WO2008071097A1 (fr) 2008-06-19

Family

ID=39511262

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2007/070565 WO2008071097A1 (fr) 2006-12-14 2007-08-27 Procede et systeme d'affichage de page web

Country Status (6)

Country Link
US (1) US20100088612A1 (zh)
EP (1) EP2116939A4 (zh)
JP (2) JP5230642B2 (zh)
CN (1) CN101201827B (zh)
HK (1) HK1117612A1 (zh)
WO (1) WO2008071097A1 (zh)

Families Citing this family (52)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101201827B (zh) 2006-12-14 2013-02-20 阿里巴巴集团控股有限公司 一种网页显示的方法和系统
CN101668004B (zh) * 2008-09-04 2016-02-10 阿里巴巴集团控股有限公司 一种网页获取方法、装置及系统
CN101504649B (zh) * 2008-11-14 2011-11-30 北京搜狗科技发展有限公司 一种页面资源的处理方法及装置
CN101674329B (zh) * 2009-09-27 2012-08-22 卓望数码技术(深圳)有限公司 一种互联网访问方法和互联网访问系统
CN102109989A (zh) * 2009-12-29 2011-06-29 阿里巴巴集团控股有限公司 一种控制浏览器缓存的方法、装置和系统
JP2011204158A (ja) * 2010-03-26 2011-10-13 Sony Corp 端末装置、処理システム、処理方法及びプログラム
CN102236665A (zh) * 2010-04-27 2011-11-09 华为技术有限公司 页面加载的方法及装置
US9239907B1 (en) * 2010-07-06 2016-01-19 Symantec Corporation Techniques for identifying misleading applications
CN102012907A (zh) * 2010-11-10 2011-04-13 上海光芒科技有限公司 一种浏览器客户端侧的缓存方法及系统
CN101997927B (zh) * 2010-11-18 2016-08-10 厦门市美亚柏科信息股份有限公司 一种web平台数据缓存的方法和系统
US9075893B1 (en) * 2011-02-25 2015-07-07 Amazon Technologies, Inc. Providing files with cacheable portions
CN102185915B (zh) * 2011-04-27 2014-11-05 惠州Tcl移动通信有限公司 移动设备及其网页加载方法
CN102662993A (zh) * 2012-03-14 2012-09-12 北京神州数码思特奇信息技术股份有限公司 一种页面数据提供方法
US9317616B1 (en) * 2012-06-21 2016-04-19 Amazon Technologies, Inc. Dynamic web updates based on state
US9596312B2 (en) * 2013-01-28 2017-03-14 Facebook, Inc. Static resource caching
US9355078B2 (en) * 2013-03-15 2016-05-31 Yahoo! Inc. Display time of a web page
CN105379295A (zh) * 2013-07-03 2016-03-02 皇家Kpn公司 分段内容的流送
JP6238610B2 (ja) * 2013-07-18 2017-11-29 キヤノン株式会社 情報処理端末、制御方法、及びプログラム
CN104519081A (zh) * 2013-09-27 2015-04-15 阿里巴巴集团控股有限公司 一种页面访问的方法和装置
CN103546483B (zh) * 2013-10-31 2016-09-21 宇龙计算机通信科技(深圳)有限公司 安全访问网络的方法和装置
CN103593466B (zh) * 2013-11-26 2017-08-04 优视科技有限公司 网页加载方法及客户端和服务器
CN104252514A (zh) * 2013-12-04 2014-12-31 深圳市华傲数据技术有限公司 一种页面回显方法和系统
CN104796439B (zh) 2014-01-16 2018-07-06 腾讯科技(深圳)有限公司 网页推送方法、客户端、服务器及系统
KR101924703B1 (ko) 2014-02-13 2019-02-20 코닌클리즈케 케이피엔 엔.브이. 단일 메세지 요청에 기초하여 네트워크 노드로부터 다수의 청크 요청
CN103955495B (zh) * 2014-04-18 2018-05-04 百度在线网络技术(北京)有限公司 页面子资源的下载方法及装置
US10523723B2 (en) 2014-06-06 2019-12-31 Koninklijke Kpn N.V. Method, system and various components of such a system for selecting a chunk identifier
EP3161662B1 (en) 2014-06-26 2024-01-31 Google LLC Optimized browser render process
WO2015196405A1 (en) 2014-06-26 2015-12-30 Google Inc. Optimized browser rendering process
JP6356273B2 (ja) 2014-06-26 2018-07-11 グーグル エルエルシー バッチ最適化レンダリング及びフェッチアーキテクチャ
US9798708B1 (en) 2014-07-11 2017-10-24 Google Inc. Annotating relevant content in a screen capture image
US9965559B2 (en) 2014-08-21 2018-05-08 Google Llc Providing automatic actions for mobile onscreen content
CN106156148B (zh) * 2015-04-14 2020-08-21 腾讯科技(深圳)有限公司 一种页面的渲染方法、装置和终端设备
US9703541B2 (en) 2015-04-28 2017-07-11 Google Inc. Entity action suggestion on a mobile device
CN105095360A (zh) * 2015-06-25 2015-11-25 小米科技有限责任公司 用于浏览器处理用户请求的方法以及装置
CN106484738B (zh) * 2015-09-01 2020-08-28 腾讯科技(深圳)有限公司 一种页面处理方法及装置
CN106557529B (zh) * 2015-09-30 2020-09-08 阿里巴巴集团控股有限公司 页面跳转中的跳转页面展示方法和装置
US10970646B2 (en) 2015-10-01 2021-04-06 Google Llc Action suggestions for user-selected content
CN106569934B (zh) * 2015-10-13 2019-06-18 阿里巴巴集团控股有限公司 一种应用日志显示方法及装置
US10178527B2 (en) 2015-10-22 2019-01-08 Google Llc Personalized entity repository
US10055390B2 (en) 2015-11-18 2018-08-21 Google Llc Simulated hyperlinks on a mobile device based on user intent and a centered selection of text
CN106775795A (zh) * 2015-11-25 2017-05-31 阿里巴巴集团控股有限公司 一种针对hypbrid app提供服务的方法和装置
CN105468412B (zh) * 2015-11-26 2020-09-08 金蝶软件(中国)有限公司 动态打包方法和装置
CN105468324A (zh) * 2015-12-25 2016-04-06 北京奇虎科技有限公司 页面显示方法、装置及系统
CN106933852B (zh) * 2015-12-30 2020-02-07 北京国双科技有限公司 网页更新请求的生成方法、装置及其响应方法和装置
CN106250498B (zh) * 2016-08-02 2020-03-31 北京京东尚科信息技术有限公司 实现多系统页面切换的方法、设备及系统
CN106294648B (zh) * 2016-08-03 2021-07-27 腾讯科技(深圳)有限公司 一种针对页面访问路径的处理方法及装置
CN106294879A (zh) * 2016-08-29 2017-01-04 国云科技股份有限公司 一种快速清除浏览器缓存的方法
US10535005B1 (en) 2016-10-26 2020-01-14 Google Llc Providing contextual actions for mobile onscreen content
US11237696B2 (en) 2016-12-19 2022-02-01 Google Llc Smart assist for repeated actions
CN108459890B (zh) * 2017-02-20 2021-10-26 百度在线网络技术(北京)有限公司 用于应用的界面显示方法和装置
CN108153874B (zh) * 2017-12-26 2022-07-29 福建星瑞格软件有限公司 一种大数据高耗时查询结果集的快速分页方法
US11042426B2 (en) 2018-08-23 2021-06-22 International Business Machines Corporation Utilizing reusable AJAX requests

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1650596A (zh) * 2002-05-02 2005-08-03 德国捷德有限公司 通信系统及其移动设备以及在移动设备上存储页面的方法
CN1783079A (zh) * 2004-11-30 2006-06-07 阿尔卡特公司 客户端计算机显示数据的方法
CN1866256A (zh) * 2005-05-16 2006-11-22 乐金电子(中国)研究开发中心有限公司 网页浏览方法、网页链接显示方法及其移动通信终端
CN101201827A (zh) 2006-12-14 2008-06-18 阿里巴巴公司 一种网页显示的方法和系统

Family Cites Families (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6535878B1 (en) * 1997-05-02 2003-03-18 Roxio, Inc. Method and system for providing on-line interactivity over a server-client network
US6453342B1 (en) * 1998-12-03 2002-09-17 International Business Machines Corporation Method and apparatus for selective caching and cleaning of history pages for web browsers
US7343412B1 (en) * 1999-06-24 2008-03-11 International Business Machines Corporation Method for maintaining and managing dynamic web pages stored in a system cache and referenced objects cached in other data stores
US7272797B1 (en) * 1999-06-30 2007-09-18 International Business Machines Corporation System and method for information transfer over a network
US7096418B1 (en) * 2000-02-02 2006-08-22 Persistence Software, Inc. Dynamic web page cache
US6744452B1 (en) * 2000-05-04 2004-06-01 International Business Machines Corporation Indicator to show that a cached web page is being displayed
US7020658B1 (en) * 2000-06-02 2006-03-28 Charles E. Hill & Associates Data file management system and method for browsers
US7571217B1 (en) * 2000-08-16 2009-08-04 Parallel Networks, Llc Method and system for uniform resource locator transformation
US6957390B2 (en) * 2000-11-30 2005-10-18 Mediacom.Net, Llc Method and apparatus for providing dynamic information to a user via a visual display
JP2003022203A (ja) * 2001-04-27 2003-01-24 Matsushita Electric Ind Co Ltd コンテンツ解析装置、コンテンツ解析方法、プログラム及びその記録媒体
US7210094B2 (en) * 2001-07-11 2007-04-24 International Business Machines Corporation Method and system for dynamic web page breadcrumbing using javascript
US6785769B1 (en) * 2001-08-04 2004-08-31 Oracle International Corporation Multi-version data caching
JP3843390B2 (ja) * 2001-11-28 2006-11-08 株式会社日立情報システムズ ウェブページ閲覧方法およびウェブページ閲覧プログラム
JP2004013635A (ja) * 2002-06-07 2004-01-15 Nec Corp Webブラウザキャッシュ方法、サーバ及び情報処理端末
JP2004110719A (ja) * 2002-09-20 2004-04-08 Cresys:Kk 画像表示システム及びコンピュータプログラム
US7043606B2 (en) * 2002-10-01 2006-05-09 America Online, Inc. Automatic browser web cache resizing system
KR100532276B1 (ko) * 2003-04-23 2005-11-29 삼성전자주식회사 이전 디스플레이 정보를 이용하여 웹-사이트를 표시하는휴대단말기 및 그 방법
JP4413655B2 (ja) * 2004-03-08 2010-02-10 ソニー・エリクソン・モバイルコミュニケーションズ株式会社 コンテンツ閲覧システム、通信制御ユニット、携帯通信端末及びコンテンツ閲覧方法
US20060064467A1 (en) * 2004-09-17 2006-03-23 Libby Michael L System and method for partial web page caching and cache versioning
US20060248166A1 (en) * 2005-04-29 2006-11-02 Jovan Milosevic System and method for client side rendering of a web page
US7594003B2 (en) * 2005-08-02 2009-09-22 Aol Llc Client/server web application architectures for offline usage, data structures, and related methods
US20070101061A1 (en) * 2005-10-27 2007-05-03 Guruprasad Baskaran Customized content loading mechanism for portions of a web page in real time environments
US20090019133A1 (en) * 2007-07-13 2009-01-15 Stephen Brimley System, method and computer program for updating a web page in a web browser
US20090069049A1 (en) * 2007-09-12 2009-03-12 Devicefidelity, Inc. Interfacing transaction cards with host devices

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1650596A (zh) * 2002-05-02 2005-08-03 德国捷德有限公司 通信系统及其移动设备以及在移动设备上存储页面的方法
CN1783079A (zh) * 2004-11-30 2006-06-07 阿尔卡特公司 客户端计算机显示数据的方法
CN1866256A (zh) * 2005-05-16 2006-11-22 乐金电子(中国)研究开发中心有限公司 网页浏览方法、网页链接显示方法及其移动通信终端
CN101201827A (zh) 2006-12-14 2008-06-18 阿里巴巴公司 一种网页显示的方法和系统

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP2116939A4

Also Published As

Publication number Publication date
JP5536846B2 (ja) 2014-07-02
JP2013016209A (ja) 2013-01-24
US20100088612A1 (en) 2010-04-08
EP2116939A4 (en) 2012-04-25
JP2010512589A (ja) 2010-04-22
EP2116939A1 (en) 2009-11-11
JP5230642B2 (ja) 2013-07-10
CN101201827A (zh) 2008-06-18
HK1117612A1 (en) 2009-01-16
CN101201827B (zh) 2013-02-20

Similar Documents

Publication Publication Date Title
WO2008071097A1 (fr) Procede et systeme d'affichage de page web
AU2011101576B4 (en) Method and systems for generating and displaying a preview image of a content area
CN103782294B (zh) 远程浏览会话管理
US8849802B2 (en) Historical browsing session management
EP1886470B1 (en) Method and system for object prediction
US9479564B2 (en) Browsing session metric creation
TWI670611B (zh) 網頁文件發送方法、網頁渲染方法及裝置、網頁渲染系統
US20060230059A1 (en) Method and apparatus to select and deliver portable portlets
US20070050519A1 (en) Storing state in a dynamic content routing network
WO2013097667A1 (zh) 网页内容加载控制方法及装置
CN105095280A (zh) 一种浏览器缓存方法和装置
EP2761506B1 (en) Historical browsing session management
US9088462B2 (en) Common web accessible data store for client side page processing
WO2015014145A1 (zh) 加快子资源加载速度的方法和装置
WO2013097592A1 (zh) 脚本加载技术
WO2014029321A1 (en) Method, device and mobile terminal for restoring page
WO2013056564A1 (zh) 浏览器内核适配的方法和浏览器
CA2840420C (en) Remote browsing session management
CN105279156A (zh) 网络信息通信方法及网络信息浏览装置
WO2015058614A1 (zh) 一种书签存储方法及装置、确定待浏览书签的方法及装置
CN109857966A (zh) 一种浏览器动态加载网页资源的优化方法及浏览器
Cao et al. The solution of web font-end performance optimization
JP5774429B2 (ja) 通信装置および通信方法、ならびに、プログラム
KR101498920B1 (ko) 오프라인 실행을 위한 웹 페이지 사전 캐싱 시스템 및 방법
JP2001034524A (ja) 情報処理装置

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 07785462

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2009540582

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 2007785462

Country of ref document: EP