JP2013178676A - Control system and control method - Google Patents

Control system and control method Download PDF

Info

Publication number
JP2013178676A
JP2013178676A JP2012042473A JP2012042473A JP2013178676A JP 2013178676 A JP2013178676 A JP 2013178676A JP 2012042473 A JP2012042473 A JP 2012042473A JP 2012042473 A JP2012042473 A JP 2012042473A JP 2013178676 A JP2013178676 A JP 2013178676A
Authority
JP
Japan
Prior art keywords
file
identification information
cache
object file
stored
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.)
Pending
Application number
JP2012042473A
Other languages
Japanese (ja)
Inventor
Hiroshi Asakura
浩志 朝倉
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone Corp
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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2012042473A priority Critical patent/JP2013178676A/en
Publication of JP2013178676A publication Critical patent/JP2013178676A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To reduce a time for transfer of Web pages.SOLUTION: A control system controls transmission/reception of a Web page including a host file and an object file. A transmission part of a server embeds identification information for uniquely identifying the object file by an edition unit for every update in the host file and transmits the identification information. An identification information storage part of a client stores identification information corresponding to the object file of a prescribed edition stored in a cache. A determination part compares identification information taken out of the host file received from the server with identification information stored in the identification information storage part and determines whether or not the object file of an edition that is identified according to the identification information taken out of the host file is stored in the cache. A request part requests the server to transmit the object file when it is determined that the object file is not stored in the cache.

Description

本発明の実施形態は、制御システム及び制御方法に関する。   Embodiments described herein relate generally to a control system and a control method.

近年、クラウドコンピューティング(cloud computing)の発展に伴い、無線回線経由でスマートフォン(smart phone)からWebブラウジング(browsing)するケースや、国際回線経由で海外サイトをWebブラウジングするケースなどが増えている。もっとも、このような無線回線経由や国際回線経由の場合、Webページの転送に時間がかかり、エンドユーザの体感品質に影響を及ぼすことがある。   In recent years, with the development of cloud computing, there are increasing cases of web browsing from a smart phone via a wireless line and web browsing of an overseas site via an international line. However, when such a wireless line or an international line is used, it takes time to transfer the Web page, which may affect the quality of experience of the end user.

このため、HTTP(Hypertext Transfer Protocol)を利用するWebシステムは、クライアント側にキャッシュの機能を備える構成などによって、リロードや同じサイト内を移動した場合のレスポンスタイムの改善を試みている。   For this reason, a Web system that uses HTTP (Hypertext Transfer Protocol) attempts to improve response time when reloading or moving within the same site, such as by a configuration having a cache function on the client side.

R.Fielding, et al., “Hypertext Transfer Protocol-HTTP/1.1”, [online]、[平成24年2月20日検索]、インターネット<URL:http://www.w3.org/Protocols/rfc2616/rfc2616.html>R. Fielding, et al., “Hypertext Transfer Protocol-HTTP / 1.1”, [online], [searched February 20, 2012], Internet <URL: http://www.w3.org/Protocols/rfc2616 /rfc2616.html> R.Fielding, et al., “HTTP/1.1, part 6: Caching”, IETF, [online]、[平成24年2月20日検索]、インターネット<URL:http://tools.ietf.org/html/draft-ietf-httpbis-p6-cache-18>R. Fielding, et al., “HTTP / 1.1, part 6: Caching”, IETF, [online], [searched February 20, 2012], Internet <URL: http://tools.ietf.org/ html / draft-ietf-httpbis-p6-cache-18>

しかしながら、上述した従来の技術においては、依然としてWebページの転送に時間がかかる場合がある。   However, in the conventional technology described above, it may still take time to transfer the Web page.

実施形態に係る制御システムは、上位ファイルと、該上位ファイルに取得先が記述されたオブジェクトファイルとを含むWebページの送受信を制御する。サーバは、送信部を備える。前記送信部は、前記オブジェクトファイルを更新毎の版単位で一意に識別する識別情報を前記上位ファイルに埋め込み、前記Webページの送信を要求するクライアントに該上位ファイルを送信する。前記クライアントは、キャッシュと、識別情報記憶部と、判定部と、要求部とを備える。前記キャッシュは、前記サーバから受信した所定の版のオブジェクトファイルを記憶する。前記識別情報記憶部は、前記キャッシュに記憶された所定の版のオブジェクトファイルに対応する前記識別情報を記憶する。前記判定部は、前記サーバから前記上位ファイルを受信すると、該上位ファイルから前記識別情報を取り出して、取り出した識別情報と前記識別情報記憶部に記憶された識別情報とを比較し、該上位ファイルから取り出した識別情報によって識別される版のオブジェクトファイルが前記キャッシュに記憶済みであるか否かを判定する。前記要求部は、前記オブジェクトファイルが前記キャッシュに記憶済みでないと判定された場合に、前記上位ファイルに記述された取得先を用いて、該オブジェクトファイルの送信を前記サーバに要求する。   The control system according to the embodiment controls transmission / reception of a Web page including an upper file and an object file whose acquisition destination is described in the upper file. The server includes a transmission unit. The transmission unit embeds identification information for uniquely identifying the object file for each version for each update in the upper file, and transmits the upper file to a client that requests transmission of the Web page. The client includes a cache, an identification information storage unit, a determination unit, and a request unit. The cache stores a predetermined version of the object file received from the server. The identification information storage unit stores the identification information corresponding to a predetermined version of the object file stored in the cache. When the determination unit receives the upper file from the server, the determination unit extracts the identification information from the upper file, compares the extracted identification information with the identification information stored in the identification information storage unit, and It is determined whether or not the version of the object file identified by the identification information extracted from is already stored in the cache. When it is determined that the object file has not been stored in the cache, the request unit requests the server to transmit the object file using the acquisition destination described in the upper file.

実施形態に係る制御システム及び制御方法によれば、Webページの転送時間を短縮することができるという効果を奏する。   According to the control system and the control method according to the embodiment, there is an effect that the transfer time of the Web page can be shortened.

図1は、本実施形態に係るWebシステムの構成を示す図である。FIG. 1 is a diagram showing a configuration of a Web system according to the present embodiment. 図2は、本実施形態に係るHTML(HyperText Markup Language)ファイルを説明するための図である。FIG. 2 is a diagram for explaining an HTML (HyperText Markup Language) file according to the present embodiment. 図3は、本実施形態に係るキャッシュ制御情報を説明するための図である。FIG. 3 is a diagram for explaining the cache control information according to the present embodiment. 図4は、本実施形態に係るHTMLファイルを説明するための図である。FIG. 4 is a diagram for explaining an HTML file according to the present embodiment. 図5は、本実施形態におけるキャッシュ判定を説明するための図である。FIG. 5 is a diagram for explaining cache determination in the present embodiment. 図6は、本実施形態に係るWebサーバ又はWebクライアントと同様の機能を実現するプログラムを実行するコンピュータを示す図である。FIG. 6 is a diagram illustrating a computer that executes a program that implements the same function as the Web server or Web client according to the present embodiment.

