JP5418350B2 - Information processing device - Google Patents

Information processing device Download PDF

Info

Publication number
JP5418350B2
JP5418350B2 JP2010068086A JP2010068086A JP5418350B2 JP 5418350 B2 JP5418350 B2 JP 5418350B2 JP 2010068086 A JP2010068086 A JP 2010068086A JP 2010068086 A JP2010068086 A JP 2010068086A JP 5418350 B2 JP5418350 B2 JP 5418350B2
Authority
JP
Japan
Prior art keywords
web page
unit
display
rendering
url
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.)
Expired - Fee Related
Application number
JP2010068086A
Other languages
Japanese (ja)
Other versions
JP2011203806A (en
Inventor
俊之 山上
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.)
Fujitsu Mobile Communications Ltd
Original Assignee
Fujitsu Mobile Communications Ltd
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 Fujitsu Mobile Communications Ltd filed Critical Fujitsu Mobile Communications Ltd
Priority to JP2010068086A priority Critical patent/JP5418350B2/en
Publication of JP2011203806A publication Critical patent/JP2011203806A/en
Application granted granted Critical
Publication of JP5418350B2 publication Critical patent/JP5418350B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • User Interface Of Digital Computer (AREA)
  • Telephone Function (AREA)
  • Telephonic Communication Services (AREA)

Description

本発明は、情報処理装置に関する。   The present invention relates to an information processing apparatus.

近年、携帯電話機などの情報処理装置を用いたウェブページの閲覧が頻繁に行われている。キー操作等でウェブページの表示指示がなされると、そのウェブページのHTMLデータに基づき画像データや文字データの配置等といったレンダリング処理が行われて、ディスプレイに表示される。携帯電話機などの小型端末ではその大きさのために通信速度や処理速度が限られるため、ウェブページに画像データ等が多いほど、レンダリング処理時間がかかってしまう。   In recent years, web pages are frequently browsed using an information processing apparatus such as a mobile phone. When a web page display instruction is given by a key operation or the like, a rendering process such as arrangement of image data and character data is performed based on the HTML data of the web page and displayed on the display. A small terminal such as a mobile phone has a limited communication speed and processing speed due to its size, so that the more image data or the like is on a web page, the longer the rendering processing time is.

特許文献1には、指定されたブックマークに対応するマークアップ言語文書を取得しそのウェブページの表示準備が整うまでの間、当該ウェブページのキャプチャー画像を動的表示する技術が開示されている。   Patent Document 1 discloses a technique for dynamically displaying a captured image of a web page until a markup language document corresponding to a specified bookmark is acquired and display preparation of the web page is completed.

特開2006−139614号公報JP 2006-139614 A

特許文献1の技術は、ウェブページの表示準備が整うまでの間に単にキャプチャー画像を表示するのみであり、新たな情報が提示されるわけではないため、ユーザにとってはレンダリング処理を単に待っていることに変わりはなく、結局無駄な待ち時間となってしまう。   The technique of Patent Document 1 merely displays a captured image until a web page is ready for display, and does not present new information. Therefore, the user simply waits for rendering processing. There is no change, and it will eventually be a wasteful waiting time.

本発明はこのような点を考慮してなされたもので、レンダリング処理中の時間に有益な情報を提示することができる情報処理装置を提供することを目的とする。   The present invention has been made in consideration of such points, and an object thereof is to provide an information processing apparatus capable of presenting useful information at a time during rendering processing.

本発明に係る情報処理装置は、情報を受信する通信手段と、前記通信手段によって受信された情報を表示する表示手段と、前記情報のレンダリングにかかる時間を計測する計時手段と、前記通信手段によって取得された情報の識別情報と前記計時手段によって計測されたレンダリング時間とを関連付けて記憶する記憶手段と、前記通信手段によって情報を受信するとき、その情報の識別情報が前記記憶手段にレンダリング時間と関連付けて記憶されているならば、そのレンダリング時間が所定の閾値を超える場合に、レンダリング処理中に所定の情報を前記表示手段に表示するよう制御する制御手段を有することを特徴とする。   The information processing apparatus according to the present invention includes a communication unit that receives information, a display unit that displays information received by the communication unit, a time measuring unit that measures a time required for rendering the information, and the communication unit. A storage unit that associates and stores the identification information of the acquired information and the rendering time measured by the timing unit, and when the information is received by the communication unit, the identification information of the information is stored in the storage unit as the rendering time. If it is stored in association, it has control means for controlling to display predetermined information on the display means during rendering processing when the rendering time exceeds a predetermined threshold value.

本発明に係る情報処理装置によれば、レンダリング処理中の時間に有益な情報を提示することができる。   According to the information processing apparatus according to the present invention, it is possible to present useful information at the time during the rendering process.

