[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

CN116070048A - H5 page display method, device and equipment - Google Patents

H5 page display method, device and equipment Download PDF

Info

Publication number
CN116070048A
CN116070048A CN202310200592.0A CN202310200592A CN116070048A CN 116070048 A CN116070048 A CN 116070048A CN 202310200592 A CN202310200592 A CN 202310200592A CN 116070048 A CN116070048 A CN 116070048A
Authority
CN
China
Prior art keywords
target
page
package
offline package
address
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202310200592.0A
Other languages
Chinese (zh)
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.)
Jiangsu Suning Bank Co Ltd
Original Assignee
Jiangsu Suning Bank 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 Jiangsu Suning Bank Co Ltd filed Critical Jiangsu Suning Bank Co Ltd
Priority to CN202310200592.0A priority Critical patent/CN116070048A/en
Publication of CN116070048A publication Critical patent/CN116070048A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

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)

Abstract

The invention relates to the technical field of computers, and discloses a method, a device and equipment for displaying an H5 page, which are characterized by comprising the following steps: acquiring an H5 page display instruction from a target application installed on a terminal; according to the H5 page display instruction, analyzing to obtain a target address of a target page, and then according to the target page address, obtaining a target offline package identifier and interface preloading configuration, wherein the target offline package comprises a static resource package of the target page and a corresponding signature file; executing operation one and operation two synchronously, wherein operation one: acquiring a target offline package corresponding to the target offline package identification data; and (2) operation II: according to the interface preloading configuration, accessing a service server to acquire dynamic resources of a target page; loading a target offline package in a target application, and displaying a target page by using dynamic resources of the target page; the method of off-line package and interface preloading is adopted, and the loading speed of the page is further improved.

Description