以下、実施形態に係る制御システム及び制御方法を説明する。なお、以下の実施形態により本発明が限定されるものではない。   Hereinafter, a control system and a control method according to the embodiment will be described. In addition, this invention is not limited by the following embodiment.

図1は、本実施形態に係るWebシステム10(「制御システム」とも称する)の構成を示す図である。図1に示すように、Webシステム10は、Webサーバ100と、Webクライアント200とを備える。Webサーバ100は、HTMLファイル解析部110と、キャッシュ制御情報埋め込み部120と、HTMLファイルレスポンス部130と、オブジェクトファイルレスポンス部140とを備える。また、Webクライアント200は、キャッシュ210と、キャッシュ制御情報記憶部220と、HTMLファイルリクエスト部230と、キャッシュ制御情報取り出し部240と、キャッシュ判定部250と、オブジェクトファイルリクエスト部260とを備える。   FIG. 1 is a diagram illustrating a configuration of a Web system 10 (also referred to as “control system”) according to the present embodiment. As shown in FIG. 1, the web system 10 includes a web server 100 and a web client 200. The Web server 100 includes an HTML file analysis unit 110, a cache control information embedding unit 120, an HTML file response unit 130, and an object file response unit 140. The Web client 200 also includes a cache 210, a cache control information storage unit 220, an HTML file request unit 230, a cache control information extraction unit 240, a cache determination unit 250, and an object file request unit 260.

また、本実施形態において、Webページは、HTMLファイルと、HTMLファイルに取得先が記述されたオブジェクトファイルとを含み、上位のHTMLファイルと下位のオブジェクトファイルとが依存関係を持つ階層構造となっている。このため、Webクライアント200は、まずHTMLファイルをWebサーバ100から取得した後に、HTMLファイルに記述された取得先を用いてオブジェクトファイルをWebサーバ100から取得することで、Webページを取得する。また、Webクライアント200は、Webサーバから取得した所定の版のオブジェクトファイルをキャッシュ210に格納する。また、Webクライアント200は、キャッシュ210に格納した所定の版のオブジェクトファイルに対応するキャッシュ制御情報をキャッシュ制御情報記憶部220に格納する。なお、キャッシュ制御情報については後述する。   In the present embodiment, the Web page includes an HTML file and an object file whose acquisition destination is described in the HTML file, and has a hierarchical structure in which the upper HTML file and the lower object file have a dependency relationship. Yes. For this reason, the Web client 200 first acquires an HTML file from the Web server 100 and then acquires an object file from the Web server 100 using an acquisition destination described in the HTML file, thereby acquiring a Web page. The Web client 200 also stores a predetermined version of the object file acquired from the Web server in the cache 210. Further, the Web client 200 stores cache control information corresponding to a predetermined version of the object file stored in the cache 210 in the cache control information storage unit 220. The cache control information will be described later.

このような構成の下、本実施形態においては、キャッシュ210に格納済みのオブジェクトファイルが最新のオブジェクトファイルであるか否かをWebクライアント200側で判定することで、Webページの転送時間を短縮する。   Under such a configuration, in the present embodiment, the Web client 200 determines whether or not the object file stored in the cache 210 is the latest object file, thereby reducing the transfer time of the Web page. .

すなわち、従来のWebシステムにおいては、Webクライアントが、Webクライアントのキャッシュに格納済みのオブジェクトファイルが最新のオブジェクトファイルであるか否かを、Webサーバに1つ1つ問い合わせていた。そして、Webサーバが、1つ1つの問い合わせを判定し、最新のオブジェクトファイルでないと判定した場合に、最新のオブジェクトファイルをWebクライアントに送信していた。この場合、WebクライアントからWebサーバへの問い合わせ(1つの問い合わせは、例えば0.2KB程度)が、HTMLファイルに取得先が記述されたオブジェクトの数分、大量かつ個別に発生することになる。この大量かつ個別に発生する問い合わせが無線回線や海外回線など遅延の大きいネットワークを介してWebサーバに送信され、また、Webサーバ側で1つ1つの問い合わせを判定することが、Webページの転送時間を長くする原因と考えられる。   That is, in the conventional Web system, the Web client inquires the Web server one by one as to whether or not the object file stored in the Web client cache is the latest object file. When the Web server determines each inquiry and determines that the inquiry is not the latest object file, the latest object file is transmitted to the Web client. In this case, inquiries from the Web client to the Web server (one inquiry is about 0.2 KB, for example) are generated in large quantities and individually for the number of objects whose acquisition destinations are described in the HTML file. This large number of individually generated inquiries are transmitted to the Web server via a network with a large delay, such as a wireless line or an overseas line, and it is also possible to determine each inquiry on the Web server side to transfer the Web page. This is thought to be the cause of lengthening

この点、本実施形態に係るWebシステム10は、最新のオブジェクトファイルであるか否かをWebクライアント200側で一括して判定し、必要なオブジェクトファイルのみWebサーバ100側に要求する。すると、大量かつ個別に発生していた問い合わせは大幅に削減されることになり、Webページの転送時間を短縮することが可能になる。   In this regard, the Web system 10 according to the present embodiment collectively determines whether or not the object file is the latest object file, and requests only the necessary object file from the Web server 100 side. As a result, inquiries that have been generated in large quantities and individually are greatly reduced, and it is possible to shorten the transfer time of the Web page.

Webページのダウンロード1回目を説明する。まず、Webクライアント200のHTMLファイルリクエスト部230が、Webサーバ100に対してWebページのリクエストを送信する。例えば、HTMLファイルリクエスト部230は、Webブラウザに対するURL(Uniform Resource Locator)「http://www.ntt.co.jp/index.html」の入力を受け付け、受け付けたURLを用いてWebサーバ100にアクセスする。   The first download of the web page will be described. First, the HTML file request unit 230 of the Web client 200 transmits a Web page request to the Web server 100. For example, the HTML file request unit 230 receives an input of a URL (Uniform Resource Locator) “http://www.ntt.co.jp/index.html” to the Web browser, and uses the received URL to the Web server 100. to access.

一方、Webサーバ100のHTMLファイル解析部110は、Webクライアント200からリクエストを受信すると、リクエストされたHTMLファイルを解析し、このHTMLファイル内に取得先が記述されたオブジェクトファイルを特定する。   On the other hand, when the HTML file analysis unit 110 of the Web server 100 receives a request from the Web client 200, the HTML file analysis unit 110 analyzes the requested HTML file and specifies an object file in which an acquisition destination is described in the HTML file.