本発明の一実施形態に係る携帯端末の概略構成を示すブロック図。The block diagram which shows schematic structure of the portable terminal which concerns on one Embodiment of this invention. 本発明の一実施形態に係る携帯端末のレンダリング処理中の動作を示すフローチャート。The flowchart which shows the operation | movement in the rendering process of the portable terminal which concerns on one Embodiment of this invention. 本発明の一実施形態に係る携帯端末が関連情報としてURLリストを表示する際の動作を示すフローチャート。The flowchart which shows the operation | movement at the time of the portable terminal which concerns on one Embodiment of this invention displays a URL list as related information. 本発明の一実施形態に係る携帯端末において関連情報としてURLリストを表示する場合の画面遷移の例を示す図。The figure which shows the example of a screen transition in the case of displaying a URL list as related information in the portable terminal which concerns on one Embodiment of this invention.

図1は、本発明の一実施形態に係る携帯端末の概略構成を示すブロック図である。携帯端末1は、制御部10、電源回路部11、表示部12、操作部13、音声制御部14、無線通信部15、記憶部16、情報記憶媒体17、時計部18、レンダリング処理時間記憶部21、関連情報記憶部22がバスによって相互に通信可能に接続されて構成されている。   FIG. 1 is a block diagram showing a schematic configuration of a mobile terminal according to an embodiment of the present invention. The mobile terminal 1 includes a control unit 10, a power supply circuit unit 11, a display unit 12, an operation unit 13, an audio control unit 14, a wireless communication unit 15, a storage unit 16, an information storage medium 17, a clock unit 18, and a rendering processing time storage unit. 21 and a related information storage unit 22 are communicably connected to each other via a bus.

電源回路部11は、電力供給源(バッテリ等)を備え、操作部13の操作キーを介した入力に基づいて携帯端末1の電源のON/OFF状態を切り替え、電源がON状態の場合に電力供給源から各部に対して電力を供給して、携帯端末1を動作可能にする。   The power supply circuit unit 11 includes a power supply source (battery or the like), switches the power supply ON / OFF state of the portable terminal 1 based on an input via the operation key of the operation unit 13, and power when the power supply is in the ON state. Electric power is supplied from the supply source to each unit, and the portable terminal 1 is made operable.

表示部12はディスプレイ等であり、制御部10の制御に基づいて文書データ、画像データ、またはウェブページ等を表示する。また表示部12は、レンダリング処理中に関連情報記憶部22に基づく関連情報を表示する。詳細は後述する。操作部13はタッチパネルや操作キー等の入力装置である。   The display unit 12 is a display or the like, and displays document data, image data, a web page, or the like based on the control of the control unit 10. The display unit 12 displays related information based on the related information storage unit 22 during the rendering process. Details will be described later. The operation unit 13 is an input device such as a touch panel or operation keys.

音声制御部14は、制御部10の制御に基づいて、マイクロフォン142で集音されたアナログ音声信号をデジタル音声信号に変換する。また音声制御部14は、デジタル音声信号を取得すると、制御部10の制御に基づいて、このデジタル音声信号をアナログ音声信号に変換し、スピーカ141から音声として出力する。   The voice control unit 14 converts the analog voice signal collected by the microphone 142 into a digital voice signal based on the control of the control unit 10. Further, when acquiring the digital audio signal, the audio control unit 14 converts the digital audio signal into an analog audio signal based on the control of the control unit 10 and outputs the analog audio signal as audio from the speaker 141.

無線通信部15は、制御部10の制御に基づいて、基地局からアンテナ15aを介して受信した受信信号を処理してデータを復号する。このデータは、制御部10の指示により、音声制御部14に伝送されてスピーカ141から出力されたり、表示部12に伝送されて表示されたり、または記憶部16に記録されたりする。また無線通信部15は、制御部10の制御に基づいて、マイクロフォン142で集音された音声信号や操作部13で入力された文字列や記憶部16に記憶されたデータを取得すると、これらのデータから送信信号を生成し、送信信号を無線周波数の信号にアップコンバートして基地局に対してアンテナ15aを介して送信する。   Based on the control of the control unit 10, the wireless communication unit 15 processes a reception signal received from the base station via the antenna 15 a and decodes data. This data is transmitted to the sound control unit 14 and output from the speaker 141 according to an instruction from the control unit 10, transmitted to the display unit 12, displayed, or recorded in the storage unit 16. Further, when the wireless communication unit 15 acquires the voice signal collected by the microphone 142, the character string input by the operation unit 13 or the data stored in the storage unit 16 based on the control of the control unit 10, A transmission signal is generated from the data, and the transmission signal is up-converted to a radio frequency signal and transmitted to the base station via the antenna 15a.

時計部18は、時刻を計時する。なお、時計部18は、図示しないGPS機能を用いて時刻情報を取得する。あるいは時計部18は基地局から受信する無線信号に含まれる時刻情報を取得する。   The clock unit 18 measures time. The clock unit 18 acquires time information using a GPS function (not shown). Alternatively, the clock unit 18 acquires time information included in a radio signal received from the base station.