H5 page display method, device and equipment
Technical Field
The invention relates to the technical field of computers, in particular to an H5 page display method, an H5 page display device and H5 page display equipment.
Background
With the development of the mobile internet, a large number of H5 pages exist in various application programs. There are many resource files in the H5 page. When the application program opens the H5 page, the application program needs to remotely load, analyze, render and other processes through the network access server. The user has long waiting time, and the actual use experience of the user is affected.
Aiming at the problem that the H5 page loading time is longer, no effective solution is proposed at present.
Disclosure of Invention
The invention aims to provide an H5 page display method, device and equipment, which adopt an off-line package and interface preloading mode, so that before the interface preloading is performed on an H5 page, dynamic resources are requested to be acquired from a service server in advance, after off-line package data of the H5 page, namely static resources, are completely loaded from the local, the dynamic resources are prepared in advance, and rendering can be performed directly, so that the loading speed of the page is further improved as a whole.
The technical aim of the invention is realized by the following technical scheme: an H5 page display method includes the steps of:
acquiring an H5 page display instruction from a target application installed on a terminal, wherein the H5 page display instruction is used for requesting to display a target page;
according to the H5 page display instruction, analyzing to obtain a target address of a target page, and then according to the target page address, obtaining a target offline package identifier and interface preloading configuration, wherein the target offline package comprises a static resource package of the target page and a corresponding signature file;
executing operation one and operation two synchronously, wherein operation one: acquiring a target offline package corresponding to the target offline package identification data; and (2) operation II: according to the interface preloading configuration, accessing a service server to acquire dynamic resources of a target page;
and loading the target offline package in the target application, and displaying the target page by using the dynamic resource of the target page.
As a preferable technical scheme of the method, before the step of acquiring the H5 page display instruction from the target application installed on the terminal, the identification information of the target offline package sent by the server is acquired in advance, and the corresponding target offline package is downloaded according to the identification information and stored in the terminal.
As a preferred technical scheme of the method, the steps of analyzing the target address of the target page according to the H5 page display instruction and obtaining the target offline package identifier and the interface preloading configuration according to the target page address comprise the following substeps:
according to the H5 page display instruction, analyzing to obtain a target address of a target page sent from a server;
judging whether the target address comprises identification information and configuration information or not, if so, extracting the identification information from the target address, and determining a target offline packet identification according to the identification information; if the configuration information is included, the configuration information is extracted from the target address, and the interface preloading configuration of the target page is determined according to the configuration information.
As a preferable technical scheme of the method, when the step of acquiring the target offline package corresponding to the target offline package identification data is executed, the step of executing the label checking operation after the label checking result passes is needed, and the step of executing the label checking operation is as follows:
decrypting the signature file in the target offline package by using the public key of the target offline package provided by the server to obtain first abstract information;
acquiring binary stream data of the static resource package according to the path of the static resource package in the target offline package;
carrying out abstract extraction on binary stream data of the static resource package based on an abstract extraction mode corresponding to the signature file to obtain second abstract information;
and comparing the first abstract information with the second abstract information to determine a signature verification result, wherein the signature verification result is that the signature verification passes when the first abstract information is identical to the second abstract information.
As a preferable technical scheme of the method, the step of accessing the service server to acquire the dynamic resource of the target page according to the interface preloading configuration comprises the following sub-steps:
analyzing the interface preloading configuration, and acquiring a request address and a request parameter of the interface preloading configuration;
and according to the request address and the request parameters of the interface preloading configuration, sending a request for acquiring the dynamic resources to the corresponding service server, receiving the dynamic resources, and sending the dynamic resources to the target page.
As a preferable technical scheme of the method, the step of loading the target offline package in the target application comprises the following sub-steps:
acquiring a loading address of a static resource package in a target offline package, wherein the static resource package comprises a main page file of a target page, and resources and script files referenced by the main page file;
and analyzing the static resource package according to the generation mode of the static resource package at the server, and obtaining and operating the main page file and the resources and script files referenced by the main page file.
As a preferred technical scheme of the method, after the step of loading the target offline package in the target application and displaying the target page by using the dynamic resource of the target page, the first version information of the target offline package is sent to the server, and the first version information and the second version information are compared by the server, wherein the offline package corresponding to the second version information is the offline package to be updated of the target offline package;
and under the condition that the first version information is different from the second version information, downloading the binary patch of the offline package to be updated from the server, and updating the binary patch into the target offline package.
An H5 page display device for use in the above method, comprising:
the instruction acquisition module is used for acquiring an H5 page display instruction from a target application installed on the terminal, wherein the H5 page display instruction is used for requesting to display a target page;
the identification determining module is used for analyzing and obtaining a target address of a target page according to the H5 page display instruction, and obtaining a target offline package identification and interface preloading configuration according to the target page address, wherein the target offline package comprises a static resource package of the target page and a corresponding signature file;
the resource acquisition module is used for executing the operation I and the operation II simultaneously, the resource acquisition module comprises an offline package acquisition module and a dynamic resource acquisition module, and the offline package acquisition module is used for executing the operation I: acquiring a target offline package corresponding to the target offline package identification data; the dynamic resource acquisition module is configured to perform operation two: according to the interface preloading configuration, accessing a service server to acquire dynamic resources of a target page;
and the rendering display module is used for loading the target offline package in the target application and displaying the target page by using the dynamic resource of the target page.
An H5 page display device comprising: a processor and a memory, the memory storing a computer program executable by the processor, the processor implementing the above method when executing the computer program.
In summary, the invention has the following beneficial effects: the method adopts an off-line package and interface preloading mode for the H5 page, so that the interface preloading requests the service server to acquire the dynamic resources in advance before the H5 page is rendered, and the dynamic resources can be directly rendered after the off-line package data of the H5 page is completely loaded from the local until the static resources are completely loaded from the local, thereby further improving the loading speed of the page as a whole; the method comprises the steps of loading the target offline package stored on the terminal, and leading the service server to obtain dynamic resources required by the page in advance according to the interface preloading configuration to render, so that the two dynamic resources can be processed in parallel in the time dimension, the page can be displayed more rapidly when a user accesses the page, and the page display speed is improved.
Drawings
FIG. 1 is a flow chart of an alternative H5 page display method according to an embodiment of the invention;
FIG. 2 is a schematic diagram of an application environment of an alternative H5 page display method according to an embodiment of the invention
FIG. 3 is a schematic diagram of an alternative H5 page display device according to an embodiment of the invention;
FIG. 4 is a schematic diagram of an alternative load offline package according to an embodiment of the present invention;
FIG. 5 is a schematic diagram of an alternative offline package directory hierarchy in accordance with an embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings.
The invention aims to improve the display speed of a page, and the improvement of the display speed of the page is an important task in the optimization of the performance of the page at a mobile end, and one page generally comprises two types of resources, namely static resources and dynamic resources, wherein the static resources can comprise HTML, javaScript, CSS and the like and are generally irrelevant to users accessing the page.
The dynamic resource may be data corresponding to a certain entry, for example, it may be related to the situation of the user himself accessing the page. For another example, the dynamic resource may be data corresponding to a time parameter, and the value of the resource may change with time. The dynamic resources may be dynamically changed, and when the dynamic resources are acquired, a corresponding entry may be indicated, so that the service server returns to the corresponding dynamic resources according to the entry.
Therefore, in order to improve the page display speed, the static resources can be packaged into an offline package, and distributed to the local client before the page access, and the static resources are preferentially acquired locally when the user accesses the page, so that the page display speed is improved.
Specifically, the invention provides an H5 page display method and a corresponding device, as shown in fig. 2, wherein the device includes: the device comprises an instruction acquisition module, an identification determination module, a resource acquisition module and a rendering display module; the method of the invention is carried out by using the aforementioned modules, as shown in fig. 1, the steps of the specific method are as follows:
s1, acquiring an H5 page display instruction from a target application installed on a terminal through an instruction acquisition module, wherein the H5 page display instruction is used for requesting to display a target page;
before S1 is executed, the identification information of the target offline package sent by the server is obtained in advance, and the corresponding target offline package is downloaded and stored in the terminal according to the identification information. The target offline package includes, but is not limited to, a compressed package compressed by compression software, such as zip compression format, 7z or gz compression format.
Specifically, the identification information can be sent from the server alone or carried in the website information, the website information is sent to the target application by the server, the website information sent by the server is received in the target application, and the terminal can acquire the identification information of the target offline package from the website information. And under the condition that the website information comprises the identification information of the target offline package, the terminal downloads the target offline package from the server and stores the target offline package on the terminal.
Optionally, the server sends a website address that further includes identification information of the target offline package. For example, a unique identification app id of the target offline package. The app ids of different offline packages are different, and the content of the internal packages is also different. The app id may be included in a Uniform Resource Locator (URL) address of the target page. A partial field identification of the domain name may be used, for example, one page is addressed as follows: https:// { app id }. H5app.abc.com/home/index. Html, then it indicates that the current address corresponds to an offline packet, and the terminal may obtain a target offline packet with id { app id }. Where h5app.abc.com is an identification of whether an offline package exists, it may be generally defined as a virtual domain name.
S2, analyzing to obtain a target address of a target page according to an H5 page display instruction through an identification determining module, and obtaining a target offline package identification and interface preloading configuration according to the target page address, wherein the target offline package comprises a static resource package of the target page and a corresponding signature file;
the specific substeps are as follows:
s21, according to the H5 page display instruction, analyzing and obtaining a target address of a target page sent from the server.
S22, judging whether the target address comprises identification information and configuration information, if so, extracting the identification information from the target address, and determining a target offline packet identification according to the identification information; if the configuration information is included, the configuration information is extracted from the target address, and the interface preloading configuration of the target page is determined according to the configuration information.
S3, executing the first operation and the second operation synchronously through a resource acquisition module, wherein the resource acquisition module comprises an offline package acquisition module and a dynamic resource acquisition module, and executing the first operation through the offline package acquisition module: acquiring a target offline package corresponding to the target offline package identification data;
when executing a step of operation, the signature verification operation needs to be performed in advance, the signature verification result can be executed after passing through, and the step of the signature verification operation is as follows:
decrypting the signature file in the target offline package by using the public key of the target offline package provided by the server to obtain first abstract information;
acquiring binary stream data of the static resource package according to the path of the static resource package in the target offline package;
carrying out abstract extraction on binary stream data of the static resource package based on an abstract extraction mode corresponding to the signature file to obtain second abstract information;
and comparing the first abstract information with the second abstract information to determine a signature verification result, wherein the signature verification result is that the signature verification passes when the first abstract information is identical to the second abstract information.
Executing through the dynamic resource acquisition module, and operating two: according to the interface preloading configuration, accessing a service server to acquire dynamic resources of a target page; the specific contents are as follows: analyzing the interface preloading configuration, and acquiring a request address and a request parameter of the interface preloading configuration; according to the request address and request parameters of the interface preloading configuration, a request for acquiring dynamic resources is sent to a corresponding service server, the dynamic resources are received and sent to a target page, and the time sequence of the second operation is that the dynamic resources of the target page are acquired before the target page is accessed.
S4, loading a target offline package in the target application through the rendering display module, and displaying the target page by using dynamic resources of the target page.
The method for loading the target offline package link in the target application comprises the following sub-steps:
s41, acquiring a loading address of a static resource package in a target offline package, wherein the static resource package comprises a main page file of a target page, and resources and script files referenced by the main page file;
s42, analyzing the static resource package according to the generation mode of the static resource package at the server, and obtaining and running the main page file and the resources and script files referenced by the main page file.
Optionally, fig. 4 is a flowchart of loading a target offline package by a terminal in this embodiment, including the following steps:
s401: starting;
s402: and determining whether the page display instruction carries identification information of the target offline package in the acquired page display instruction, wherein the page display instruction is a url format website, and checking whether the domain name is consistent with the unique domain name { app id }. H5app.abc.com of the offline package to determine whether the current H5 page supports offline package characteristics.
S403: and when the domain name of the address to be loaded is the domain name special for the offline package, the terminal downloads the offline package corresponding to the H5 page in the background according to the offline package identification app id.
S404: when the page display instruction is https:// { app id }. H5app. Abc. Com/home/index. Html, the terminal locally searches the corresponding target offline package, if the corresponding target offline package is found, the terminal determines a loading address, and returns the loading address to the target application of the terminal, so that the loading of the main page of the source and script file referenced by the main page file and the main page of the H5 is completed (the main page file can be an html file).
S405: and if the target offline file is not found locally, loading the target page in a background server according to the network request.
S406: the obtained page display instruction determines whether the page display instruction carries the interface preloading identification information, for example, a query parameter identification may be used, for example, _prerpc=url code (rpc _config), where rpc _config contains the request address and the request parameter of the preloading interface.
S407: when the interface preloading identification is acquired, a client-side native network framework is used for requesting the preloading interface, and after the dynamic resource is acquired, the dynamic resource is transmitted to a webview page through jsbridge.
Optionally, in this embodiment, the terminal may go to the server to download the target offline package if the terminal finds the target offline package. The downloaded target offline package may be in zip compression format, and the terminal decompresses after completing the downloading. And after decompression, obtaining the storage structure of the target offline package file. FIG. 5 is a hierarchical structure of offline package directories corresponding to load addresses in an example. As shown in fig. 5, the directory is set in accordance with the structure of the url path. Where root directory 100 is the naming of the identification information { app id } by the target offline package. The main page file is index. Html, and the loading address of index. Html is 100/home/index. It follows that the index. Html load address matches the path in the url address in the server. The path of the weixin js referenced by the internal code in index, html, i.e. the content of the main page file of page h5, is also set according to the path structure of url, such as 200/def.com/common/weixin js, where 200 is the identity of the public offline package and def.com is the public domain name of the resource file deployment. As an alternative embodiment, to reduce the offline package size, a common offline package is individually extracted for the resources that exist in all of the offline packages, for storing the common resource file.
After S4 is executed, first version information of a target offline package is sent to a server, and the first version information and second version information are compared through the server, wherein the offline package corresponding to the second version information is an offline package to be updated of the target offline package;
and under the condition that the first version information is different from the second version information, downloading the binary patch of the offline package to be updated from the server, and updating the binary patch into the target offline package.
The invention also provides an H5 page display device corresponding to the method and the device, comprising: a processor and a memory storing a computer program executable by the processor, the processor implementing the above method when executing the computer program.
As an alternative embodiment, the above-mentioned H5 page display method may be applied, but not limited to, in the environment shown in fig. 3. As shown in fig. 3, an H5 page display instruction is acquired in a target application 103 installed on a terminal of a user equipment 105, where the H5 page display instruction is used to request to display a target page indicated by a target address in the target application 103; the user equipment 105 may search the memory 102 for the target offline package 104 corresponding to the target address, where the target offline package 104 is an offline package downloaded by the target application 103 from the offline package server 107 of the target application through the network 106 and stored on the user equipment 105 before acquiring the page display instruction; while searching the target offline package 104, the processing engine 110 of the service server 109 is accessed through the network 106 to acquire the dynamic resource of the target page; in case the user equipment 105 finds the target offline package 104, the target offline package 104 and the dynamic resources are loaded in the target application 103 to display the target page in the target application 103.
The method has the advantages that the method adopts an offline package and interface preloading mode for the H5 page, so that the interface preloading requests the service server to acquire the dynamic resources in advance before the H5 page is rendered, and the dynamic resources are prepared in advance after the offline package data of the H5 page is completely loaded from the local by the static resources, so that the rendering can be directly carried out, and the loading speed of the page is further improved as a whole; the method comprises the steps of loading the target offline package stored on the terminal, and leading the service server to obtain dynamic resources required by the page in advance according to the interface preloading configuration to render, so that the two dynamic resources can be processed in parallel in the time dimension, the page can be displayed more rapidly when a user accesses the page, and the page display speed is improved.
The above description is only a preferred embodiment of the present invention, and the protection scope of the present invention is not limited to the above examples, and all technical solutions belonging to the concept of the present invention belong to the protection scope of the present invention. It should be noted that modifications and adaptations to the present invention may occur to one skilled in the art without departing from the principles of the present invention and are intended to be within the scope of the present invention.

Claims (9)

1. An H5 page display method is characterized in that: the method comprises the following steps:
acquiring an H5 page display instruction from a target application installed on a terminal, wherein the H5 page display instruction is used for requesting to display a target page;
according to the H5 page display instruction, analyzing to obtain a target address of a target page, and then according to the target page address, obtaining a target offline package identifier and interface preloading configuration, wherein the target offline package comprises a static resource package of the target page and a corresponding signature file;
executing operation one and operation two synchronously, wherein operation one: acquiring a target offline package corresponding to the target offline package identification data; and (2) operation II: according to the interface preloading configuration, accessing a service server to acquire dynamic resources of a target page;
and loading the target offline package in the target application, and displaying the target page by using the dynamic resource of the target page.
2. The H5 page display method according to claim 1, wherein: before the step of acquiring the H5 page display instruction from the target application installed on the terminal, acquiring the identification information of the target offline package sent by the server in advance, and downloading the corresponding target offline package to the terminal for storage according to the identification information.
3. The H5 page display method according to claim 2, wherein: the step of analyzing the target address of the target page according to the H5 page display instruction and obtaining the target offline package identifier and the interface preloading configuration according to the target page address comprises the following sub-steps:
according to the H5 page display instruction, analyzing to obtain a target address of a target page sent from a server;
judging whether the target address comprises identification information and configuration information or not, if so, extracting the identification information from the target address, and determining a target offline packet identification according to the identification information; if the configuration information is included, the configuration information is extracted from the target address, and the interface preloading configuration of the target page is determined according to the configuration information.
4. A method of displaying an H5 page according to claim 3, wherein: when the step of obtaining the target offline package corresponding to the target offline package identification data is executed, the step of performing a signature verification operation in advance, wherein the signature verification operation can be executed only after the signature verification result passes, and the step of performing the signature verification operation is as follows:
decrypting the signature file in the target offline package by using the public key of the target offline package provided by the server to obtain first abstract information;
acquiring binary stream data of the static resource package according to the path of the static resource package in the target offline package;
carrying out abstract extraction on binary stream data of the static resource package based on an abstract extraction mode corresponding to the signature file to obtain second abstract information;
and comparing the first abstract information with the second abstract information to determine a signature verification result, wherein the signature verification result is that the signature verification passes when the first abstract information is identical to the second abstract information.
5. The H5 page display method according to claim 4, wherein: the step of accessing the service server to acquire the dynamic resources of the target page according to the interface preloading configuration comprises the following sub-steps:
analyzing the interface preloading configuration, and acquiring a request address and a request parameter of the interface preloading configuration;
and according to the request address and the request parameters of the interface preloading configuration, sending a request for acquiring the dynamic resources to the corresponding service server, receiving the dynamic resources, and sending the dynamic resources to the target page.
6. The H5 page display method according to claim 5, wherein: the step of loading the target offline package in the target application comprises the following sub-steps:
acquiring a loading address of a static resource package in a target offline package, wherein the static resource package comprises a main page file of a target page, and resources and script files referenced by the main page file;
and analyzing the static resource package according to the generation mode of the static resource package at the server, and obtaining and operating the main page file and the resources and script files referenced by the main page file.
7. The H5 page display method of claim 6, wherein: after the step of loading the target offline package in the target application and displaying the target page by using the dynamic resource of the target page, sending first version information of the target offline package to a server, and comparing the first version information with second version information by the server, wherein the offline package corresponding to the second version information is an offline package to be updated of the target offline package;
and under the condition that the first version information is different from the second version information, downloading the binary patch of the offline package to be updated from the server, and updating the binary patch into the target offline package.
8. An H5 page display device for performing the method of claim 1, characterized by: comprising the following steps:
the instruction acquisition module is used for acquiring an H5 page display instruction from a target application installed on the terminal, wherein the H5 page display instruction is used for requesting to display a target page;
the identification determining module is used for analyzing and obtaining a target address of a target page according to the H5 page display instruction, and obtaining a target offline package identification and interface preloading configuration according to the target page address, wherein the target offline package comprises a static resource package of the target page and a corresponding signature file;
the resource acquisition module is used for executing the operation I and the operation II simultaneously, the resource acquisition module comprises an offline package acquisition module and a dynamic resource acquisition module, and the offline package acquisition module is used for executing the operation I: acquiring a target offline package corresponding to the target offline package identification data; the dynamic resource acquisition module is configured to perform operation two: according to the interface preloading configuration, accessing a service server to acquire dynamic resources of a target page;
and the rendering display module is used for loading the target offline package in the target application and displaying the target page by using the dynamic resource of the target page.
9. An H5 page display device, characterized by: comprising the following steps: a processor and a memory storing a computer program executable by the processor, the processor implementing the method of any one of claims 1-7 when the computer program is executed.
CN202310200592.0A 2023-03-06 2023-03-06 H5 page display method, device and equipment Pending CN116070048A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310200592.0A CN116070048A (en) 2023-03-06 2023-03-06 H5 page display method, device and equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310200592.0A CN116070048A (en) 2023-03-06 2023-03-06 H5 page display method, device and equipment