図2は、本実施形態に係るHTMLファイルを説明するための図である。例えば、図2の矢印aの行に「href=”./css/2011/import_common.css”」といったhref属性の記述があるが、この記述が、オブジェクトファイルとその取得先とを示す。同様に、例えば、図2の矢印bの行に「src=”./js/2011/import_lib.jis”」といったsrc属性の記述があるが、この記述も、オブジェクトファイルとその取得先とを示す。例えば、HTMLファイル解析部110は、HTMLファイル「index.html」を解析して、このようなhref属性やsrc属性に記述されたオブジェクトファイルを特定する。   FIG. 2 is a diagram for explaining an HTML file according to the present embodiment. For example, there is a description of the href attribute such as “href =” ./ css / 2011 / import_common.css ”in the line indicated by the arrow a in FIG. 2, and this description indicates the object file and its acquisition destination. Similarly, for example, there is a description of the src attribute such as “src =” ./ js / 2011 / import_lib.jis ”in the line of the arrow b in FIG. 2, and this description also indicates the object file and the acquisition destination thereof. . For example, the HTML file analysis unit 110 analyzes the HTML file “index.html” and specifies an object file described in such an href attribute or src attribute.

続いて、キャッシュ制御情報埋め込み部120が、HTMLファイル解析部110によって特定された各オブジェクトファイルについて、キャッシュ制御情報を生成し、生成したキャッシュ制御情報をHTMLファイルに埋め込む。ここで、キャッシュ制御情報とは、各オブジェクトファイルを更新毎の版単位で一意に識別するための識別情報である。例えば、キャッシュ制御情報は、オブジェクトファイルが更新される毎に割り当てられる乱数情報(例えばEtagのような情報)や、オブジェクトファイルの更新時刻を示す更新情報(例えばLast−Modifiedのような情報)である。   Subsequently, the cache control information embedding unit 120 generates cache control information for each object file specified by the HTML file analysis unit 110, and embeds the generated cache control information in the HTML file. Here, the cache control information is identification information for uniquely identifying each object file for each version for each update. For example, the cache control information is random number information (e.g., information such as Etag) assigned every time the object file is updated, or update information (e.g., information such as Last-Modified) indicating the update time of the object file. .

例えば、キャッシュ制御情報埋め込み部120は、図2に示すように、
./css/2011/import_common.css Etag100
./css/2011/import_lib.jis Etag110
./css/2011/import_common2.css Etag120
./css/2011/import_common3.css Etag130
./css/2011/import_common4.css Etag140
./css/2011/import_common5.css Etag150・・・
といった識別情報の一覧を生成し、HTMLファイル「index.html」の任意の場所に埋め込む。なお、例えば、「./css/2011/import_common.css」は、「Etag100」の識別情報によって識別されるオブジェクトファイルがどのオブジェクトファイルであるかを示す情報である。
For example, the cache control information embedding unit 120, as shown in FIG.
./css/2011/import_common.css Etag100
./css/2011/import_lib.jis Etag110
./css/2011/import_common2.css Etag120
./css/2011/import_common3.css Etag130
./css/2011/import_common4.css Etag140
./css/2011/import_common5.css Etag150 ...
A list of identification information is generated and embedded in an arbitrary location of the HTML file “index.html”. For example, “./css/2011/import_common.css” is information indicating which object file is the object file identified by the identification information “Etag100”.

なお、本実施形態においては、キャッシュ制御情報埋め込み部120が、HTMLファイルを解析してオブジェクトファイルを特定したタイミングで、新たにキャッシュ制御情報を生成する手法を記載したが、実施形態はこれに限られるものではない。例えば、Webサーバ100は、Webクライアント200とのやりとりとは別に、別途オブジェクトファイルの生成や更新を行う場合があるが、この生成や更新の際に、オブジェクトファイルと対応付けて識別情報を生成している場合がある。そこで、キャッシュ制御情報埋め込み部120は、既に生成済みの識別情報を流用し、流用した識別情報を一覧にすることで、キャッシュ制御情報を生成してもよい。あるいは、Webサーバ100が、Webページ毎に、識別情報の一覧としてのキャッシュ制御情報を生成済みである場合には、キャッシュ制御情報埋め込み部120は、HTMLファイルを解析することなく、生成済みのキャッシュ制御情報を流用してもよい。   In the present embodiment, the cache control information embedding unit 120 has described a method of newly generating cache control information at the timing when the HTML file is analyzed and the object file is specified. However, the embodiment is not limited to this. It is not something that can be done. For example, the Web server 100 may separately generate or update an object file separately from the exchange with the Web client 200. At the time of generation or update, the Web server 100 generates identification information in association with the object file. There may be. Therefore, the cache control information embedding unit 120 may generate the cache control information by diverting already generated identification information and listing the diverted identification information. Alternatively, when the Web server 100 has already generated the cache control information as a list of identification information for each Web page, the cache control information embedding unit 120 does not analyze the HTML file and generates the generated cache control information. Control information may be diverted.

図1に戻り、Webサーバ100のHTMLファイルレスポンス部130は、キャッシュ制御情報埋め込み部120によってキャッシュ制御情報が埋め込まれたHTMLファイルを、Webクライアント200に送信する。   Returning to FIG. 1, the HTML file response unit 130 of the Web server 100 transmits the HTML file in which the cache control information is embedded by the cache control information embedding unit 120 to the Web client 200.

一方、Webクライアント200のキャッシュ制御情報取り出し部240は、Webサーバ100から受信したHTMLファイルからキャッシュ制御情報を取り出す。そして、キャッシュ判定部250が、キャッシュ制御情報取り出し部240によって取り出されたキャッシュ制御情報と、キャッシュ制御情報記憶部220に記憶されたキャッシュ制御情報とを比較し、HTMLファイルから取り出したキャッシュ制御情報によって識別される版のオブジェクトファイルがキャッシュ210に記憶済みであるか否かを判定する。   On the other hand, the cache control information extraction unit 240 of the Web client 200 extracts cache control information from the HTML file received from the Web server 100. Then, the cache determination unit 250 compares the cache control information extracted by the cache control information extraction unit 240 with the cache control information stored in the cache control information storage unit 220, and uses the cache control information extracted from the HTML file. It is determined whether the identified version of the object file has been stored in the cache 210.

