CN104572777A - Webpage loading method and device based on UIWebView component - Google Patents

Webpage loading method and device based on UIWebView component Download PDF

Info

Publication number
CN104572777A
CN104572777A CN201310516807.6A CN201310516807A CN104572777A CN 104572777 A CN104572777 A CN 104572777A CN 201310516807 A CN201310516807 A CN 201310516807A CN 104572777 A CN104572777 A CN 104572777A
Authority
CN
China
Prior art keywords
uiwebview
web page
access requests
assembly
webpage
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201310516807.6A
Other languages
Chinese (zh)
Other versions
CN104572777B (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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen Co 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201310516807.6A priority Critical patent/CN104572777B/en
Priority to PCT/CN2014/088716 priority patent/WO2015062416A1/en
Publication of CN104572777A publication Critical patent/CN104572777A/en
Application granted granted Critical
Publication of CN104572777B publication Critical patent/CN104572777B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention provides a webpage loading method based on a UIWebView component. The method comprises the following steps of acquiring a skip instruction of the UIWebView component, and extracting a webpage address corresponding to the skip instruction; generating a webpage access request through the UIWebView component according to the webpage address; intercepting and capturing the webpage access request, finding a webpage resource corresponding to the webpage access request in cache, and generating a corresponding response object; returning the response object to the UIWebView component, and analyzing the response object through the UIWebView component to obtain the webpage resource and loading. In addition, the invention also provides a webpage loading device based on the UIWebView component. By adopting the method, the webpage loading speed can be effectively improved, and the traffic is saved at the same time.

Description

Based on webpage loading method and the device of UIWebView assembly
Technical field
The present invention relates to Internet technical field, particularly relate to a kind of webpage loading method based on UIWebView assembly and device.
Background technology
In existing IOS system, UIWebView assembly usually can be used for according to load linked webpage and shows with corresponding view, is equivalent to the function of browser.But inventor finds after deliberation, during UIWebView assembly Web page loading in conventional art, at least there are the following problems:
UIWebView assembly in conventional art load with input link corresponding webpage time, whether have buffer memory regardless of this locality, all according to the corresponding web page resources of links and accesses the Internet download, thus cause loading velocity slower.
Summary of the invention
Based on this, be necessary to provide a kind of webpage loading method based on UIWebView assembly that can improve webpage loading velocity.
Based on a webpage loading method for UIWebView assembly, comprising:
Obtain the jump instruction of UIWebView assembly, extract the web page address that described jump instruction is corresponding;
According to the web access requests that described web page address is generated by described UIWebView assembly;
Intercept and capture described web access requests, search the web page resources corresponding to described web access requests in the buffer and generate corresponding response object;
Described response object is returned to described UIWebView assembly, obtains described web page resources by response object described in described UIWebView analyzing component and loaded.
In addition, there is a need to provide a kind of webpage charger based on UIWebView assembly that can improve webpage loading velocity.
Based on a webpage charger for UIWebView assembly, comprising:
Instruction acquisition module, for obtaining the jump instruction of UIWebView assembly, extracts the web page address that described jump instruction is corresponding;
Request generation module, for the web access requests generated by described UIWebView assembly according to described web page address;
Response object generation module, for intercepting and capturing described web access requests, searching the web page resources corresponding to described web access requests in the buffer and generating corresponding response object;
Web page resources load-on module, for described response object is returned to described UIWebView assembly, is obtained described web page resources by response object described in described UIWebView analyzing component and is loaded.
The above-mentioned webpage loading method based on UIWebView assembly and device, intercept and capture UIWebView assembly according to after the web access requests generated, directly do not send it to server, but first search the web page resources corresponding with this request in the buffer, thus reasonably make use of the data stored in buffer memory, save the time of downloading web pages resource, thus improve webpage loading velocity, also save flow simultaneously.
Accompanying drawing explanation
Fig. 1 is the schematic flow sheet based on the webpage loading method of UIWebView assembly in an embodiment;
Fig. 2 is the application scenarios figure based on the webpage loading method of UIWebView assembly in an embodiment;
Fig. 3 is the application scenarios figure based on the webpage loading method of UIWebView assembly in an embodiment;
Fig. 4 is the structural representation based on the webpage charger of UIWebView assembly in an embodiment.
Embodiment
In order to make object of the present invention, technical scheme and advantage clearly understand, below in conjunction with drawings and Examples, the present invention is further elaborated.Should be appreciated that specific embodiment described herein only in order to explain the present invention, be not intended to limit the present invention.
As shown in Figure 1, in one embodiment, provide a kind of webpage loading method based on UIWebView assembly, the method places one's entire reliance upon computer program, can run in the computer system based on IOS.
The method comprises the steps:
Step S102, obtains the jump instruction of UIWebView assembly, extracts the web page address that jump instruction is corresponding.
UIWebView assembly is a built-in browser control of IOS, can be used to the web page resources of resolving the definition of html specification, thus realizes the common browser function such as loaded and displayed webpage, document.
Jump instruction is the instruction that UIWebView assembly carries out page layout switch.When user is by (being url at address field input of character string or the link clicked on the page to UIWebView assembly input web page address, Universal Resource Locator, URL(uniform resource locator)), UIWebView component detection to when having web page address to input and occur to change, then can generate jump instruction.User is also by clicking advance on UIWebView assembly or back generates jump instruction, and web page address corresponding to jump instruction is the url of the page that previous or rear time is browsed.
Step S104, according to the web access requests that web page address is generated by UIWebView assembly.
In the present embodiment, by generating httprequest object, and generate web access requests to this httprequest object as destination address assignment web page address corresponding for jump instruction.Server corresponding to the network address can be sent it to after generating this web access requests.
Step S106, intercepts and captures web access requests, searches the web page resources corresponding to web access requests in the buffer and generate corresponding response object.
In the present embodiment, code can be added in the request transmission function in UIWebView assembly, this web access requests is tackled.The buffer memory of UIWebView assembly is usually by the web page resources corresponding stored of web page address and buffer memory, can search in the buffer according to the destination address in web access requests in the buffer, if find, then generate httpresponse object, and the web page resources assignment found gives this httpresponse object.
In the present embodiment, if do not find web page resources corresponding to web access requests, then initiate web access requests, and the web page resources that reception returns generates corresponding response object.
That is, before the request transmission function in UIWebView assembly is called, first searches the web page resources that web access requests is corresponding, if find, then generate response object according to the web page resources found; If do not find, then call request sends the server that web access requests sends to its destination address corresponding by function, according to the data genaration response object that server returns.
Step S108, returns to UIWebView assembly by response object, obtained web page resources by UIWebView analyzing component response object and loaded.
In the present embodiment, this response object can be generate according to the web page resources found in the buffer, when also can be in the buffer for finding, and the data genaration response object having server to download.That is, UIWebView assembly is also indifferent to the origin of the web page resources comprised in this response object, directly calls the web page resources in html analytical function resolution response object, thus is loaded.
In one embodiment, also comprised by the step of UIWebView assembly generating web page request of access: obtain the Action Events that jump instruction is corresponding, judge whether Action Events is advance event or retrogressing event, if so, then in web access requests, adds the identifier corresponding with Action Events.
Action Events corresponding to jump instruction namely when generating jump instruction, the Action Events that user triggers.As previously mentioned, if user passes through the link input jump instruction in the page shown in click UIWebView assembly, then Action Events is link clicks event.If user is by inputting jump instruction at address field input web page address, then Action Events is address field change event.If user is by the advance in click UIWebView assembly or back input jump instruction, then corresponding Action Events is advance event or retrogressing event.
Preferably, the step adding the identifier corresponding with Action Events in web access requests comprises: in the request header of web access requests or the web page address of web-page requests, add operation mark.
Such as, the identifier of forward or back as advance event or the event of retrogressing can be added in the accept property value of the header attribute item of web access requests (also can be other property values).Also can at the url of web access requests, such as, add the identifier (advance event add after be http://www.aaa.com#forward) of #forward or #back as advance event or the event of retrogressing after http://www.aaa.com.
In the present embodiment, also comprise after intercepting and capturing the step of web access requests: judge the whether corresponding advance event of web access requests or the event of retrogressing, if so, then search the web page resources corresponding with web access requests in the buffer.
That is, only the step of searching in the buffer is performed to the web access requests that advance event or retrogressing event generate.Due to advance event or the page corresponding to the event of retrogressing; the resource files such as its picture comprised, video or audio frequency are inevitable is buffered (when buffer memory does not exhaust); and do not considering that the situation lower page of resource file only comprises text; therefore IOS system usually can when user clicks advance or back; again this page is downloaded; when the text message amount that the page comprises is larger, still the more time can be wasted.And adopt such scheme, then for above-mentioned defect, when user clicks advance or back, still now can search corresponding web page resources in the buffer, thus save the load time, also save flow simultaneously.
In one embodiment, when not finding web page resources corresponding to web access requests in the buffer, also can obtain the size of data and/or speed of download that receive the web page resources returned, and by UIWebView assembly display data size and/or speed of download.
Such as, as shown in Figure 2, when downloading web pages resource, size of data and/or the speed of download of this web page resources can be obtained, by UIWebView assembly display data size and/or speed of download.
In one embodiment, also can obtain the residual capacity of buffer memory, show residual capacity by UIWebView assembly.
Such as, as shown in Figure 3, the residual capacity size of buffer memory can be calculated, then shown by UIWebView assembly.
As shown in Figure 4, in one embodiment, a kind of webpage charger based on UIWebView assembly, comprises instruction acquisition module 402, request generation module 404, response object generation module 406 and web page resources load-on module 408, wherein:
Instruction acquisition module 402, for obtaining the jump instruction of UIWebView assembly, extracts the web page address that jump instruction is corresponding.
Request generation module 404, for passing through UIWebView assembly generating web page request of access according to web page address.
Response object generation module 406, for intercepting and capturing web access requests, searching the web page resources corresponding to web access requests in the buffer and generating corresponding response object.
Web page resources load-on module 408, for response object is returned to UIWebView assembly, is obtained web page resources by UIWebView analyzing component response object and is loaded.
In one embodiment, request generation module 404, also for obtaining Action Events corresponding to jump instruction, judges whether Action Events is advance event or retrogressing event, if so, then in web access requests, adds the identifier corresponding with Action Events.
In one embodiment, response object generation module 406 also for judging the whether corresponding advance event of web access requests or retrogressing event, if so, then searches the web page resources corresponding with web access requests in the buffer.
In one embodiment, ask generation module 404 also for adding operation mark in the request header of web access requests or the web page address of web-page requests.
In one embodiment, if response object generation module 406 is not also for finding web page resources corresponding to web access requests, then initiate web access requests, and receive the web page resources generation response object returned.
In one embodiment, a kind of webpage charger based on UIWebView assembly also comprises:
Resource information display module 410, for obtaining the size of data and/or speed of download that receive the web page resources returned, and by UIWebView assembly display data size and/or speed of download.
In one embodiment, a kind of webpage charger based on UIWebView assembly also comprises:
Cache information display module 412, for obtaining the residual capacity of buffer memory, shows residual capacity by UIWebView assembly.
The above-mentioned webpage loading method based on UIWebView assembly and device, intercept and capture UIWebView assembly according to after the web access requests generated, directly do not send it to server, but first search the web page resources corresponding with this request in the buffer, thus reasonably make use of the data stored in buffer memory, save the time of downloading web pages resource, thus improve webpage loading velocity, also save flow simultaneously.
One of ordinary skill in the art will appreciate that all or part of flow process realized in above-described embodiment method, that the hardware that can carry out instruction relevant by computer program has come, described program can be stored in a calculating 20 machine read/write memory medium, this program, when performing, can comprise the flow process of the embodiment as above-mentioned each side method.Wherein, described storage medium can be magnetic disc, CD, read-only store-memory body (Read-Only Memory, ROM) or random store-memory body (Random Access Memory, RAM) etc.
The above embodiment only have expressed several embodiment of the present invention, and it describes comparatively concrete and detailed, but therefore can not be interpreted as the restriction to the scope of the claims of the present invention.It should be pointed out that for the person of ordinary skill of the art, without departing from the inventive concept of the premise, can also make some distortion and improvement, these all belong to protection scope of the present invention.Therefore, the protection domain of patent of the present invention should be as the criterion with claims.

Claims (14)

1., based on a webpage loading method for UIWebView assembly, comprising:
Obtain the jump instruction of UIWebView assembly, extract the web page address that described jump instruction is corresponding;
According to described web page address by described UIWebView assembly generating web page request of access;
Intercept and capture described web access requests, search the web page resources corresponding to described web access requests in the buffer and generate corresponding response object;
Described response object is returned to described UIWebView assembly, obtains described web page resources by response object described in described UIWebView analyzing component and loaded.
2. the webpage loading method based on UIWebView assembly according to claim 1, is characterized in that, the described step by described UIWebView assembly generating web page request of access also comprises:
Obtain the Action Events that described jump instruction is corresponding, judge whether described Action Events is advance event or retrogressing event, if so, then in described web access requests, adds the identifier corresponding with Action Events.
3. the webpage loading method based on UIWebView assembly according to claim 2, is characterized in that, also comprises after the step of the described web access requests of described intercepting and capturing:
Judge the whether corresponding advance event of described web access requests or retrogressing event, if so, then search the web page resources corresponding with described web access requests in the buffer.
4. the webpage loading method based on UIWebView assembly according to claim 2, is characterized in that, the described step adding the identifier corresponding with Action Events in described web access requests comprises:
Operation mark is added in the request header of described web access requests or the web page address of described web access requests.
5. the webpage loading method based on UIWebView assembly according to claim 1, is characterized in that, describedly searches the web page resources corresponding to described web access requests in the buffer and the step generating corresponding response object also comprises:
If do not find the web page resources that described web access requests is corresponding, then initiate described web access requests, and receive the web page resources generation response object returned.
6. the webpage loading method based on UIWebView assembly according to any one of claim 5, is characterized in that, described method also comprises:
Obtain size of data and/or the speed of download of the web page resources that described reception returns, and show described size of data and/or speed of download by described UIWebView assembly.
7. the webpage loading method based on UIWebView assembly according to any one of claim 1 to 5, is characterized in that, described method also comprises:
Obtain the residual capacity of described buffer memory, show described residual capacity by described UIWebView assembly.
8., based on a webpage charger for UIWebView assembly, comprising:
Instruction acquisition module, for obtaining the jump instruction of UIWebView assembly, extracts the web page address that described jump instruction is corresponding;
Request generation module, for according to described web page address by described UIWebView assembly generating web page request of access;
Response object generation module, for intercepting and capturing described web access requests, searching the web page resources corresponding to described web access requests in the buffer and generating corresponding response object;
Web page resources load-on module, for described response object is returned to described UIWebView assembly, is obtained described web page resources by response object described in described UIWebView analyzing component and is loaded.
9. the webpage charger based on UIWebView assembly according to claim 8, it is characterized in that, described request generation module is also for obtaining Action Events corresponding to described jump instruction, judge whether described Action Events is advance event or retrogressing event, if so, then in described web access requests, the identifier corresponding with Action Events is added.
10. the webpage charger based on UIWebView assembly according to claim 9, it is characterized in that, described response object generation module is also for judging the whether corresponding advance event of described web access requests or retrogressing event, if so, then the web page resources corresponding with described web access requests is searched in the buffer.
The 11. webpage chargers based on UIWebView assembly according to claim 9, is characterized in that, described request generation module also for adding operation mark in the request header of described web access requests or the web page address of described web access requests.
The 12. webpage chargers based on UIWebView assembly according to claim 8, it is characterized in that, if described response object generation module is not also for finding web page resources corresponding to described web access requests, then initiate described web access requests, and receive the web page resources generation response object returned.
13. webpage chargers based on UIWebView assembly according to any one of claim 12, it is characterized in that, described device also comprises resource information display module, for obtaining size of data and/or the speed of download of the web page resources that described reception returns, and show described size of data and/or speed of download by described UIWebView assembly.
The webpage charger based on UIWebView assembly described in 14. any one of according to Claim 8 to 12, it is characterized in that, described device also comprises cache information display module, for obtaining the residual capacity of described buffer memory, shows described residual capacity by described UIWebView assembly.
CN201310516807.6A 2013-10-28 2013-10-28 Webpage loading method and device based on UIWebView component Active CN104572777B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201310516807.6A CN104572777B (en) 2013-10-28 2013-10-28 Webpage loading method and device based on UIWebView component
PCT/CN2014/088716 WO2015062416A1 (en) 2013-10-28 2014-10-16 Method and device for loading webpages based onuiwebview components

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310516807.6A CN104572777B (en) 2013-10-28 2013-10-28 Webpage loading method and device based on UIWebView component

Publications (2)

Publication Number Publication Date
CN104572777A true CN104572777A (en) 2015-04-29
CN104572777B CN104572777B (en) 2019-05-14

Family

ID=53003319

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310516807.6A Active CN104572777B (en) 2013-10-28 2013-10-28 Webpage loading method and device based on UIWebView component

Country Status (2)

Country Link
CN (1) CN104572777B (en)
WO (1) WO2015062416A1 (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104881452A (en) * 2015-05-18 2015-09-02 百度在线网络技术(北京)有限公司 Resource locator sniffing method, device and system
CN106469044A (en) * 2015-08-14 2017-03-01 腾讯科技(深圳)有限公司 The method and apparatus realizing page jump
CN107729352A (en) * 2017-08-30 2018-02-23 上海壹账通金融科技有限公司 page resource loading method and terminal device
CN109857473A (en) * 2017-11-29 2019-06-07 北京京东尚科信息技术有限公司 A kind of loading method and device of page data
CN110209967A (en) * 2019-04-17 2019-09-06 北京奇艺世纪科技有限公司 Page loading method, device, terminal device and computer-readable medium
CN110347949A (en) * 2019-06-20 2019-10-18 中信百信银行股份有限公司 Webpage loading method, device, electronic equipment and computer readable storage medium
CN110417919A (en) * 2019-08-29 2019-11-05 网宿科技股份有限公司 A kind of flow abduction method and device
CN110955856A (en) * 2019-10-14 2020-04-03 北京奇艺世纪科技有限公司 Webpage loading method and device, server and storage medium
CN112925573A (en) * 2019-11-20 2021-06-08 北京沃东天骏信息技术有限公司 Webpage loading method, device, equipment and computer readable medium

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104954894B (en) * 2015-06-26 2019-03-26 网宿科技股份有限公司 A kind of video flow bootstrap technique, device and a kind of electronic equipment
CN106776567B (en) * 2016-12-22 2020-05-15 金蝶软件(中国)有限公司 Internet big data analysis and extraction method and system

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101431525A (en) * 2007-11-06 2009-05-13 陈明杰 Acceleration method and system for network content loading, its server and terminal
US20100153489A1 (en) * 2008-12-12 2010-06-17 Canon Kabushiki Kaisha Server device, client device and control method and program for the same
CN102968252A (en) * 2012-11-05 2013-03-13 北京奇虎科技有限公司 Page backward/forward method and equipment
CN103188293A (en) * 2011-12-28 2013-07-03 腾讯科技(深圳)有限公司 Method and system for allowing mobile terminal to access webpage
CN103246739A (en) * 2013-05-16 2013-08-14 百度在线网络技术(北京)有限公司 Web browsing control method of multiple Web Views and browser
CN103366019A (en) * 2013-08-06 2013-10-23 飞天诚信科技股份有限公司 Webpage intercepting method and device based on iOS device

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7685526B2 (en) * 2003-11-26 2010-03-23 Sap Aktiengesellschaft Providing navigation in a browser
CN102968253B (en) * 2012-11-05 2016-09-28 北京奇虎科技有限公司 browser control method and device
CN104050253B (en) * 2014-06-12 2018-09-25 北京猎豹网络科技有限公司 A kind of web page display method and browser

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101431525A (en) * 2007-11-06 2009-05-13 陈明杰 Acceleration method and system for network content loading, its server and terminal
US20100153489A1 (en) * 2008-12-12 2010-06-17 Canon Kabushiki Kaisha Server device, client device and control method and program for the same
CN103188293A (en) * 2011-12-28 2013-07-03 腾讯科技(深圳)有限公司 Method and system for allowing mobile terminal to access webpage
CN102968252A (en) * 2012-11-05 2013-03-13 北京奇虎科技有限公司 Page backward/forward method and equipment
CN103246739A (en) * 2013-05-16 2013-08-14 百度在线网络技术(北京)有限公司 Web browsing control method of multiple Web Views and browser
CN103366019A (en) * 2013-08-06 2013-10-23 飞天诚信科技股份有限公司 Webpage intercepting method and device based on iOS device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
SEVERUS54: ""IOS学习之WebView的使用"", 《百度文库》 *

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104881452B (en) * 2015-05-18 2020-05-29 百度在线网络技术(北京)有限公司 Resource address sniffing method, device and system
CN104881452A (en) * 2015-05-18 2015-09-02 百度在线网络技术(北京)有限公司 Resource locator sniffing method, device and system
CN106469044A (en) * 2015-08-14 2017-03-01 腾讯科技(深圳)有限公司 The method and apparatus realizing page jump
CN107729352A (en) * 2017-08-30 2018-02-23 上海壹账通金融科技有限公司 page resource loading method and terminal device
CN107729352B (en) * 2017-08-30 2020-07-31 深圳壹账通智能科技有限公司 Page resource loading method and terminal equipment
CN109857473A (en) * 2017-11-29 2019-06-07 北京京东尚科信息技术有限公司 A kind of loading method and device of page data
CN110209967A (en) * 2019-04-17 2019-09-06 北京奇艺世纪科技有限公司 Page loading method, device, terminal device and computer-readable medium
CN110209967B (en) * 2019-04-17 2022-05-03 北京奇艺世纪科技有限公司 Page loading method and device, terminal equipment and computer readable medium
CN110347949A (en) * 2019-06-20 2019-10-18 中信百信银行股份有限公司 Webpage loading method, device, electronic equipment and computer readable storage medium
CN110417919A (en) * 2019-08-29 2019-11-05 网宿科技股份有限公司 A kind of flow abduction method and device
CN110417919B (en) * 2019-08-29 2021-10-29 网宿科技股份有限公司 Traffic hijacking method and device
CN110955856A (en) * 2019-10-14 2020-04-03 北京奇艺世纪科技有限公司 Webpage loading method and device, server and storage medium
CN112925573A (en) * 2019-11-20 2021-06-08 北京沃东天骏信息技术有限公司 Webpage loading method, device, equipment and computer readable medium
CN112925573B (en) * 2019-11-20 2023-09-26 北京沃东天骏信息技术有限公司 Method, device, equipment and computer readable medium for loading web page

Also Published As

Publication number Publication date
WO2015062416A1 (en) 2015-05-07
CN104572777B (en) 2019-05-14

Similar Documents

Publication Publication Date Title
CN104572777A (en) Webpage loading method and device based on UIWebView component
CN106294648B (en) Processing method and device for page access path
CN102882991B (en) A kind of browser and carry out the method for domain name mapping
CN107609135B (en) Page element determining method and device, and user behavior path determining method and device
CN102843445B (en) A kind of browser and carry out the method for domain name mapping
KR102151457B1 (en) Method and apparatus for reducing page load time in a communication system
CN106528657A (en) Control method and device for browser skipping to application program
US10015226B2 (en) Methods for making AJAX web applications bookmarkable and crawlable and devices thereof
CN108632219B (en) Website vulnerability detection method, detection server, system and storage medium
CN106528659B (en) Control method and device for browser to jump to application program
CN105095280A (en) Caching method and apparatus for browser
CN101763357A (en) Method and system for browser to load internet resources
WO2015043428A1 (en) Method, system, browser and proxy server for loading webpage
US7987243B2 (en) Method for media discovery
CN102855334B (en) A kind of browser and the method obtaining dns resolution data thereof
CN105930528A (en) Webpage cache method and server
CN111104587A (en) Webpage display method and device and server
CN104601672A (en) Method and device for sharing network resources based on different application clients
US11477158B2 (en) Method and apparatus for advertisement anti-blocking
CN101799821A (en) Method and system for realizing webpage application by widget
CN104023046A (en) Mobile terminal recognition method and device
CN104615597A (en) Method, device and system for clearing cache file in browser
JP2011043924A (en) Web action history acquisition system, web action history acquisition method, gateway device and program
CN104881452A (en) Resource locator sniffing method, device and system
CN103440281A (en) Method, device and equipment for acquiring download file

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant