CN114422491B - Method and terminal for improving page acquisition efficiency - Google Patents

Method and terminal for improving page acquisition efficiency Download PDF

Info

Publication number
CN114422491B
CN114422491B CN202111564984.2A CN202111564984A CN114422491B CN 114422491 B CN114422491 B CN 114422491B CN 202111564984 A CN202111564984 A CN 202111564984A CN 114422491 B CN114422491 B CN 114422491B
Authority
CN
China
Prior art keywords
static resource
path
page
resource
browser
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.)
Active
Application number
CN202111564984.2A
Other languages
Chinese (zh)
Other versions
CN114422491A (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.)
Fuzhou Jiaruan Software Technology Co ltd
Original Assignee
Fuzhou Jiaruan Software Technology 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 Fuzhou Jiaruan Software Technology Co ltd filed Critical Fuzhou Jiaruan Software Technology Co ltd
Priority to CN202111564984.2A priority Critical patent/CN114422491B/en
Publication of CN114422491A publication Critical patent/CN114422491A/en
Application granted granted Critical
Publication of CN114422491B publication Critical patent/CN114422491B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • 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/9577Optimising the visualization of content, e.g. distillation of HTML documents

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (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)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a method and a terminal for improving page acquisition efficiency; according to the method, a browser sends a page acquisition request to a page server, and a static resource acquisition request is sent to the page server according to a returned HTML file; intercepting a static resource acquisition request sent by a browser, and acquiring a static resource path contained in the static resource acquisition request; matching the static resource path with the unique resource identifier of the locally stored static resource, returning the locally matched static resource to the browser if the matching is successful, otherwise, continuing to acquire the static resource which is not successfully matched from the page server, returning the acquired static resource to the browser and carrying out local storage; the browser renders and displays the page according to the obtained static resource; the page data is stored locally, the page data is preferentially acquired locally when the page data needs to be acquired, and only the difference part is required to be acquired for the changed page data, so that the page acquisition efficiency is improved.

Description