ここではWebページのダウンロード1回目であるので、HTMLファイルから取り出したキャッシュ制御情報によって識別される版のオブジェクトファイルは未だキャッシュ210に格納済みではない。よって、キャッシュ制御情報記憶部220にも、HTMLファイルから取り出したキャッシュ制御情報と同一のキャッシュ制御情報は記憶されていない。結局、キャッシュ判定部250は、HTMLファイルから取り出した全てのキャッシュ制御情報によって識別される全てのオブジェクトファイルについて、キャッシュ210に記憶済みでない(キャッシュヒットしない)と判定する。   Since this is the first download of the Web page, the version of the object file identified by the cache control information extracted from the HTML file has not been stored in the cache 210 yet. Therefore, the cache control information storage unit 220 does not store the same cache control information as the cache control information extracted from the HTML file. Eventually, the cache determination unit 250 determines that all object files identified by all cache control information extracted from the HTML file have not been stored in the cache 210 (no cache hit).

このため、オブジェクトファイルリクエスト部260は、全てのオブジェクトファイルについて、HTMLファイルに記述された取得先を用いて、その送信をWebサーバ100に要求する。すると、Webサーバ100のオブジェクトファイルレスポンス部140は、オブジェクトファイルリクエスト部260からの要求に応答して、オブジェクトファイルを送信する。例えば、オブジェクトファイルレスポンス部140は、「200 OK」のレスポンスとともに、該当するオブジェクトファイルをWebクライアント200に送信する。   For this reason, the object file request unit 260 requests the Web server 100 to transmit all the object files using the acquisition destination described in the HTML file. Then, the object file response unit 140 of the Web server 100 transmits the object file in response to the request from the object file request unit 260. For example, the object file response unit 140 transmits the corresponding object file to the Web client 200 together with the response “200 OK”.

すると、オブジェクトファイルリクエスト部260は、Webサーバ100から受信した所定の版のオブジェクトファイルをキャッシュ210に格納するとともに、キャッシュ210に格納したオブジェクトファイルに対応するキャッシュ制御情報を、キャッシュ制御情報記憶部220に格納する。この場合、オブジェクトファイルリクエスト部260は、HTMLファイルから取り出した全てのキャッシュ制御情報をキャッシュ制御情報記憶部220に格納すればよい。   Then, the object file request unit 260 stores a predetermined version of the object file received from the Web server 100 in the cache 210, and stores cache control information corresponding to the object file stored in the cache 210 into the cache control information storage unit 220. To store. In this case, the object file request unit 260 may store all the cache control information extracted from the HTML file in the cache control information storage unit 220.

図3は、本実施形態に係るキャッシュ制御情報を説明するための図である。こうして、Webページのダウンロード1回目の後、キャッシュ制御情報記憶部220は、図3に示すように、
./css/2011/import_common.css Etag100
./css/2011/import_lib.jis Etag110
./css/2011/import_common2.css Etag120
./css/2011/import_common3.css Etag130
./css/2011/import_common4.css Etag140
./css/2011/import_common5.css Etag150・・・
といった識別情報の一覧を記憶する。
FIG. 3 is a diagram for explaining the cache control information according to the present embodiment. Thus, after the first download of the web page, the cache control information storage unit 220, as shown in FIG.
./css/2011/import_common.css Etag100
./css/2011/import_lib.jis Etag110
./css/2011/import_common2.css Etag120
./css/2011/import_common3.css Etag130
./css/2011/import_common4.css Etag140
./css/2011/import_common5.css Etag150 ...
Such a list of identification information is stored.

次に、Webページのダウンロード2回目を説明する。例えば、Webクライアント200の利用者によってリロードされるなど、同じWebページを再びダウンロードする場合、HTMLファイルリクエスト部230は、再び、Webサーバ100に対してリクエストを送信する。   Next, the second download of the web page will be described. For example, when the same Web page is downloaded again, such as being reloaded by a user of the Web client 200, the HTML file request unit 230 transmits the request to the Web server 100 again.

Webサーバ100側も同様に、再び、HTMLファイル解析部110がHTMLファイルを解析して、HTMLファイル内に取得先が記述されたオブジェクトファイルを特定し、キャッシュ制御情報埋め込み部120が、キャッシュ制御情報をHTMLファイルに埋め込む。もっとも、キャッシュ制御情報埋め込み部120は、この段階で最新のキャッシュ制御情報を埋め込む。すなわち、例えばあるオブジェクトファイルが更新された場合、更新されたオブジェクトファイルには、更新されたことに対応して新たな識別情報が付与されるので、識別情報の一覧としてのキャッシュ制御情報も、新たなキャッシュ制御情報となる。   Similarly, on the Web server 100 side, again, the HTML file analysis unit 110 analyzes the HTML file, specifies an object file in which the acquisition destination is described in the HTML file, and the cache control information embedding unit 120 executes the cache control information. Are embedded in the HTML file. However, the cache control information embedding unit 120 embeds the latest cache control information at this stage. That is, for example, when an object file is updated, new identification information is given to the updated object file in response to the update, so the cache control information as a list of identification information is also updated. Cache control information.

図4は、本実施形態に係るHTMLファイルを説明するための図である。例えば、図4に示すように、「Etag110」で識別されていたオブジェクトファイルが更新されて、新たな版を一意に識別する識別情報「Etag115」が付与されたとする。また、「Etag140」で識別されていたオブジェクトファイルが更新されて、新たな版を一意に識別する識別情報「Etag145」が付与されたとする。そこで、キャッシュ制御情報埋め込み部120は、図4に示すように、
./css/2011/import_common.css Etag100
./css/2011/import_lib.jis Etag115
./css/2011/import_common2.css Etag120
./css/2011/import_common3.css Etag130
./css/2011/import_common4.css Etag145
./css/2011/import_common5.css Etag150・・・
といった識別情報の一覧を生成し、HTMLファイル「index.html」の任意の場所に埋め込む。
FIG. 4 is a diagram for explaining an HTML file according to the present embodiment. For example, as shown in FIG. 4, it is assumed that the object file identified by “Etag110” is updated and given identification information “Etag115” that uniquely identifies the new version. Further, it is assumed that the object file identified by “Etag140” is updated and given identification information “Etag145” that uniquely identifies the new version. Therefore, the cache control information embedding unit 120, as shown in FIG.
./css/2011/import_common.css Etag100
./css/2011/import_lib.jis Etag115
./css/2011/import_common2.css Etag120
./css/2011/import_common3.css Etag130
./css/2011/import_common4.css Etag145
./css/2011/import_common5.css Etag150 ...
A list of identification information is generated and embedded in an arbitrary location of the HTML file “index.html”.

続いて、HTMLファイルレスポンス部130が、キャッシュ制御情報が埋め込まれたHTMLファイルをWebクライアント200に送信すると、Webクライアント200のキャッシュ制御情報取り出し部240が、Webサーバ100から受信したHTMLファイルからキャッシュ制御情報を取り出す。そして、キャッシュ判定部250が、再び、HTMLファイルから取り出したキャッシュ制御情報によって識別されるオブジェクトファイルがキャッシュ210に記憶済みであるか否かを判定する。   Subsequently, when the HTML file response unit 130 transmits the HTML file in which the cache control information is embedded to the Web client 200, the cache control information extraction unit 240 of the Web client 200 performs cache control from the HTML file received from the Web server 100. Retrieve information. Then, the cache determination unit 250 determines again whether or not the object file identified by the cache control information extracted from the HTML file has been stored in the cache 210.

今度はWebページのダウンロード2回目であるので、HTMLファイルから取り出したキャッシュ制御情報によって識別されるオブジェクトファイルの一部、すなわち、ダウンロード1回目の後、更新されなかったオブジェクトファイルについては、キャッシュ210に格納済みである。よって、キャッシュ制御情報記憶部220にも、HTMLファイルから取り出したキャッシュ制御情報の一部については、同一のキャッシュ制御情報が記憶されている。   Since this is the second download of the Web page, a part of the object file identified by the cache control information extracted from the HTML file, that is, an object file that has not been updated after the first download is stored in the cache 210. Stored. Therefore, the cache control information storage unit 220 also stores the same cache control information for a part of the cache control information extracted from the HTML file.

図5は、本実施形態におけるキャッシュ判定を説明するための図である。例えば、キャッシュ判定部250は、HTMLファイルから取り出したキャッシュ制御情報、
./css/2011/import_common.css Etag100
./css/2011/import_lib.jis Etag115
./css/2011/import_common2.css Etag120
./css/2011/import_common3.css Etag130
./css/2011/import_common4.css Etag145
./css/2011/import_common5.css Etag150・・・
と、キャッシュ制御情報記憶部220に記憶されたキャッシュ制御情報、
./css/2011/import_common.css Etag100
./css/2011/import_lib.jis Etag110
./css/2011/import_common2.css Etag120
./css/2011/import_common3.css Etag130
./css/2011/import_common4.css Etag140
./css/2011/import_common5.css Etag150・・・
とが一致するか否かを比較し、「Etag115」及び「Etag145」と同一のキャッシュ制御情報は記憶されていないと判定する。すなわち、キャッシュ判定部250は、「Etag115」及び「Etag145」それぞれによって識別される版のオブジェクトファイルについて、キャッシュ210に記憶済みでない(キャッシュヒットしない)と判定する。
FIG. 5 is a diagram for explaining cache determination in the present embodiment. For example, the cache determination unit 250 includes cache control information extracted from an HTML file,
./css/2011/import_common.css Etag100
./css/2011/import_lib.jis Etag115
./css/2011/import_common2.css Etag120
./css/2011/import_common3.css Etag130
./css/2011/import_common4.css Etag145
./css/2011/import_common5.css Etag150 ...
Cache control information stored in the cache control information storage unit 220,
./css/2011/import_common.css Etag100
./css/2011/import_lib.jis Etag110
./css/2011/import_common2.css Etag120
./css/2011/import_common3.css Etag130
./css/2011/import_common4.css Etag140
./css/2011/import_common5.css Etag150 ...
And the cache control information identical to “Etag115” and “Etag145” is determined not to be stored. That is, the cache determination unit 250 determines that the version of the object file identified by “Etag115” and “Etag145” has not been stored in the cache 210 (no cache hit).

すると、オブジェクトファイルリクエスト部260は、キャッシュ判定部250によってキャッシュヒットしないと判定されたオブジェクトファイルについてのみ、HTMLファイルに記述された取得先を用いて、その送信をWebサーバ100に要求する。例えば、オブジェクトファイルリクエスト部260は、「Etag115」に対応するオブジェクトファイル「./css/2011/import_lib.jis」と、「Etag145」に対応するオブジェクトファイル「./css/2011/import_common4.css」とを、Webサーバ100に要求する。すると、Webサーバ100のオブジェクトファイルレスポンス部140は、オブジェクトファイルリクエスト部260からの要求に応答して、オブジェクトファイルを送信する。   Then, the object file request unit 260 requests the Web server 100 to transmit only the object file that is determined not to have a cache hit by the cache determination unit 250 using the acquisition destination described in the HTML file. For example, the object file request unit 260 includes an object file “./css/2011/import_lib.jis” corresponding to “Etag115” and an object file “./css/2011/import_common4.css” corresponding to “Etag145”. Is requested to the Web server 100. Then, the object file response unit 140 of the Web server 100 transmits the object file in response to the request from the object file request unit 260.

なお、オブジェクトファイルリクエスト部260は、Webサーバ100から新たに受信したオブジェクトファイルをキャッシュ210に格納するとともに、キャッシュ210に格納したオブジェクトファイルに対応するキャッシュ制御情報を、キャッシュ制御情報記憶部220に格納する。例えば、オブジェクトファイルリクエスト部260は、「Etag115」及び「Etag145」をキャッシュ制御情報記憶部220に格納すればよい。   The object file request unit 260 stores the object file newly received from the Web server 100 in the cache 210 and stores the cache control information corresponding to the object file stored in the cache 210 in the cache control information storage unit 220. To do. For example, the object file request unit 260 may store “Etag115” and “Etag145” in the cache control information storage unit 220.

このように、上述した実施形態によれば、最新のオブジェクトファイルであるか否かをWebクライアント200側で一括して判定し、必要なオブジェクトファイルのみWebサーバ100側に要求する。すると、大量かつ個別に発生していた問い合わせは大幅に削減されることになり、Webページの転送時間を短縮することが可能になる。すなわち、上述した実施形態によれば、最上位のオブジェクトであるHTMLファイルにキャッシュ制御情報を埋め込み、Webクライアント200が、ネットワークを介さずにローカルでキャッシュ判定を行うので、Webページの転送時間を短縮することが可能になる。   As described above, according to the above-described embodiment, whether or not the object file is the latest object file is collectively determined on the Web client 200 side, and only the necessary object file is requested to the Web server 100 side. As a result, inquiries that have been generated in large quantities and individually are greatly reduced, and it is possible to shorten the transfer time of the Web page. In other words, according to the above-described embodiment, cache control information is embedded in the HTML file that is the highest-level object, and the Web client 200 performs cache determination locally without going through the network, thereby reducing the transfer time of the Web page. It becomes possible to do.

例えば、あるWebページ(例えば、http://www.ntt.co.jp/index.htmlのURLで示されるWebページ)をリロードする場合を検討する。例えば、従来のWebシステムにおいては、WebクライアントがWebサーバに約86回の問い合わせを行い、Webページの転送時間は約9.804秒、データの転送量は約15KBであったとする。従来のWebシステムによれば、例えば更新されたオブジェクトファイルが2つであったとしても、2回目のダウンロード時にも、理論上、Webクライアントは再びWebサーバに約86回の問い合わせを行うので、Webページの転送時間やデータの転送量は1回目とあまり変わらないことになる。これに対し、上述した実施形態によれば、2回目のダウンロード時、理論上、Webクライアントは、2つのオブジェクトファイルを取得するために2回のリクエストを行えば済むことになり、理論上、その転送時間は1.7秒程度、データの転送量は0.5KB程度になると考えられる。また、例えば、Webクライアントが、複数のオブジェクトファイルを取得するためのリクエストを1回で行う場合には、1回のリクエストを行えば済むことになり、理論上、その転送時間は1.3秒程度、データの転送量は0.2KB程度になると考えられる。   For example, consider the case of reloading a certain Web page (for example, a Web page indicated by the URL of http://www.ntt.co.jp/index.html). For example, in the conventional Web system, it is assumed that the Web client makes an inquiry about 86 times to the Web server, the transfer time of the Web page is approximately 9.804 seconds, and the data transfer amount is approximately 15 KB. According to the conventional Web system, for example, even if there are two updated object files, the Web client theoretically asks the Web server about 86 times again at the time of the second download. The page transfer time and the data transfer amount are not much different from the first time. On the other hand, according to the above-described embodiment, at the time of the second download, theoretically, the Web client needs to make two requests in order to acquire two object files. It is considered that the transfer time is about 1.7 seconds and the data transfer amount is about 0.5 KB. For example, when a Web client makes a request for acquiring a plurality of object files at a time, it is sufficient to make a single request, and the transfer time is theoretically 1.3 seconds. The amount of data transfer is considered to be about 0.2 KB.

そうであるとすると、上述した実施形態を適用した場合、Webサーバに対するリクエストは97〜98%の削減率、転送時間は82〜87%の削減率、データの転送量は96〜98%の削減率になる。   If so, when the above-described embodiment is applied, the request to the Web server is reduced by 97 to 98%, the transfer time is reduced by 82 to 87%, and the data transfer amount is reduced by 96 to 98%. Become a rate.

(他の実施形態)
なお、上述したWebシステム10は、上述した実施形態以外にも種々の異なる形態にて実施されてよい。
(Other embodiments)
Note that the Web system 10 described above may be implemented in various different forms other than the above-described embodiment.

例えば、上述したWebシステム10においては、キャッシュ制御情報として、オブジェクトファイルが更新される毎に割り当てられる乱数情報(例えばEtagのような情報)を利用する手法を説明したが、実施形態はこれに限られるものではない。例えば、キャッシュ制御情報として、オブジェクトファイルの更新時刻を示す更新情報(例えばLast−Modifiedのような情報)を利用してもよい。この場合、キャッシュ判定部250は、オブジェクトファイル毎に、HTMLファイルから取り出した更新情報と、キャッシュ制御情報記憶部220に記憶された更新情報とを比較し、両者が一致しない場合(通常、HTMLファイルから取り出した更新情報が示す更新時刻が、キャッシュ制御情報記憶部220に記憶された更新情報が示す更新時刻よりも新しい場合)、キャッシュヒットしないと判定する。   For example, in the Web system 10 described above, a method of using random number information (for example, information such as Etag) assigned every time an object file is updated as cache control information has been described. However, the embodiment is not limited thereto. It is not something that can be done. For example, update information (for example, information such as Last-Modified) indicating the update time of the object file may be used as the cache control information. In this case, for each object file, the cache determination unit 250 compares the update information extracted from the HTML file with the update information stored in the cache control information storage unit 220, and if both do not match (usually an HTML file) When the update time indicated by the update information extracted from the update information is newer than the update time indicated by the update information stored in the cache control information storage unit 220), it is determined that no cache hit occurs.

また、例えば、上述した実施形態に係るWebサーバ100やWebクライアント200が実行する処理を、コンピュータが実行可能な言語で記述したプログラムを作成することもできる。この場合、コンピュータがプログラムを実行することにより、上述した実施形態と同様の効果を得ることができる。更に、かかるプログラムをコンピュータ読み取り可能な記録媒体に記録して、この記録媒体に記録されたプログラムをコンピュータに読み込ませて実行することにより、上述の実施形態と同様の処理を実現してもよい。以下、図1に示したWebサーバ100やWebクライアント200と同様の機能を実現するプログラムを実行するコンピュータの一例を説明する。   Further, for example, it is possible to create a program in which processing executed by the Web server 100 or the Web client 200 according to the above-described embodiment is described in a language that can be executed by a computer. In this case, the same effect as that of the above-described embodiment can be obtained by the computer executing the program. Furthermore, the same processing as that of the above-described embodiment may be realized by recording such a program on a computer-readable recording medium, and reading and executing the program recorded on the recording medium. Hereinafter, an example of a computer that executes a program that realizes the same function as the Web server 100 and the Web client 200 illustrated in FIG. 1 will be described.

図6は、本実施形態に係るWebサーバ100又はWebクライアント200と同様の機能を実現するプログラムを実行するコンピュータを示す図である。図6に示すように、コンピュータは、例えば、メモリと、CPU(Central Processing Unit)と、ハードディスクドライブインタフェースと、ディスクドライブインタフェースと、シリアルポートインタフェースと、ビデオアダプタと、ネットワークインタフェースとを有し、これらの各部はバスによって接続される。   FIG. 6 is a diagram illustrating a computer that executes a program that realizes the same function as the Web server 100 or the Web client 200 according to the present embodiment. As shown in FIG. 6, the computer has, for example, a memory, a CPU (Central Processing Unit), a hard disk drive interface, a disk drive interface, a serial port interface, a video adapter, and a network interface. Are connected by a bus.

メモリは、図6に示すように、ROM(Read Only Memory)及びRAM(Random Access Memory)を含む。ROMは、例えば、BIOS(Basic Input Output System)などのブートプログラムを記憶する。ハードディスクドライブインタフェースは、図6に示すように、ハードディスクドライブに接続される。ディスクドライブインタフェースは、図6に示すように、ディスクドライブに接続される。例えば磁気ディスクや光ディスクなどの着脱可能な記憶媒体が、ディスクドライブに挿入される。シリアルポートインタフェースは、図6に示すように、例えばマウス、キーボードに接続される。ビデオアダプタは、図6に示すように、例えばディスプレイに接続される。   As shown in FIG. 6, the memory includes a ROM (Read Only Memory) and a RAM (Random Access Memory). The ROM stores, for example, a boot program such as BIOS (Basic Input Output System). The hard disk drive interface is connected to the hard disk drive as shown in FIG. The disk drive interface is connected to the disk drive as shown in FIG. For example, a removable storage medium such as a magnetic disk or an optical disk is inserted into the disk drive. The serial port interface is connected to, for example, a mouse and a keyboard as shown in FIG. The video adapter is connected to, for example, a display as shown in FIG.