記憶部16は、制御部10や無線通信部15などのワーク領域となるもので、RAM(Random Access Memory)などにより実現できる。また記憶部16は、レンダリング処理の開始時刻及び終了時刻を一時的に保存する。また記憶部16は、あらかじめ設定されたレンダリング処理時間の閾値tを格納する。   The storage unit 16 serves as a work area for the control unit 10 and the wireless communication unit 15 and can be realized by a RAM (Random Access Memory) or the like. The storage unit 16 temporarily stores the start time and end time of the rendering process. The storage unit 16 stores a preset rendering processing time threshold t.

情報記憶媒体17(コンピュータにより読み取り可能な媒体)は、プログラムやデータなどを格納するものであり、ハードディスク、或いはメモリ(Flash Memory、ROM:Read Only Memory)などにより実現できる。情報記憶媒体17には、本実施形態の各部としてコンピュータを機能させるためのプログラム(各部の処理をコンピュータに実行させるためのプログラム)、複数のアプリケーション等が記憶される。   The information storage medium 17 (a computer readable medium) stores programs, data, and the like, and can be realized by a hard disk, a memory (Flash Memory, ROM: Read Only Memory), or the like. The information storage medium 17 stores a program for causing a computer to function as each unit of the present embodiment (a program for causing a computer to execute processing of each unit), a plurality of applications, and the like.

制御部10は、携帯端末1の総括的な制御を行うとともに、その他の様々な演算処理や制御処理などを行う演算装置である。制御部10の機能は各種プロセッサ(CPU、DSP等)、ASIC(ゲートアレイ等)などのハードウェアや、プログラムにより実現できる。制御部10は、情報記憶媒体17に格納されるプログラム(データ)に基づいて本実施形態の種々の処理を行う。また制御部10は、レンダリング処理部101、処理時間取得部102、関連情報設定部103を有する。   The control unit 10 is an arithmetic device that performs overall control of the mobile terminal 1 and performs various other arithmetic processing and control processing. The function of the control unit 10 can be realized by hardware such as various processors (CPU, DSP, etc.), ASIC (gate array, etc.), and programs. The control unit 10 performs various processes of the present embodiment based on a program (data) stored in the information storage medium 17. The control unit 10 includes a rendering processing unit 101, a processing time acquisition unit 102, and a related information setting unit 103.

レンダリング処理部101は、表示部12にウェブページを表示する際、HTMLデータに基づき各種データの配置等といったレンダリング処理を行う。処理時間取得部102は、記憶部16に記憶されたレンダリング処理の開示時刻及び終了時刻を取得し、レンダリング処理時間を計算する。また処理時間取得部102は、レンダリング処理時間記憶部21に格納されたレンダリング処理時間、および記憶部16に格納されたレンダリング処理時間の閾値tを取得する。関連情報設定部103は、レンダリング処理中に表示部12に表示する関連情報を、関連情報記憶部22に基づいて設定する。   When displaying a web page on the display unit 12, the rendering processing unit 101 performs rendering processing such as arrangement of various data based on HTML data. The processing time acquisition unit 102 acquires the rendering processing disclosure time and end time stored in the storage unit 16 and calculates the rendering processing time. The processing time acquisition unit 102 acquires the rendering processing time stored in the rendering processing time storage unit 21 and the threshold t for the rendering processing time stored in the storage unit 16. The related information setting unit 103 sets related information to be displayed on the display unit 12 during the rendering process based on the related information storage unit 22.

レンダリング処理時間記憶部21は、ウェブページのURLと、そのウェブページが表示部12に表示される際のレンダリング処理時間とを対応づけて格納する。   The rendering processing time storage unit 21 stores the URL of the web page and the rendering processing time when the web page is displayed on the display unit 12 in association with each other.

関連情報記憶部22は、制御部10内の関連情報設定部103で設定可能な関連情報であり、レンダリング処理中に表示部12で表示される関連情報を格納する。例えば、関連情報の表示内容として「URLリスト」または「通知コメント」のいずれかを設定可能である。関連情報として「URLリスト」を表示するよう設定した場合、レンダリング処理前に表示部12に表示されたウェブページ内から抽出したキーワードを用いてウェブページの検索を行った結果が、表示部12に表示される。このように関連情報を関連情報記憶部22に記憶させるために、制御部10は、無線通信部15を介して新たなウェブページを取得したことを検出すると、取得したウェブページからキーワードを抽出する。制御部10は、ウェブページの中の本文領域を特定し、キーワード抽出のための辞書を参照して形態素解析する。得られた形態素の中で、辞書に登録されている形態素や名詞・固有名詞と判断される形態素などをキーワードとする。そして、無線通信部15を介して得られたキーワードを外部の検索サーバへ送信し、キーワードを用いたウェブページの検索結果(URLリスト)を受信する。   The related information storage unit 22 is related information that can be set by the related information setting unit 103 in the control unit 10, and stores related information displayed on the display unit 12 during the rendering process. For example, “URL list” or “notification comment” can be set as the display content of the related information. When the “URL list” is set to be displayed as the related information, the result of searching the web page using the keyword extracted from the web page displayed on the display unit 12 before the rendering process is displayed on the display unit 12. Is displayed. In order to store the related information in the related information storage unit 22 in this manner, when the control unit 10 detects that a new web page has been acquired via the wireless communication unit 15, the control unit 10 extracts a keyword from the acquired web page. . The control unit 10 specifies a body area in the web page and performs morphological analysis with reference to a dictionary for keyword extraction. Among the obtained morphemes, morphemes registered in the dictionary, morphemes determined to be nouns / proper nouns, and the like are used as keywords. And the keyword obtained via the wireless communication part 15 is transmitted to an external search server, and the search result (URL list) of the web page using the keyword is received.

また、関連情報として通知コメントを表示するよう設定した場合、制御部10は、携帯端末1のアプリケーションの更新や回線の切断等といった、システムの変更等を通知するコメントを、レンダリング処理中に関連情報として表示部12に表示するよう動作する。   In addition, when the notification comment is set to be displayed as related information, the control unit 10 displays a comment for notifying a change in the system such as an application update of the mobile terminal 1 or a line disconnection during the rendering process. As shown in FIG.

<レンダリング処理中の動作>
次に、上記構成の携帯端末1のレンダリング処理中の動作について、図2を参照して説明する。ここでは、表示部12にウェブページAを表示することとする。なお、制御部10内の関連情報設定部103は、操作部13からの操作に基づき、あらかじめレンダリング処理中に表示する関連情報を設定している。
<Operation during rendering processing>
Next, an operation during the rendering process of the mobile terminal 1 having the above configuration will be described with reference to FIG. Here, the web page A is displayed on the display unit 12. The related information setting unit 103 in the control unit 10 sets related information to be displayed during the rendering process in advance based on an operation from the operation unit 13.

制御部10は、操作部13からの入力に基づき、表示部12へウェブページAの表示指示を行う(ステップS101)。次に制御部10は、ウェブページAのURLがレンダリング処理時間記憶部21に格納されているか否か確認する(ステップS103)。   Based on the input from the operation unit 13, the control unit 10 instructs the display unit 12 to display the web page A (step S101). Next, the control unit 10 checks whether or not the URL of the web page A is stored in the rendering processing time storage unit 21 (step S103).

ウェブページAのURLがレンダリング処理時間記憶部21に格納されていない場合(ステップS103で「No」)、当然レンダリング処理時間も格納されていないので、ウェブページAはこの携帯端末1で初めて表示されるか、以前に表示されたが履歴として残っていないページということになる。制御部10のレンダリング処理部101はウェブページAのレンダリング処理を開始し、時計部18は開始時刻を記憶部16に格納する(ステップS113)。ウェブページAの表示が完了したら(ステップS115で「Yes」)、時計部18は終了時刻を記憶部16に格納する(ステップS117)。次に処理時間取得部102は、ステップS113およびステップS117で記憶部16に格納した、レンダリング処理開始時刻と終了時刻を取得し、差分を取ってレンダリング処理時間を算出する(ステップS119)。次に制御部10は、ウェブページAのURLと、ステップS119で算出した対応するレンダリング処理時間とをレンダリング処理時間記憶部21に格納する(ステップS121)。   When the URL of the web page A is not stored in the rendering processing time storage unit 21 (“No” in step S103), the rendering processing time is naturally not stored, so the web page A is displayed for the first time on the portable terminal 1. Or it is a page that has been displayed before but has not remained in the history. The rendering processing unit 101 of the control unit 10 starts the rendering process of the web page A, and the clock unit 18 stores the start time in the storage unit 16 (step S113). When the display of the web page A is completed (“Yes” in step S115), the clock unit 18 stores the end time in the storage unit 16 (step S117). Next, the processing time acquisition unit 102 acquires the rendering processing start time and end time stored in the storage unit 16 in steps S113 and S117, and calculates the rendering processing time by taking the difference (step S119). Next, the control unit 10 stores the URL of the web page A and the corresponding rendering processing time calculated in step S119 in the rendering processing time storage unit 21 (step S121).

ステップS101でウェブページAの表示が指示されたときに、ウェブページAのURLがレンダリング処理時間記憶部21に格納されている場合(ステップS103で「Yes」)、処理時間取得部102は、レンダリング処理時間記憶部21を参照し、ウェブページAのレンダリング処理時間を取得する(ステップS105)。次に制御部10は、レンダリング処理時間の閾値tを記憶部16から取得する(ステップS107)。   When the display of the web page A is instructed in step S101, if the URL of the web page A is stored in the rendering processing time storage unit 21 (“Yes” in step S103), the processing time acquisition unit 102 renders With reference to the processing time storage unit 21, the rendering processing time of the web page A is acquired (step S105). Next, the control unit 10 acquires a threshold t for rendering processing time from the storage unit 16 (step S107).