Method and terminal for improving page acquisition efficiency
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method and a terminal for improving page acquisition efficiency.
Background
For acquiring a webpage, in the prior art, after a client sends a webpage acquisition request to a server, acquiring complete webpage content, and for the same webpage, acquiring complete static data under multiple acquisitions to present the webpage, even if the webpage content is acquired for the first time and then cached locally, after the webpage content changes, the complete webpage content still needs to be acquired again, and the efficiency is low.
Disclosure of Invention
The technical problems to be solved by the invention are as follows: the method and the terminal for improving the page acquisition efficiency can effectively improve the page acquisition efficiency.
In order to solve the technical problems, the invention adopts the following technical scheme:
a method for improving page acquisition efficiency comprises the following steps:
s1, a browser sends a page acquisition request to a page server, and a static resource acquisition request is sent to the page server according to a returned HTML file;
s2, intercepting a static resource acquisition request sent by the browser, and acquiring a static resource path contained in the static resource acquisition request;
s3, matching the static resource path with a unique resource identifier of the locally stored static resource, returning the locally matched static resource to the browser if the matching is successful, otherwise, continuing to acquire the static resource which is not successfully matched from the page server, returning the acquired static resource to the browser and carrying out local storage;
and S4, rendering and displaying the page by the browser according to the obtained static resource.
In order to solve the technical problems, the invention adopts another technical scheme that:
a terminal for improving page acquisition efficiency, comprising a processor, a memory and a computer program stored in the memory and executable on the processor, the processor implementing the following steps when executing the computer program:
s1, a browser sends a page acquisition request to a page server, and a static resource acquisition request is sent to the page server according to a returned HTML file;
s2, intercepting a static resource acquisition request sent by the browser, and acquiring a static resource path contained in the static resource acquisition request;
s3, matching the static resource path with a unique resource identifier of the locally stored static resource, returning the locally matched static resource to the browser if the matching is successful, otherwise, continuing to acquire the static resource which is not successfully matched from the page server, returning the acquired static resource to the browser and carrying out local storage;
and S4, rendering and displaying the page by the browser according to the obtained static resource.
The invention has the beneficial effects that: according to the method and the terminal for improving the page acquisition efficiency, the static resource acquisition request of the browser is intercepted, and the static resource path in the static resource acquisition request is matched with the locally stored static resource, so that the locally stored resource does not need to be acquired again; meanwhile, under the condition that the page server carries out partial modification on the page, only partial static resources need to be acquired for modification, whole page data do not need to be acquired, and the page acquisition efficiency is improved.
Drawings
FIG. 1 is a flowchart of a method for improving page acquisition efficiency according to an embodiment of the present invention;
FIG. 2 is a block diagram of a terminal for improving page acquisition efficiency according to an embodiment of the present invention;
description of the reference numerals:
1. a terminal for improving page acquisition efficiency; 2. a processor; 3. a memory.
Detailed Description
In order to describe the technical contents, the achieved objects and effects of the present invention in detail, the following description will be made with reference to the embodiments in conjunction with the accompanying drawings.
Referring to fig. 1, a method for improving page acquisition efficiency includes the steps of:
s1, a browser sends a page acquisition request to a page server, and a static resource acquisition request is sent to the page server according to a returned HTML file;
s2, intercepting a static resource acquisition request sent by the browser, and acquiring a static resource path contained in the static resource acquisition request;
s3, matching the static resource path with a unique resource identifier of the locally stored static resource, returning the locally matched static resource to the browser if the matching is successful, otherwise, continuing to acquire the static resource which is not successfully matched from the page server, returning the acquired static resource to the browser and carrying out local storage;
and S4, rendering and displaying the page by the browser according to the obtained static resource.
From the above description, the beneficial effects of the invention are as follows: according to the method and the terminal for improving the page acquisition efficiency, the static resource acquisition request of the browser is intercepted, and the static resource path in the static resource acquisition request is matched with the locally stored static resource, so that the locally stored resource does not need to be acquired again; meanwhile, under the condition that the page server carries out partial modification on the page, only partial static resources need to be acquired for modification, whole page data do not need to be acquired, and the page acquisition efficiency is improved.
Further, the step S3 specifically includes:
s31, matching the static resource path with a unique resource identifier of the locally stored static resource, returning the locally matched static resource to the browser if the matching is successful, otherwise judging that the static resource path is an absolute path or a relative path;
s32, if the static resource path is a relative path, acquiring corresponding static resources from the page server by a resource acquisition API of the iOS system according to the static resource acquisition path;
s33, if the static resource path is an absolute path, converting the head of the absolute path into a preset custom head, and after the static resource path after the head conversion is identified by the resource acquisition API, converting the static resource path after the head conversion back into the absolute path to acquire the corresponding static resource;
s34, locally storing the obtained static resources, and returning to the browser.
As can be seen from the above description, when the static resource is acquired, the method and the device of the invention convert the head of the absolute path into the custom head for the static resource with the absolute path in the HTML, so as to solve the problem that the resource acquisition support provided by WebView cannot identify the absolute path in the HTML after the iOS 11.
Further, the step S1 specifically includes:
s11, sending a page acquisition request to a page server by a browser;
s12, intercepting the page acquisition request, calculating a request path of the page acquisition request through a preset algorithm, and matching a calculation result with a data identifier of a locally stored HTML file;
s13, if the matching is successful, the page data is stored, and the local HTML file and the corresponding static resource are directly returned to the browser for rendering and display;
s14, if the matching fails, sending the page acquisition request to a page server, receiving an HTML file returned by the page server, calculating a request path of the page request through a preset algorithm to obtain a data identifier, storing the HTML file according to the data identifier, and returning the HTML file to a browser;
s15, the browser sends a static resource acquisition request to the page server through a static resource path according to the returned HTML file.
According to the description, before the browser sends the HTML request, the request path of the page acquisition request is matched with the locally stored page data to judge whether the page data exists locally, and if so, the local page data can be directly returned to the browser to improve the page acquisition efficiency.
Further, in step S3, the local storage of the obtained static resource is specifically:
according to the static resource path of the static resource in the HTML file, calculating to obtain a unique resource identifier through a preset algorithm, and storing the unique resource identifier together with the obtained static resource;
in the step S3, the matching the static resource path with the unique resource identifier of the locally stored static resource specifically includes:
and calculating the static resource path through a preset algorithm, and matching a calculation result with the unique resource identifier of the locally stored static resource.
As can be seen from the above description, in the technical solution of the present invention, when the static resource is stored, the unique resource identifier is calculated according to the static resource path, and the unique resource identifier is stored, when the static resource path is matched with the locally stored static resource, the static resource path is calculated by the preset algorithm and then is matched with the result, so as to ensure the accuracy of the matching result.
Further, the preset algorithm is a message digest algorithm or hash value calculation.
From the above description, the identifier of the file is obtained through the information summary algorithm or hash value calculation, so as to ensure that the identifier corresponds to the static resource path or the request path uniquely.
Referring to fig. 2, a terminal for improving page acquisition efficiency includes a processor, a memory, and a computer program stored in the memory and capable of running on the processor, wherein the processor implements the following steps when executing the computer program:
s1, a browser sends a page acquisition request to a page server, and a static resource acquisition request is sent to the page server according to a returned HTML file;
s2, intercepting a static resource acquisition request sent by the browser, and acquiring a static resource path contained in the static resource acquisition request;
s3, matching the static resource path with a unique resource identifier of the locally stored static resource, returning the locally matched static resource to the browser if the matching is successful, otherwise, continuing to acquire the static resource which is not successfully matched from the page server, returning the acquired static resource to the browser and carrying out local storage;
and S4, rendering and displaying the page by the browser according to the obtained static resource.
From the above description, the beneficial effects of the invention are as follows: according to the method and the terminal for improving the page acquisition efficiency, the static resource acquisition request of the browser is intercepted, and the static resource path in the static resource acquisition request is matched with the locally stored static resource, so that the locally stored resource does not need to be acquired again; meanwhile, under the condition that the page server carries out partial modification on the page, only partial static resources need to be acquired for modification, whole page data do not need to be acquired, and the page acquisition efficiency is improved.
Further, the step S3 specifically includes:
s31, matching the static resource path with a unique resource identifier of the locally stored static resource, returning the locally matched static resource to the browser if the matching is successful, otherwise judging that the static resource path is an absolute path or a relative path;
s32, if the static resource path is a relative path, acquiring corresponding static resources from the page server by a resource acquisition API of the iOS system according to the static resource acquisition path;
s33, if the static resource path is an absolute path, converting the head of the absolute path into a preset custom head, and after the static resource path after the head conversion is identified by the resource acquisition API, converting the static resource path after the head conversion back into the absolute path to acquire the corresponding static resource;
s34, locally storing the obtained static resources, and returning to the browser.
As can be seen from the above description, when the static resource is acquired, the method and the device of the invention convert the head of the absolute path into the custom head for the static resource with the absolute path in the HTML, so as to solve the problem that the resource acquisition support provided by WebView cannot identify the absolute path in the HTML after the iOS 11.
Further, the step S1 specifically includes:
s11, sending a page acquisition request to a page server by a browser;
s12, intercepting the page acquisition request, calculating a request path of the page acquisition request through a preset algorithm, and matching a calculation result with a data identifier of a locally stored HTML file;
s13, if the matching is successful, the page data is stored, and the local HTML file and the corresponding static resource are directly returned to the browser for rendering and display;
s14, if the matching fails, sending the page acquisition request to a page server, receiving an HTML file returned by the page server, calculating a request path of the page request through a preset algorithm to obtain a data identifier, storing the HTML file according to the data identifier, and returning the HTML file to a browser;
s15, the browser sends a static resource acquisition request to the page server through a static resource path according to the returned HTML file.
According to the description, before the browser sends the HTML request, the request path of the page acquisition request is matched with the locally stored page data to judge whether the page data exists locally, and if so, the local page data can be directly returned to the browser to improve the page acquisition efficiency.
Further, in step S3, the local storage of the obtained static resource is specifically:
according to the static resource path of the static resource in the HTML file, calculating to obtain a unique resource identifier through a preset algorithm, and storing the unique resource identifier together with the obtained static resource;
in the step S3, the matching the static resource path with the unique resource identifier of the locally stored static resource specifically includes:
and calculating the static resource path through a preset algorithm, and matching a calculation result with the unique resource identifier of the locally stored static resource.
As can be seen from the above description, in the technical solution of the present invention, when the static resource is stored, the unique resource identifier is calculated according to the static resource path, and the unique resource identifier is stored, when the static resource path is matched with the locally stored static resource, the static resource path is calculated by the preset algorithm and then is matched with the result, so as to ensure the accuracy of the matching result.
Further, the preset algorithm is a message digest algorithm or hash value calculation.
From the above description, the identifier of the file is obtained through the information summary algorithm or hash value calculation, so as to ensure that the identifier corresponds to the static resource path or the request path uniquely.
The method and the terminal for improving the page acquisition efficiency are used for a scene that a user accesses a webpage through a browser, and the browser needs to request resources from a page server.
Referring to fig. 1, a first embodiment of the present invention is as follows:
a method for improving page acquisition efficiency comprises the following steps:
s1, a browser sends a page acquisition request to a page server, and a static resource acquisition request is sent to the page server according to a returned HTML file;
the step S1 specifically comprises the following steps:
s11, sending a page acquisition request to a page server by a browser;
s12, intercepting the page acquisition request, calculating a request path of the page acquisition request through a preset algorithm, and matching a calculation result with a data identifier of a locally stored HTML file;
s13, if the matching is successful, the page data is stored, and the local HTML file and the corresponding static resource are directly returned to the browser for rendering and display;
s14, if the matching fails, sending the page acquisition request to a page server, receiving an HTML file returned by the page server, calculating a request path of the page request through a preset algorithm to obtain a data identifier, storing the HTML file according to the data identifier, and returning the HTML file to a browser;
s15, the browser sends a static resource acquisition request to the page server through a static resource path according to the returned HTML file.
S2, intercepting a static resource acquisition request sent by the browser, and acquiring a static resource path contained in the static resource acquisition request;
s3, matching the static resource path with a unique resource identifier of the locally stored static resource, returning the locally matched static resource to the browser if the matching is successful, otherwise, continuing to acquire the static resource which is not successfully matched from the page server, returning the acquired static resource to the browser and carrying out local storage;
the step S3 specifically comprises the following steps:
s31, matching the static resource path with a unique resource identifier of the locally stored static resource, returning the locally matched static resource to the browser if the matching is successful, otherwise judging that the static resource path is an absolute path or a relative path;
s32, if the static resource path is a relative path, acquiring corresponding static resources from the page server by a resource acquisition API of the iOS system according to the static resource acquisition path;
s33, if the static resource path is an absolute path, converting the head of the absolute path into a preset custom head, and after the static resource path after the head conversion is identified by the resource acquisition API, converting the static resource path after the head conversion back into the absolute path to acquire the corresponding static resource;
s34, locally storing the acquired static resources and returning to the browser;
in step S3, the local storage of the obtained static resource specifically includes:
according to the static resource path of the static resource in the HTML file, calculating to obtain a unique resource identifier through a preset algorithm, and storing the unique resource identifier together with the obtained static resource;
in the step S3, the matching the static resource path with the unique resource identifier of the locally stored static resource specifically includes:
and calculating the static resource path through a preset algorithm, and matching a calculation result with the unique resource identifier of the locally stored static resource.
After iOS11, webView provides more convenient resource acquisition support, but cannot identify absolute paths in HTML, which may result in static resources not being acquired if they are located using absolute paths when Web page front-end development occurs. Based on the above situation, a solution is provided by a company, but both the server and the client need to be improved, and the technology is complex to implement, so that the method cannot be popularized and used better.
In this embodiment, under the iOS system, in the technical solution of the present invention, by changing the header of the absolute path, the resource acquisition support provided by WebView can identify the resource path after the header is changed, so that static resources can be acquired through the resource acquisition API.
In this embodiment, the preset algorithm is hash value calculation, and in other equivalent embodiments, the preset algorithm may also be a digital signature algorithm for generating a "digital fingerprint" such as MD5 information summary algorithm.
And S4, rendering and displaying the page by the browser according to the obtained static resource.
Referring to fig. 2, a second embodiment of the present invention is as follows:
a terminal 1 for improving page fetching efficiency, comprising a processor 2, a memory 3 and a computer program stored in said memory 3 and executable on said processor 2, said processor 2 implementing the steps of the above embodiment one when executing said computer program.
The principle of the invention is as follows: and storing the page data locally, judging whether corresponding resources are stored locally or not when the page data are acquired each time, and directly acquiring the locally stored resources by the local, so that the resource acquisition efficiency is improved, and the page acquisition efficiency is further improved.
In summary, according to the method and the terminal for improving the page acquisition efficiency provided by the invention, the static resource acquisition request of the browser is intercepted, and the static resource path in the static resource acquisition request is matched with the locally stored static resource, so that the locally stored resource does not need to be acquired again; meanwhile, under the condition that the page server carries out partial modification on the page, only modified partial static resources are needed, whole page data are not needed to be acquired, the page acquisition efficiency is improved, meanwhile, for the condition that the static resource path is an absolute path, the head of the static resource path is modified into a custom head, and the problem that the static resource cannot be acquired under the condition that the static resource is positioned by using the absolute path when the front end of the Web page is developed, the WebView provides more convenient resource acquisition support after the iOS11 is solved, but the WebView cannot identify the absolute path in the HTML.
The foregoing description is only illustrative of the present invention and is not intended to limit the scope of the invention, and all equivalent changes made by the specification and drawings of the present invention, or direct or indirect application in the relevant art, are included in the scope of the present invention.

Claims (8)

1. The method for improving the page acquisition efficiency is characterized by comprising the following steps:
s1, a browser sends a page acquisition request to a page server, and a static resource acquisition request is sent to the page server according to a returned HTML file;
s2, intercepting a static resource acquisition request sent by the browser, and acquiring a static resource path contained in the static resource acquisition request;
s3, matching the static resource path with a unique resource identifier of the locally stored static resource, returning the locally matched static resource to the browser if the matching is successful, otherwise, continuing to acquire the static resource which is not successfully matched from the page server, returning the acquired static resource to the browser and carrying out local storage;
the step S3 specifically comprises the following steps:
s31, matching the static resource path with a unique resource identifier of the locally stored static resource, returning the locally matched static resource to the browser if the matching is successful, otherwise judging that the static resource path is an absolute path or a relative path;
s32, if the static resource path is a relative path, acquiring corresponding static resources from the page server by a resource acquisition API of the iOS system according to the static resource path;
s33, if the static resource path is an absolute path, converting the head of the absolute path into a preset custom head, and after the static resource path after the head conversion is identified by the resource acquisition API, converting the static resource path after the head conversion back into the absolute path to acquire the corresponding static resource;
s34, locally storing the acquired static resources and returning to the browser;
and S4, rendering and displaying the page by the browser according to the obtained static resource.
2. The method for improving page acquisition efficiency according to claim 1, wherein the step S1 specifically includes:
s11, sending a page acquisition request to a page server by a browser;
s12, intercepting the page acquisition request, calculating a request path of the page acquisition request through a preset algorithm, and matching a calculation result with a data identifier of a locally stored HTML file;
s13, if the matching is successful, the page data is stored, and the local HTML file and the corresponding static resource are directly returned to the browser for rendering and display;
s14, if the matching fails, sending the page acquisition request to a page server, receiving an HTML file returned by the page server, calculating a request path of the page acquisition request through a preset algorithm to obtain a data identifier, storing the HTML file according to the data identifier, and returning the HTML file to a browser;
s15, the browser sends a static resource acquisition request to the page server through a static resource path according to the returned HTML file.
3. The method for improving page acquisition efficiency according to claim 1, wherein the step S3 of locally storing the obtained static resource is specifically:
according to the static resource path of the static resource in the HTML file, calculating to obtain a unique resource identifier through a preset algorithm, and storing the unique resource identifier together with the obtained static resource;
in the step S3, the matching the static resource path with the unique resource identifier of the locally stored static resource specifically includes:
and calculating the static resource path through a preset algorithm, and matching a calculation result with the unique resource identifier of the locally stored static resource.
4. A method for improving page acquisition efficiency according to claim 2 or 3, wherein the preset algorithm is a message digest algorithm or hash value calculation.
5. A terminal for improving page acquisition efficiency, comprising a processor, a memory and a computer program stored in the memory and executable on the processor, characterized in that the processor implements the following steps when executing the computer program:
s1, a browser sends a page acquisition request to a page server, and a static resource acquisition request is sent to the page server according to a returned HTML file;
s2, intercepting a static resource acquisition request sent by the browser, and acquiring a static resource path contained in the static resource acquisition request;
s3, matching the static resource path with a unique resource identifier of the locally stored static resource, returning the locally matched static resource to the browser if the matching is successful, otherwise, continuing to acquire the static resource which is not successfully matched from the page server, returning the acquired static resource to the browser and carrying out local storage;
the step S3 specifically comprises the following steps:
s31, matching the static resource path with a unique resource identifier of the locally stored static resource, returning the locally matched static resource to the browser if the matching is successful, otherwise judging that the static resource path is an absolute path or a relative path;
s32, if the static resource path is a relative path, acquiring corresponding static resources from the page server by a resource acquisition API of the iOS system according to the static resource path;
s33, if the static resource path is an absolute path, converting the head of the absolute path into a preset custom head, and after the static resource path after the head conversion is identified by the resource acquisition API, converting the static resource path after the head conversion back into the absolute path to acquire the corresponding static resource;
s34, locally storing the acquired static resources and returning to the browser;
and S4, rendering and displaying the page by the browser according to the obtained static resource.
6. The terminal for improving page acquisition efficiency according to claim 5, wherein the step S1 specifically includes:
s11, sending a page acquisition request to a page server by a browser;
s12, intercepting the page acquisition request, calculating a request path of the page acquisition request through a preset algorithm, and matching a calculation result with a data identifier of a locally stored HTML file;
s13, if the matching is successful, the page data is stored, and the local HTML file and the corresponding static resource are directly returned to the browser for rendering and display;
s14, if the matching fails, sending the page acquisition request to a page server, receiving an HTML file returned by the page server, calculating a request path of the page acquisition request through a preset algorithm to obtain a data identifier, storing the HTML file according to the data identifier, and returning the HTML file to a browser;
s15, the browser sends a static resource acquisition request to the page server through a static resource path according to the returned HTML file.
7. The terminal for improving page acquisition efficiency according to claim 5, wherein the local storage of the obtained static resources in step S3 is specifically:
according to the static resource path of the static resource in the HTML file, calculating to obtain a unique resource identifier through a preset algorithm, and storing the unique resource identifier together with the obtained static resource;
in the step S3, the matching the static resource path with the unique resource identifier of the locally stored static resource specifically includes:
and calculating the static resource path through a preset algorithm, and matching a calculation result with the unique resource identifier of the locally stored static resource.
8. The terminal for improving page acquisition efficiency according to claim 7, wherein the preset algorithm is a message digest algorithm or hash value calculation.
CN202111564984.2A 2021-12-20 2021-12-20 Method and terminal for improving page acquisition efficiency Active CN114422491B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111564984.2A CN114422491B (en) 2021-12-20 2021-12-20 Method and terminal for improving page acquisition efficiency

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111564984.2A CN114422491B (en) 2021-12-20 2021-12-20 Method and terminal for improving page acquisition efficiency

Publications (2)

Publication Number Publication Date
CN114422491A CN114422491A (en) 2022-04-29
CN114422491B true CN114422491B (en) 2024-01-30

Family

ID=81266913

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111564984.2A Active CN114422491B (en) 2021-12-20 2021-12-20 Method and terminal for improving page acquisition efficiency

Country Status (1)

Country Link
CN (1) CN114422491B (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101126977A (en) * 2007-08-28 2008-02-20 激动集团股份有限公司 ISAPI based WEB static page generation method
CN103218434A (en) * 2013-04-15 2013-07-24 北京小米科技有限责任公司 Method and device for loading static resource
CN103324756A (en) * 2013-07-09 2013-09-25 星云融创(北京)信息技术有限公司 Method and device for increasing access speed of browser
CN105808305A (en) * 2016-03-29 2016-07-27 北京小米移动软件有限公司 Static resource loading method and device
CN107203555A (en) * 2016-03-17 2017-09-26 阿里巴巴集团控股有限公司 Page loading processing method and device
CN108228818A (en) * 2017-12-29 2018-06-29 网易(杭州)网络有限公司 Web page resources loading method and device, electronic equipment and storage medium
CN111274512A (en) * 2020-01-16 2020-06-12 深圳市元征科技股份有限公司 Page loading method, device and medium
CN112073405A (en) * 2020-09-03 2020-12-11 中国平安财产保险股份有限公司 Webpage data loading method and device, computer equipment and storage medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9875314B2 (en) * 2013-04-30 2018-01-23 Adobe Systems Incorporated Content request with HTTP request-header rendering template that is independent of content storage location

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101126977A (en) * 2007-08-28 2008-02-20 激动集团股份有限公司 ISAPI based WEB static page generation method
CN103218434A (en) * 2013-04-15 2013-07-24 北京小米科技有限责任公司 Method and device for loading static resource
CN103324756A (en) * 2013-07-09 2013-09-25 星云融创(北京)信息技术有限公司 Method and device for increasing access speed of browser
CN107203555A (en) * 2016-03-17 2017-09-26 阿里巴巴集团控股有限公司 Page loading processing method and device
CN105808305A (en) * 2016-03-29 2016-07-27 北京小米移动软件有限公司 Static resource loading method and device
CN108228818A (en) * 2017-12-29 2018-06-29 网易(杭州)网络有限公司 Web page resources loading method and device, electronic equipment and storage medium
CN111274512A (en) * 2020-01-16 2020-06-12 深圳市元征科技股份有限公司 Page loading method, device and medium
CN112073405A (en) * 2020-09-03 2020-12-11 中国平安财产保险股份有限公司 Webpage data loading method and device, computer equipment and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
一种动态Web信息提取方法的设计与实现;方明科;王煜霞;;管理工程师(03);第65-68页 *

Also Published As

Publication number Publication date
CN114422491A (en) 2022-04-29

Similar Documents

Publication Publication Date Title
CN107026871B (en) Web vulnerability scanning method based on cloud computing
KR101708273B1 (en) Method, device, program, recording medium for terminal marking
CN108256014B (en) Page display method and device
CN109871354B (en) File processing method and device
CN113238754A (en) Server rendering method and device, server and storage medium
US10789325B2 (en) Systems and methods for prefetching dynamic URLs
CN112597039A (en) Virtual machine access method, system, device and computer readable storage medium
CN113934559B (en) Application program query method, device, equipment and storage medium
CN114422491B (en) Method and terminal for improving page acquisition efficiency
CN108874472B (en) Method and system for optimally displaying user head portraits
US9270776B2 (en) Dynamically adjusting delivery of content between terminal device and server
CN113220684A (en) Data packet storage and query method, device, system and storage medium
BRPI0914207B1 (en) METHOD OF GENERATING A DOCUMENT AND SMART CARD
JP2013168156A (en) Determination of standby time of content server
CN109582417A (en) A kind of method for showing interface, client and picture servers
CN114124766A (en) Test method and device based on simulation data
US10965781B2 (en) Method and server for displaying access content
CN112434233B (en) Method and device for accelerating first screen rendering of secondary page
CN105812894A (en) Video file processing method and device based on intelligent terminal
CN108632339A (en) A kind of method and system of dynamic select server
WO2015142596A1 (en) Asset collection service through capture of content
US20150207863A1 (en) Method for Providing Remote Server Content to a Web Browser of a User Computer through a Third Party Server, Web Browser, Third Party Server, and Computer-Readable Medium Related Thereto
CN116760811B (en) HTTP data processing method, device and readable storage medium
CN114244581B (en) Cache poisoning vulnerability detection method and device, electronic equipment and storage medium
CN109816411B (en) Resource popularization information processing method, device and system and computer equipment

Legal Events

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