ここで、図6に示すように、ハードディスクドライブは、例えば、OS(Operating System)、アプリケーションプログラム、プログラムモジュール、プログラムデータを記憶する。すなわち、上述のプログラムは、コンピュータによって実行される指令が記述されたプログラムモジュールとして、例えばハードディスクドライブに記憶される。例えば、HTMLファイル解析部110と同様の処理を実行する処理手順と、キャッシュ制御情報埋め込み部120と同様の処理を実行する処理手順と、HTMLファイルレスポンス部130と同様の処理を実行する処理手順と、オブジェクトファイルレスポンス部140と同様の処理を実行する処理手順とが記述されたプログラムモジュールが、ハードディスクドライブに記憶される。また、例えば、HTMLファイルリクエスト部230と同様の処理を実行する処理手順と、キャッシュ制御情報取り出し部240と同様の処理を実行する処理手順と、キャッシュ判定部250と同様の処理を実行する処理手順と、オブジェクトファイルリクエスト部260と同様の処理を実行する処理手順とが記述されたプログラムモジュールが、ハードディスクドライブに記憶される。   Here, as shown in FIG. 6, the hard disk drive stores, for example, an OS (Operating System), application programs, program modules, and program data. That is, the above-described program is stored in, for example, a hard disk drive as a program module in which a command to be executed by a computer is described. For example, a processing procedure for executing processing similar to that of the HTML file analysis unit 110, a processing procedure for executing processing similar to that of the cache control information embedding unit 120, and a processing procedure of executing processing similar to that of the HTML file response unit 130, A program module describing a processing procedure for executing the same processing as that of the object file response unit 140 is stored in the hard disk drive. Further, for example, a processing procedure for executing processing similar to that of the HTML file request unit 230, a processing procedure for executing processing similar to that of the cache control information extracting unit 240, and a processing procedure of executing processing similar to that of the cache determination unit 250 And a program module in which a processing procedure for executing processing similar to that of the object file request unit 260 is described is stored in the hard disk drive.

また、上述した実施形態で説明したWebサーバ100やWebクライアント200が保持する各種データは、プログラムデータとして、例えばメモリやハードディスクドライブに記憶される。そして、CPUが、メモリやハードディスクドライブに記憶されたプログラムモジュールやプログラムデータを必要に応じてRAMに読み出し、各手順を実行する。   Various data held by the Web server 100 and the Web client 200 described in the above-described embodiment are stored as program data in, for example, a memory or a hard disk drive. Then, the CPU reads program modules and program data stored in the memory and hard disk drive to the RAM as necessary, and executes each procedure.

なお、上述のプログラムに係るプログラムモジュールやプログラムデータは、ハードディスクドライブに記憶される場合に限られず、例えば着脱可能な記憶媒体に記憶され、ディスクドライブなどを介してCPUによって読み出されてもよい。あるいは、上述のプログラムに係るプログラムモジュールやプログラムデータは、ネットワーク(LAN(Local Area Network)、WAN(Wide Area Network)など)を介して接続された他のコンピュータに記憶され、ネットワークインタフェースを介してCPUによって読み出されてもよい。   Note that the program modules and program data related to the above-described program are not limited to being stored in the hard disk drive, but may be stored in, for example, a removable storage medium and read by the CPU via the disk drive or the like. Alternatively, the program module and program data related to the above-described program are stored in another computer connected via a network (LAN (Local Area Network), WAN (Wide Area Network), etc.), and the CPU is connected to the CPU via the network interface. May be read.

100 Webサーバ
110 HTMLファイル解析部
120 キャッシュ制御情報埋め込み部
130 HTMLファイルレスポンス部
140 オブジェクトファイルレスポンス部
200 Webクライアント
210 キャッシュ
220 キャッシュ制御情報記憶部
230 HTMLファイルリクエスト部
240 キャッシュ制御情報取り出し部
250 キャッシュ判定部
260 オブジェクトファイルリクエスト部
DESCRIPTION OF SYMBOLS 100 Web server 110 HTML file analysis part 120 Cache control information embedding part 130 HTML file response part 140 Object file response part 200 Web client 210 Cache 220 Cache control information storage part 230 HTML file request part 240 Cache control information extraction part 250 Cache judgment part 260 Object file request part

Claims (4)