ステップS105で取得したレンダリング処理時間の値が閾値tより大きい場合(ステップS109で「Yes」)、制御部10は関連情報設定部103があらかじめ設定した関連情報を表示部12に表示する(ステップS111)。ウェブページAの表示が完了したら(ステップS112で「Yes」)、処理を終了する。一方、レンダリング処理時間が閾値tより小さい場合は(ステップS109で「No」)、関連情報を表示することなく、ウェブページAを表示し(ステップS110)、ウェブページAの表示が完了したら(ステップS110で「Yes」)、処理を終了する。   When the value of the rendering processing time acquired in step S105 is larger than the threshold value t (“Yes” in step S109), the control unit 10 displays related information preset by the related information setting unit 103 on the display unit 12 (step S111). ). When the display of the web page A is completed (“Yes” in step S112), the process ends. On the other hand, when the rendering processing time is smaller than the threshold t (“No” in step S109), the web page A is displayed without displaying the related information (step S110), and the display of the web page A is completed (step S110). In S110, “Yes”), the process ends.

<URLリストを表示する動作の詳細>
レンダリング処理中に関連情報としてURLリストを表示部12に表示する際の動作の詳細について、図3を参照して説明する。なお、ウェブページAのレンダリング処理時間は閾値tより長いものとする。
<Details of operation to display URL list>
The details of the operation when displaying the URL list as the related information on the display unit 12 during the rendering process will be described with reference to FIG. Note that the rendering processing time of the web page A is longer than the threshold value t.

制御部10は、操作部13からの入力に基づき、表示部12にウェブページAを表示させ(ステップS201)、前述した図2のステップS113〜S121までの処理を行ってレンダリング処理時間を算出し、ウェブページAのURLと共にレンダリング処理時間記憶部21に格納する。次に操作部13からの入力に基づき、制御部10は表示部12にウェブページBを表示させ(ステップS203)、同様にレンダリング処理時間の算出を行う。このとき、制御部10はウェブページB内のテキストから、あらかじめ設定されたキーワード固有の重要度に基づき複数のキーワードを抽出し、抽出した各キーワードを検索サーバ(図示しない)へ送信し、検索サーバにて各キーワードを用いて検索された結果を取得する(ステップS205)。キーワード固有の重要度は、例えば話題になっている出来事や流行している事象、または携帯端末内に格納している辞書、または過去のウェブサイト閲覧履歴等のデータに基づいており、携帯端末1内の所定のアルゴリズムを動作させることで決定される。   Based on the input from the operation unit 13, the control unit 10 displays the web page A on the display unit 12 (step S201), and performs the processing from step S113 to S121 in FIG. 2 described above to calculate the rendering processing time. And the URL of the web page A are stored in the rendering processing time storage unit 21. Next, based on the input from the operation unit 13, the control unit 10 displays the web page B on the display unit 12 (step S203), and similarly calculates the rendering processing time. At this time, the control unit 10 extracts a plurality of keywords from the text in the web page B based on the keyword-specific importance set in advance, and transmits the extracted keywords to a search server (not shown). The result of search using each keyword is acquired (step S205). The keyword-specific importance is based on, for example, a topical event or a trendy event, a dictionary stored in the mobile terminal, or data such as past website browsing history. It is determined by operating a predetermined algorithm.

次に制御部10は、ステップS205でキーワード検索を行って取得した、ウェブページBに関連する複数のURLリストから、所定の優先度に従ってあらかじめ設定された数のURLリストを抽出し関連情報記憶部22に格納する(ステップS206)。URLの優先度も、携帯端末1内の所定のアルゴリズムを動作させることで決定される。例えば、ウェブサイトBで出現数の多いキーワードが多く出現しているURL、または話題になっている事象のキーワードが多く出現しているURLは優先度を高くするよう設定される。   Next, the control unit 10 extracts a number of URL lists set in advance according to a predetermined priority from the plurality of URL lists related to the web page B acquired by performing the keyword search in step S205, and the related information storage unit 22 (step S206). The priority of the URL is also determined by operating a predetermined algorithm in the mobile terminal 1. For example, a URL where a large number of keywords appearing frequently on the website B, or a URL where a large number of keywords related to the topic appear, is set to have a higher priority.

次に制御部10は、操作部13からの入力に基づき、ステップS201で表示したウェブページAの再表示を指示する(ステップS207)。前述したように、ウェブページAのレンダリング処理時間は閾値tより長いので、制御部10はステップS206で関連情報記憶部22に格納したURLリストを、関連情報として表示部12に表示する(ステップS209)。ウェブページAの表示が完了したら(ステップS211で「Yes」)、処理を終了する。よってユーザは、ウェブページBからウェブページAへ画面遷移するレンダリング処理中に、ウェブページBの関連情報としてのURLリストを視認することができる。   Next, the control unit 10 instructs redisplay of the web page A displayed in step S201 based on the input from the operation unit 13 (step S207). As described above, since the rendering processing time of the web page A is longer than the threshold value t, the control unit 10 displays the URL list stored in the related information storage unit 22 in step S206 on the display unit 12 as related information (step S209). ). When the display of the web page A is completed (“Yes” in step S211), the process ends. Therefore, the user can visually recognize the URL list as the related information of the web page B during the rendering process in which the screen transition from the web page B to the web page A is performed.

なお、レンダリング処理中に関連情報として表示されたURLリストの1つを選択すると、選択したURLに対応するウェブページを表示する構成にしてもよい。   Note that when one of the URL lists displayed as related information during the rendering process is selected, a web page corresponding to the selected URL may be displayed.

<関連情報の表示例>
図4に、レンダリング処理中の関連情報を表示する画面表示例を示す。ここでは、図3で説明したURLリストを関連情報として表示する例を示す。図4(A)に示すウェブページBから図4(D)に示すウェブページAへ画面遷移する際、あらかじめウェブページBから複数のキーワードを抽出して検索を行い、取得した複数のURLのうち優先度に従って抽出した、図4(C)のようなURLリスト画面をレンダリング処理中に表示する。このとき、図4(C)に示すURLリストの1つを選択すると、ウェブページAのレンダリングを中止し、選択したURLに対応するウェブページを表示してもよい。また、図4(C)のようなURLリスト画面は、レンダリング処理時間記憶部21に記憶されたウェブページAのレンダリング時間が経過する前に非表示としても良い。これによって、ユーザがウェブページAを確認することを妨げない。
<Display example of related information>
FIG. 4 shows a screen display example for displaying related information during the rendering process. Here, an example in which the URL list described in FIG. 3 is displayed as related information is shown. When the screen transition from the web page B shown in FIG. 4 (A) to the web page A shown in FIG. 4 (D), a plurality of keywords are extracted from the web page B in advance and a search is performed. The URL list screen as shown in FIG. 4C extracted according to the priority is displayed during the rendering process. At this time, if one of the URL lists shown in FIG. 4C is selected, rendering of the web page A may be stopped, and the web page corresponding to the selected URL may be displayed. Further, the URL list screen as shown in FIG. 4C may be hidden before the rendering time of the web page A stored in the rendering processing time storage unit 21 elapses. This does not prevent the user from confirming the web page A.

なお、レンダリング処理中にウェブページBから抽出した複数のキーワードを図4(B)のように表示し、続いて図4(C)のようにURLリストを表示してもよい。また、レンダリング処理中にウェブページBから抽出したキーワードを図4(B)のように表示し、操作部13によって図4(B)に示す複数のキーワードのうち1つを選択するユーザ操作を検出すると、選択したキーワードの検索を行って、選択したキーワードによる検索結果をURLリストとして表示しても良い。ユーザがキーワードを選択した場合には、そのユーザは当該キーワードを用いた検索結果に興味を持っている可能性が高いため、ウェブページAのレンダリングが完了した場合であっても、ユーザによって選択されたキーワードに基づく検索結果の表示を継続しても良い。   Note that a plurality of keywords extracted from the web page B during the rendering process may be displayed as shown in FIG. 4B, and then a URL list may be displayed as shown in FIG. Further, the keywords extracted from the web page B during the rendering process are displayed as shown in FIG. 4B, and a user operation for selecting one of a plurality of keywords shown in FIG. Then, the selected keyword may be searched, and the search result by the selected keyword may be displayed as a URL list. When the user selects a keyword, the user is likely to be interested in the search result using the keyword, and therefore, even when the rendering of the web page A is completed, the user selects it. The display of search results based on the keyword may be continued.

以上説明したように本発明は、ウェブページを表示するレンダリング処理時間を算出し、再度そのウェブページを表示する際に、レンダリング処理時間が所定の閾値tを超えている場合、レンダリング処理中に関連情報を表示する。これにより、レンダリング処理中の待ち時間を使用して、ユーザにとって有益な情報を提供することができる。また、レンダリング処理中の時間に関連情報を表示することで、ユーザの所望するタイミングに関連情報を提示することができる。   As described above, the present invention calculates a rendering processing time for displaying a web page, and when displaying the web page again, if the rendering processing time exceeds a predetermined threshold value t, Display information. Thus, information useful to the user can be provided using the waiting time during the rendering process. Further, by displaying the related information at the time during the rendering process, the related information can be presented at the timing desired by the user.

なお、レンダリング処理中に表示される関連情報は、ウェブページAの表示完了とともに消去する構成にしても良いし、ウェブページAの表示完了後も、関連情報がウェブページAにオーバーレイ表示されたり、ウェブページAの画面の隅等で表示されたりする構成にしても良い。あるいは、ウェブページAの表示完了後も関連情報が表示され、所定時間内に操作が無かったら消去する構成にしても良い。   The related information displayed during the rendering process may be deleted when the display of the web page A is completed, or after the display of the web page A is completed, the related information may be displayed as an overlay on the web page A. The web page A may be displayed at the corner of the screen or the like. Alternatively, the related information may be displayed even after the display of the web page A is completed, and may be deleted if there is no operation within a predetermined time.