Publications (1)

Publication Number Publication Date
CN116070048A true CN116070048A (en) 2023-05-05

Family

ID=86175002

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310200592.0A Pending CN116070048A (en) 2023-03-06 2023-03-06 H5 page display method, device and equipment

Country Status (1)

Country Link
CN (1) CN116070048A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20200052976A1 (en) * 2018-08-08 2020-02-13 Servicenow, Inc. Offline Updates for Native Mobile Applications
CN111638922A (en) * 2020-06-04 2020-09-08 北京字节跳动网络技术有限公司 Page resource loading method and device
CN112241298A (en) * 2019-07-18 2021-01-19 腾讯科技(深圳)有限公司 Page display method and device, storage medium and electronic device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20200052976A1 (en) * 2018-08-08 2020-02-13 Servicenow, Inc. Offline Updates for Native Mobile Applications
CN112241298A (en) * 2019-07-18 2021-01-19 腾讯科技(深圳)有限公司 Page display method and device, storage medium and electronic device
CN111638922A (en) * 2020-06-04 2020-09-08 北京字节跳动网络技术有限公司 Page resource loading method and device

Similar Documents

Publication Publication Date Title
US10412176B2 (en) Website access method, apparatus, and website system
CN107203555B (en) Page loading processing method and device
US9641591B1 (en) Modifying web content at a client
CN105824909B (en) Page generation method and device
US9509764B1 (en) Updating cached web content
CN107465707B (en) Content refreshing method and device for content distribution network
CN110866198B (en) Static resource caching method, system, device, computer equipment and storage medium
US9401949B1 (en) Client web content cache purge
CN112559927B (en) Webpage loading method and device
CN102855334B (en) A kind of browser and the method obtaining dns resolution data thereof
CN111416885B (en) Outer chain rewriting distributed system with fixed-length domain name
US20130262704A1 (en) System and method for improving delivery of content over a network
CN108256014B (en) Page display method and device
CN114238811B (en) Page loading method, page request response method, device, equipment and medium
CN112241298A (en) Page display method and device, storage medium and electronic device
CN111224880A (en) Interface data acquisition method and device for single-page application and storage medium
CN113761412A (en) Application page display method and device, electronic equipment, medium and application system
CN103678295B (en) Method and device for providing files for user
KR20060080180A (en) Method of caching data assets
CN116070048A (en) H5 page display method, device and equipment
CN111782244A (en) Configuration file updating method and device, computer equipment and storage medium
CN109492144B (en) Association relation analysis method, device and storage medium for software system
CN103793459B (en) Webpage opening method and device
CN113961841A (en) Native application webpage loading method, system, storage medium and equipment
CN115296915B (en) Webpage data access method and device, equipment, medium and product thereof

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20230505