上位ファイルと、該上位ファイルに取得先が記述されたオブジェクトファイルとを含むWebページを送信するサーバと、Webページの送信を要求するクライアントとを備えた制御システムであって、
前記サーバは、
前記オブジェクトファイルを更新毎の版単位で一意に識別する識別情報を前記上位ファイルに埋め込み、前記クライアントに該上位ファイルを送信する送信部を備え、
前記クライアントは、
前記サーバから受信した所定の版のオブジェクトファイルを記憶するキャッシュと、
前記キャッシュに記憶された所定の版のオブジェクトファイルに対応する前記識別情報を記憶する識別情報記憶部と、
前記サーバから前記上位ファイルを受信すると、該上位ファイルから前記識別情報を取り出して、取り出した識別情報と前記識別情報記憶部に記憶された識別情報とを比較し、該上位ファイルから取り出した識別情報によって識別される版のオブジェクトファイルが前記キャッシュに記憶済みであるか否かを判定する判定部と、
前記オブジェクトファイルが前記キャッシュに記憶済みでないと判定された場合に、前記上位ファイルに記述された取得先を用いて、該オブジェクトファイルの送信を前記サーバに要求する要求部と
を備えたことを特徴とする制御システム。
A control system including a server that transmits a Web page including an upper file, an object file in which the acquisition destination is described in the upper file, and a client that requests transmission of the Web page.
The server
An identification information for uniquely identifying the object file for each version for each update is embedded in the upper file, and the transmission unit transmits the upper file to the client.
The client
A cache for storing a predetermined version of the object file received from the server;
An identification information storage unit that stores the identification information corresponding to a predetermined version of the object file stored in the cache;
When the upper file is received from the server, the identification information is extracted from the upper file, the extracted identification information is compared with the identification information stored in the identification information storage unit, and the identification information extracted from the upper file A determination unit for determining whether or not the version of the object file identified by is already stored in the cache;
And a request unit that requests the server to transmit the object file using the acquisition destination described in the upper file when it is determined that the object file is not stored in the cache. And control system.
前記送信部は、乱数情報を前記上位ファイルに埋め込んで前記クライアントに送信し、
前記判定部は、前記上位ファイルから取り出した乱数情報と前記識別情報記憶部に記憶された乱数情報とが一致するか否かを比較して、該上位ファイルから取り出した乱数情報によって識別される版のオブジェクトファイルが前記キャッシュに記憶済みであるか否かを判定することを特徴とする請求項1に記載の制御システム。
The transmission unit embeds random number information in the upper file and transmits it to the client,
The determination unit compares whether or not the random number information extracted from the upper file matches the random number information stored in the identification information storage unit, and is identified by the random number information extracted from the upper file. 2. The control system according to claim 1, wherein it is determined whether or not the object file has been stored in the cache.
前記送信部は、前記オブジェクトファイルの更新時刻を示す更新情報を前記上位ファイルに埋め込んで前記クライアントに送信し、
前記判定部は、前記上位ファイルから取り出した更新情報と前記識別情報記憶部に記憶された更新情報とを比較して、該上位ファイルから取り出した更新情報が示す更新時刻が、前記識別情報記憶部に記憶された更新情報が示す更新時刻よりも新しいか否かを判定することによって、該上位ファイルから取り出した更新情報によって識別される版のオブジェクトファイルが前記キャッシュに記憶済みであるか否かを判定することを特徴とする請求項1に記載の制御システム。
The transmitting unit embeds update information indicating the update time of the object file in the upper file and transmits the embedded information to the client.
The determination unit compares the update information extracted from the high-order file with the update information stored in the identification information storage unit, and the update time indicated by the update information extracted from the high-level file indicates the identification information storage unit Whether or not the version of the object file identified by the update information extracted from the higher-level file has been stored in the cache is determined by determining whether or not the update time indicated by the update information stored in The control system according to claim 1, wherein the determination is performed.
上位ファイルと、該上位ファイルに取得先が記述されたオブジェクトファイルとを含むWebページを送信するサーバと、Webページの送信を要求するクライアントとを備えた制御システムで実行される制御方法であって、
前記サーバが、前記オブジェクトファイルを更新毎の版単位で一意に識別する識別情報を前記上位ファイルに埋め込み、前記クライアントに該上位ファイルを送信する送信工程を含み、
前記クライアントは、前記サーバから受信した所定の版のオブジェクトファイルを記憶するキャッシュと、前記キャッシュに記憶された所定の版のオブジェクトファイルに対応する前記識別情報を記憶する識別情報記憶部とを備え、
前記制御方法は、
前記クライアントが、前記サーバから前記上位ファイルを受信すると、該上位ファイルから前記識別情報を取り出して、取り出した識別情報と前記識別情報記憶部に記憶された識別情報とを比較し、該上位ファイルから取り出した識別情報によって識別される版のオブジェクトファイルが前記キャッシュに記憶済みであるか否かを判定する判定工程と、
前記オブジェクトファイルが前記キャッシュに記憶済みでないと判定された場合に、前記上位ファイルに記述された取得先を用いて、該オブジェクトファイルの送信を前記サーバに要求する要求工程と
を含むことを特徴とする制御方法。
A control method executed by a control system including a server that transmits a Web page including an upper file and an object file in which the acquisition destination is described in the upper file, and a client that requests transmission of the Web page. ,
The server includes a transmitting step of embedding identification information for uniquely identifying the object file on a version basis for each update in the upper file and transmitting the upper file to the client;
The client includes a cache that stores a predetermined version of the object file received from the server, and an identification information storage unit that stores the identification information corresponding to the predetermined version of the object file stored in the cache,
The control method is:
When the client receives the upper file from the server, the client extracts the identification information from the upper file, compares the extracted identification information with the identification information stored in the identification information storage unit, A determination step of determining whether or not the version of the object file identified by the extracted identification information has been stored in the cache;
A request step of requesting the server to send the object file using the acquisition destination described in the higher-level file when it is determined that the object file has not been stored in the cache. Control method to do.
JP2012042473A 2012-02-28 2012-02-28 Control system and control method Pending JP2013178676A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012042473A JP2013178676A (en) 2012-02-28 2012-02-28 Control system and control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012042473A JP2013178676A (en) 2012-02-28 2012-02-28 Control system and control method

Publications (1)

Publication Number Publication Date
JP2013178676A true JP2013178676A (en) 2013-09-09

Family

ID=49270249

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012042473A Pending JP2013178676A (en) 2012-02-28 2012-02-28 Control system and control method

Country Status (1)

Country Link
JP (1) JP2013178676A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108664535A (en) * 2017-04-01 2018-10-16 北京京东尚科信息技术有限公司 Information output method and device

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100161717A1 (en) * 2008-12-22 2010-06-24 Sap Ag Method and software for reducing server requests by a browser

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100161717A1 (en) * 2008-12-22 2010-06-24 Sap Ag Method and software for reducing server requests by a browser

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108664535A (en) * 2017-04-01 2018-10-16 北京京东尚科信息技术有限公司 Information output method and device

Similar Documents

Publication Publication Date Title
US11310333B2 (en) Server-machine-driven hint generation for improved web page loading using client-machine-driven feedback
JP6410280B2 (en) Website access method, apparatus, and website system
US9361345B2 (en) Method and system for automated analysis and transformation of web pages
US8856263B2 (en) Systems and methods thereto for acceleration of web pages access using next page optimization, caching and pre-fetching techniques
US9077681B2 (en) Page loading optimization using page-maintained cache
US9426200B2 (en) Updating dynamic content in cached resources
US8707162B1 (en) Methods and systems for reducing web page transmission bandwidth
US20080114773A1 (en) Apparatus and method for prefetching web page
US9648119B2 (en) Methods and devices for exchanging data
EP2512101B1 (en) Method and system to pre-fetch user-specific HTTP requests for web applications
WO2011050368A1 (en) Configurable and dynamic transformation of web content
US9317620B2 (en) Server device
CN105550338A (en) HTML5 application cache based mobile Web cache optimization method
US20090019151A1 (en) Method for media discovery
US20150067037A1 (en) Communication apparatus and communication method
CN103152367A (en) Cache dynamic maintenance updating method and system
US20150012608A1 (en) Web content prefetch control device, web content prefetch control program, and web content prefetch control method
JP5604016B1 (en) Script caching method and information processing apparatus using the same
CN104615597A (en) Method, device and system for clearing cache file in browser
Iliev et al. Front end optimization methods and their effect
US10719573B2 (en) Systems and methods for retrieving web data
JP2013178676A (en) Control system and control method
US10929499B2 (en) System for loading software modules
JP2005352536A (en) Alternative file acquiring method, system, program, and recording medium
JP2016018552A (en) Script caching method and information processing device utilizing the same

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20140115

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20140825

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20140909

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20150217