以上、本発明の実施形態について図面を参照して詳述してきたが、具体的な構成はこの実施形態に限られるものではなく、本発明の要旨を逸脱しない範囲の設計変更等も含まれる。   As mentioned above, although embodiment of this invention was explained in full detail with reference to drawings, the specific structure is not restricted to this embodiment, The design change etc. of the range which does not deviate from the summary of this invention are included.

また、上記実施形態における携帯電話機の代わりに、無線通信機能を備えた携帯型パーソナル・コンピュータ又はPDA(Personal Digital Assistance)、携帯音楽プレイヤー、携帯ビデオカメラ、携帯ゲーム機等に本発明を適用してもよい。   Further, the present invention is applied to a portable personal computer or PDA (Personal Digital Assistance) having a wireless communication function, a portable music player, a portable video camera, a portable game machine, etc., instead of the cellular phone in the above embodiment. Also good.

1…携帯端末、10…制御部、11…電源回路部、12…表示部、13…操作部、14…音声制御部、15…無線通信部、15a…アンテナ、16…記憶部、17…情報記憶媒体、18…時計部、21…レンダリング処理時間記憶部、22…関連情報記憶部、101…レンダリング処理部、102…処理時間取得部、103…関連情報設定部。   DESCRIPTION OF SYMBOLS 1 ... Portable terminal, 10 ... Control part, 11 ... Power supply circuit part, 12 ... Display part, 13 ... Operation part, 14 ... Audio | voice control part, 15 ... Wireless communication part, 15a ... Antenna, 16 ... Memory | storage part, 17 ... Information Storage medium 18 ... Clock unit 21 ... Rendering processing time storage unit 22 ... Related information storage unit 101 ... Rendering processing unit 102 ... Processing time acquisition unit 103 ... Related information setting unit

Claims (4)

ウェブページのデータを取得する通信手段と、
前記通信手段によって取得されたウェブページを表示する表示手段と、
前記ウェブページのレンダリングにかかる時間を計測する計時手段と、
前記通信手段によって取得されたウェブページのURLと前記計時手段によって計測されたレンダリング時間とを関連付けて記憶する記憶手段と、
前記表示手段によって第1のウェブページを表示中に、前記通信手段によって第2のウェブページのデータを取得するとき、前記第2のウェブページのURLが前記記憶手段にレンダリング時間と関連付けて記憶されているならば、前記レンダリング時間が所定の閾値を超える場合に、前記第1のウェブページからキーワードを抽出し、該キーワードを用いてキーワード検索して該キーワードに関連した複数のウェブページのURLを取得し、前記第2のウェブページのレンダリング処理中に前記複数のウェブページのURLを前記表示手段に表示するよう制御する制御手段を有し、
前記制御手段は、前記表示手段に表示された前記複数のウェブページのURLのうち、1のURLが選択されると、選択されたURLに対応するウェブページのデータを取得し、前記表示手段に表示することを特徴とする情報処理装置。
A communication means for acquiring web page data;
Display means for displaying the web page acquired by the communication means;
Timing means for measuring the time taken to render the web page;
Storage means for storing the URL of the web page acquired by the communication means and the rendering time measured by the timing means in association with each other;
While displaying the first web page by the display means, when acquiring data of the second web page by said communication means, URL of the second web page is stored in association with the rendering time in the storage means If the rendering time exceeds a predetermined threshold, a keyword is extracted from the first web page, a keyword search is performed using the keyword, and URLs of a plurality of web pages related to the keyword are extracted. Gets the URL of the plurality of web pages have a control means for controlling so as to be displayed on said display means during the rendering process of the second web page,
When one URL is selected from among the URLs of the plurality of web pages displayed on the display unit, the control unit acquires data of the web page corresponding to the selected URL, and stores the data on the display unit. An information processing apparatus characterized by displaying .
ウェブページのデータを取得する通信手段と、
前記通信手段によって取得されたウェブページを表示する表示手段と、
前記ウェブページのレンダリングにかかる時間を計時する計時手段と、
前記通信手段によって取得されたウェブページの識別情報と前記計時手段で計測されたレンダリング時間とを関連付けて記憶する記憶手段と、
前記表示手段によって第1のウェブページを表示中に、前記通信手段によって第2のウェブページのデータを受信するとき、前記第2のウェブページの識別情報が前記記憶手段にレンダリング時間と関連付けて記憶されているならば、そのレンダリング時間が所定の閾値を超える場合に、前記第1のウェブページから複数のキーワードを抽出し、前記第2のウェブページのレンダリング処理中に前記複数のキーワードを前記表示手段に表示するよう制御する制御手段と、
前記制御手段は、前記表示手段に表示された複数のキーワードのうち、1のキーワードが選択されると、選択されたキーワードを用いてキーワード検索して該キーワードに関連したウェブページのURLを取得し、前記表示手段に表示することを特徴とする情報処理装置。
A communication means for acquiring web page data;
Display means for displaying the web page acquired by the communication means;
Clocking means for timing the time taken to render the web page;
Storage means for associating and storing the identification information of the web page acquired by the communication means and the rendering time measured by the timing means;
When the second web page data is received by the communication unit while the first web page is being displayed by the display unit, the identification information of the second web page is stored in the storage unit in association with the rendering time. If is, if the rendering time exceeds a predetermined threshold value, to extract a plurality of keywords from the first web page, the display of the plurality of keywords during the rendering process of the second web page Control means for controlling to display on the means ;
When one keyword is selected from the plurality of keywords displayed on the display unit, the control unit searches for a keyword using the selected keyword and acquires a URL of a web page related to the keyword. An information processing apparatus displaying on the display means .
前記複数のウェブページのURLは、ンダリング処理時間経過前に非表示にすることを特徴とする請求項に記載の情報処理装置。 Wherein the plurality of URL of the web page, the information processing apparatus according to claim 1, characterized in that to hide before the elapse rendering processing time. 前記複数のキーワードは、レンダリング処理後表示される前記ウェブページに重畳表示することを特徴とする請求項1又は2記載の情報処理装置。 Wherein the plurality of keywords, the information processing apparatus according to claim 1 or 2, characterized in that superimposed on the web page displayed after the rendering process.
JP2010068086A 2010-03-24 2010-03-24 Information processing device Expired - Fee Related JP5418350B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010068086A JP5418350B2 (en) 2010-03-24 2010-03-24 Information processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010068086A JP5418350B2 (en) 2010-03-24 2010-03-24 Information processing device

Publications (2)

Publication Number Publication Date
JP2011203806A JP2011203806A (en) 2011-10-13
JP5418350B2 true JP5418350B2 (en) 2014-02-19

Family

ID=44880426

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010068086A Expired - Fee Related JP5418350B2 (en) 2010-03-24 2010-03-24 Information processing device

Country Status (1)

Country Link
JP (1) JP5418350B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108810554A (en) * 2018-06-15 2018-11-13 腾讯科技(深圳)有限公司 Scene image transmission method, computer equipment and the storage medium of virtual scene

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8644623B2 (en) * 2011-11-16 2014-02-04 Microsoft Corporation Measuring web page rendering time
JP6255966B2 (en) * 2013-12-13 2018-01-10 コニカミノルタ株式会社 Operation screen display system, server, client, operation screen display method, and computer program
KR102328060B1 (en) * 2020-10-13 2021-11-17 주식회사 한글과컴퓨터 Electronic device to predict load times for structured documents and operating method thereof

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005346626A (en) * 2004-06-07 2005-12-15 Nippon Telegr & Teleph Corp <Ntt> Method, device and program for provisionally displaying another content in download waiting time for content
JP4547236B2 (en) * 2004-11-12 2010-09-22 株式会社Access Web browser and display device

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108810554A (en) * 2018-06-15 2018-11-13 腾讯科技(深圳)有限公司 Scene image transmission method, computer equipment and the storage medium of virtual scene
CN108810554B (en) * 2018-06-15 2021-06-22 腾讯科技(深圳)有限公司 Scene image transmission method of virtual scene, computer device and storage medium
US11831566B2 (en) 2018-06-15 2023-11-28 Tencent Technology (Shenzhen) Company Limited Method and apparatus for transmitting scene image of virtual scene, computer device, and computer-readable storage medium

Also Published As

Publication number Publication date
JP2011203806A (en) 2011-10-13

Similar Documents

Publication Publication Date Title
JP6974152B2 (en) Information processing equipment and information processing method
JP5077210B2 (en) Portable information processing device
JP4270404B2 (en) Portable terminal device, display control device, display control method, and display control program
US20150262583A1 (en) Information terminal and voice operation method
WO2013163857A1 (en) Mobile terminal with location and navigation functions and method for quick location and navigation
CN105740263B (en) Page display method and device
JP2008129687A (en) Special character input support device and electronic equipment with the same
CN110989847B (en) Information recommendation method, device, terminal equipment and storage medium
CN104424278B (en) A kind of method and device obtaining hot spot information
JP5418350B2 (en) Information processing device
WO2015000429A1 (en) Intelligent word selection method and device
RU2612598C2 (en) Method, equipment and terminal symbol selection device
CN109165292A (en) Data processing method, device and mobile terminal
WO2017181663A1 (en) Method and device for matching image to search information
WO2015000430A1 (en) Intelligent word selection method and device
CN111580815B (en) Page element editing method and related equipment
CN107436948B (en) File searching method and device and terminal
JP2011123740A (en) Browsing system, server, text extracting method and program
CN108427761B (en) News event processing method, terminal, server and storage medium
CN104750730B (en) Browser display method and device
CN106844572B (en) Search result processing method and device for search result processing
JP5044707B1 (en) Information processing system, information processing apparatus, and program
CN109032465B (en) Data processing method and device and mobile terminal
WO2013029239A1 (en) Dictionary database update device, input system, input method, and terminal
JP2012027850A (en) Information processing device, information processing system, information processing method and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20121128

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20130709

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20130813

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130930

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20131022

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20131104

LAPS Cancellation because of no payment of annual fees