CN111274512A - Page loading method, device and medium - Google Patents

Page loading method, device and medium Download PDF

Info

Publication number
CN111274512A
CN111274512A CN202010049917.6A CN202010049917A CN111274512A CN 111274512 A CN111274512 A CN 111274512A CN 202010049917 A CN202010049917 A CN 202010049917A CN 111274512 A CN111274512 A CN 111274512A
Authority
CN
China
Prior art keywords
static resource
server
access path
static
resource
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
CN202010049917.6A
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.)
Shenzhen Launch Technology Co Ltd
Original Assignee
Shenzhen Launch 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 Shenzhen Launch Technology Co Ltd filed Critical Shenzhen Launch Technology Co Ltd
Priority to CN202010049917.6A priority Critical patent/CN111274512A/en
Publication of CN111274512A publication Critical patent/CN111274512A/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
    • 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)

Abstract

The application discloses a page loading method, a page loading device and a page loading medium, wherein after a page access request sent by terminal equipment is obtained, static resources and dynamic resources corresponding to the page access request are analyzed, a first access path of the static resources is determined according to a pre-obtained resource directory of a static resource server, and the first access path of the static resources and a second access path of the dynamic resources are sent to the terminal equipment so that the terminal equipment can access the corresponding servers respectively according to the first access path and the second access path to complete page loading. Therefore, according to the technical scheme, the static resource server provides the static resource when the terminal equipment downloads the static resource, so that the static resource and the dynamic resource are downloaded by two different servers, the pressure of a single server can be reduced, and the page rendering speed is increased.

Description

Page loading method, device and medium
Technical Field
The present application relates to the field of page loading technologies, and in particular, to a page loading method, apparatus, and medium.
Background
The conventional application server generally stores the dynamic resources and the static resources together, and when receiving a request from a client, downloads the dynamic resources and the static resources corresponding to the request together to complete page loading, and sends the page loading to a terminal device.
Although the above method is convenient for the management of the server, in fact, the bandwidth occupied by the static resource is high, and when the number of files uploaded by the user increases or the number of static resources increases, the performance of the application server is greatly affected due to too much pressure, which results in too slow rendering of the page of the terminal device and poor user experience.
Disclosure of Invention
The application aims to provide a page loading method, a page loading device and a page loading medium, which are used for dividing static resources and dynamic resources required by a terminal device into two different access paths when the terminal device initiates an access request, so that the terminal device downloads the required resources through different servers, and the bandwidth pressure of an application server is reduced.
In order to solve the technical problem, the present application provides a page loading method, which is applied to an application server, and the method includes:
acquiring a page access request sent by terminal equipment;
analyzing static resources and dynamic resources corresponding to the page access request;
determining a first access path of the static resource according to a pre-acquired resource directory of a static resource server;
and sending the first access path of the static resource and the second access path of the dynamic resource to the terminal equipment so that the terminal equipment accesses the corresponding server to complete page loading according to the first access path and the second access path respectively.
Preferably, the first access path includes a pre-configured static resource server access tag and a relative path, where the static resource server access tag is used to characterize the server to be accessed as the static resource server.
Preferably, before the step of determining the first access path of the static resource according to the pre-obtained resource directory of the static resource server, the method further includes:
judging whether a static resource server containing the static resource is provided;
and if so, determining a first access path of the static resource according to the pre-acquired resource directory of the static resource server.
Preferably, it further comprises:
and storing the static resource to a file system in the static resource server.
Preferably, the storing the static resource to the file system in the static resource server includes:
and uploading the static resource to a file system in the static resource server through a soft link.
Preferably, the storing the static resource to the file system in the static resource server includes:
and uploading the static resources to a file system in the static resource server through the FTP server.
In order to solve the above technical problem, the present application further provides a page loading method, applied to a terminal device, where the method includes:
sending a page access request to an application server;
receiving a first access path and a second access path which are sent by the application server according to the page access request;
accessing the corresponding server according to the first access path and the second access path respectively to complete page loading;
and the first access path is determined by the application server according to a pre-acquired resource directory of the static resource server.
In order to solve the above technical problem, the present application further provides a page loading apparatus, which is applied to an application server, and the apparatus includes:
the acquisition module is used for acquiring a page access request sent by the terminal equipment;
the analysis module is used for analyzing the static resources and the dynamic resources corresponding to the page access request;
the determining module is used for determining a first access path of the static resource according to a pre-acquired resource directory of the static resource server;
and the sending module is used for sending the first access path of the static resource and the second access path of the dynamic resource to the terminal equipment so that the terminal equipment can access the corresponding server according to the first access path and the second access path respectively to finish page loading.
In order to solve the above technical problem, the present application further provides an application server, including a memory for storing a computer program;
a processor for implementing the steps of the page loading method when executing the computer program.
In order to solve the above technical problem, the present application further provides a computer-readable storage medium, where a computer program is stored, and when the computer program is executed by a processor, the steps of the page loading method are implemented.
According to the page loading method of the application server, after the page access request sent by the terminal equipment is obtained, the static resource and the dynamic resource corresponding to the page access request are analyzed, the first access path of the static resource is determined according to the pre-obtained resource directory of the static resource server, and the first access path of the static resource and the second access path of the dynamic resource are sent to the terminal equipment so that the terminal equipment can access the corresponding servers respectively according to the first access path and the second access path to complete page loading. Therefore, according to the technical scheme, the static resource server provides the static resource when the terminal equipment downloads the static resource, so that the static resource and the dynamic resource are downloaded by two different servers, the pressure of a single server can be reduced, and the page rendering speed is increased.
In addition, the page loading device and the page loading medium have the same beneficial effects as the method.
Drawings
In order to more clearly illustrate the embodiments of the present application, the drawings needed for the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and that other drawings can be obtained by those skilled in the art without inventive effort.
Fig. 1 is a flowchart of a page loading method applied to an application server according to an embodiment of the present application;
fig. 2 is a flowchart of another page loading method provided in the embodiment of the present application;
fig. 3 is a structural diagram of a page loading apparatus applied to an application server according to an embodiment of the present application;
fig. 4 is a structural diagram of an application server according to an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all the embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments in the present application without any creative effort belong to the protection scope of the present application.
The core of the application is to provide a page loading method, a page loading device and a page loading medium.
In order that those skilled in the art will better understand the disclosure, the following detailed description will be given with reference to the accompanying drawings.
It should be noted that the resource server, the application server, and the like mentioned in the present application can be applied in various fields, for example, one of them can be applied in the field of the platform of the automotive diagnostic device. And the type of page access request is not limited.
Fig. 1 is a flowchart of a page loading method applied to an application server according to an embodiment of the present application. As shown in fig. 1, the method includes:
s10: and acquiring a page access request sent by the terminal equipment.
The user inputs data on the terminal equipment, and the corresponding terminal equipment generates a page access request after receiving the data and sends the page access request to the application server. In general, the network connection with the application server may be implemented through a wide area network, which is not limited in this embodiment.
S11: and analyzing the static resources and the dynamic resources corresponding to the page access request.
After receiving the page access request, the application server parses a corresponding request resource in the request, where the request resource generally includes a static resource and a dynamic resource.
Static resources are usually designed html pages, js scripts, css styles, pictures and the like, and dynamic resources realize dynamic response according to requirements by means of designed programs. Due to the fact that the bandwidth occupied by the static resources is high, the problem of slow rendering when a page is accessed can be caused, and in addition, under the high concurrency condition, if the application server needs to respond to the loading of the dynamic resources of the terminal equipment and the loading of the static resources of the terminal equipment, the processing performance of the application server is inevitably affected greatly, and meanwhile the problem of slow page rendering can also be caused.
Therefore, in this embodiment, the static resource that consumes the bandwidth resource is resolved from the access resource, so that the static resource and the dynamic resource are divided into two parts, and the two acquisition ways are independently implemented by two different servers.
S12: and determining a first access path of the static resource according to a pre-acquired resource directory of the static resource server.
In this embodiment, a resource server needs to be established in advance, and static resources are uploaded to the server for the terminal device to access, and an application server needs to obtain a resource directory of the static resource server in advance, where each resource directory includes one or more static resources. It should be understood that the first access path in this application does not mean that only one access path is included, and the number of access paths needs to be determined according to the page access request, and may be one or multiple.
In addition, it should be noted that the second access path of the dynamic resource may be an existing access path, for example, the application server may be directly accessed, or a separate dynamic resource server may be established, and if the second access path corresponds to the application server, the application server includes the dynamic resource.
The first access path and the second access path hereinafter are access paths for distinguishing static resources from access paths for dynamic resources. It will be appreciated that the first access path and the second access path may take absolute paths or may take relative paths, if the latter is used, the relative path may need to be indicated to determine which server is the relative path.
S13: and sending the first access path of the static resource and the second access path of the dynamic resource to the terminal equipment so that the terminal equipment accesses the corresponding server according to the first access path and the second access path respectively to complete page loading.
After the terminal device sends the page access request, the application server reflects the resource corresponding to the request through the access path, that is, the terminal device needs to provide the access path to download the corresponding resource, and after downloading the resource, the page rendering is performed to obtain the page finally displayed to the user.
In the page loading method applied to the application server, after the page access request sent by the terminal device is obtained, the static resource and the dynamic resource corresponding to the page access request are analyzed, the first access path of the static resource is determined according to the pre-obtained resource directory of the static resource server, and the first access path of the static resource and the second access path of the dynamic resource are sent to the terminal device, so that the terminal device accesses the corresponding server according to the first access path and the second access path respectively to complete page loading. Therefore, according to the technical scheme, the static resource server provides the static resource when the terminal equipment downloads the static resource, so that the static resource and the dynamic resource are downloaded by two different servers, the pressure of a single server can be reduced, and the page rendering speed is increased.
In the above embodiment, the first access path includes a pre-configured static resource server access tag and a relative path, where the static resource server access tag is used to characterize the server to be accessed as a static resource server.
Although the absolute path is simple, when the service scene is changeable, the page loading may be performed by using a resource separation method, and sometimes it is not necessary, and at this time, it is inconvenient to use the absolute path, so in this embodiment, the relative path is used for representation. An absolute path is indicated by adding a static resource server access tag to the relative path. In some application scenarios, when a page needs to be loaded in a resource separation manner, the static resource server access tag is set to be valid, otherwise, the static resource server access tag is invalid, which is equivalent to that the static resource server access tag can be plugged. In particular, the static resource server access tag may be prefixed to the relative path.
It is understood that the form of the static resource server access tag is not limited in this embodiment, as long as the terminal device can identify the static resource server access tag. One specific implementation may be:
(< m: url) >) represents that a static resource server is provided, and the static resource can be obtained by accessing the static resource server;
the (domain') indicates that no static resource server is configured, and the static resource in the current application server is taken.
The mode of accessing the label and the relative path through the pluggable static resource server is used as the first access path, so that the flexibility of configuration can be improved, and the method can be determined according to different application environments (production, test and debug).
Fig. 2 is a flowchart of another page loading method according to an embodiment of the present application. As shown in fig. 2, in this embodiment, before S12, the method further includes:
s20: it is determined whether or not a static resource server including a static resource is provided, and if so, the process proceeds to S12.
Since the above embodiment only shows how to perform page loading when the static resource server and the static resource are included, in some scenarios, the static resource server may not be configured, and if the static resource server is not included, the static resource does not need to be downloaded in the above manner.
In this embodiment, before determining the first access path, it is determined whether a static resource server is provided, so as to improve the execution efficiency.
On the basis of the above embodiment, the method further includes:
and storing the static resource to a file system in a static resource server.
A file system is a method and data structure used by an operating system to specify files on a storage device (usually a disk, but also a NAND Flash based solid state disk) or partition, i.e., a method of organizing files on a storage device. Through file system storage, static resources can be managed and maintained conveniently.
Further, the static resource is uploaded to a file system in the static resource server through a soft link.
Soft links, as opposed to hard links, do not have any file system restrictions and any user can create symbolic links to directories. And thus are now more widely used, with greater flexibility and even the possibility of linking files across different machines, different networks.
Further, the static resources are uploaded to a file system in the static resource server through the FTP server.
The main function of FTP is to let a user connect to a remote computer (running an FTP server program) to see which files are in the remote computer, and then copy the files from the remote computer to the local computer or transfer the files from the local computer to the remote computer, so as to facilitate uploading of static resources.
Corresponding to the above method embodiment, the present application further provides an embodiment of a page loading method applied to a terminal device, where the method includes the following steps:
sending a page access request to an application server;
receiving a first access path and a second access path which are sent by an application server according to a page access request;
accessing the corresponding server according to the first access path and the second access path respectively to complete page loading;
the first access path is determined by the application server according to a pre-acquired resource directory of the static resource server.
Since the above detailed description is given for the embodiment of the page loading method applied to the server, and the method in this embodiment corresponds to this, the details are not repeated in this embodiment.
The page loading method applied to the terminal device provided by the embodiment includes the steps of firstly sending a page access request to an application server, and then receiving a first access path and a second access path sent by the application server according to the page access request; and finally, accessing the corresponding server according to the first access path and the second access path respectively to finish page loading. The first access path is determined by the application server according to a pre-acquired resource directory of the static resource server. Therefore, according to the technical scheme, the static resource server provides the static resource when the terminal equipment downloads the static resource, so that the static resource and the dynamic resource are downloaded by two different servers, the pressure of a single server can be reduced, and the page rendering speed is increased.
In the above embodiments, the page loading method is described in detail, and the present application also provides embodiments corresponding to the page loading apparatus. It should be noted that the present application describes the embodiments of the apparatus portion from two perspectives, one from the perspective of the function module and the other from the perspective of the hardware.
Fig. 3 is a structural diagram of a page loading apparatus applied to an application server according to an embodiment of the present application. As shown in fig. 3, the apparatus includes:
the obtaining module 10 is configured to obtain a page access request sent by a terminal device.
And the analysis module 11 is configured to analyze the static resource and the dynamic resource corresponding to the page access request.
The determining module 12 is configured to determine a first access path of the static resource according to a resource directory of the static resource server acquired in advance.
The sending module 13 is configured to send the first access path of the static resource and the second access path of the dynamic resource to the terminal device, so that the terminal device accesses the corresponding server according to the first access path and the second access path, respectively, to complete page loading.
As a preferred embodiment, the method further comprises the following steps:
and the judging module is used for judging whether a static resource server containing the static resource is matched, and if so, the determining module is triggered.
As a preferred embodiment, the method further comprises the following steps:
and the storage module is used for storing the static resources to a file system in the static resource server.
Since the embodiments of the apparatus portion and the method portion correspond to each other, please refer to the description of the embodiments of the method portion for the embodiments of the apparatus portion, which is not repeated here.
The page loading device applied to the application server provided in this embodiment, after acquiring the page access request sent by the terminal device, parses the static resource and the dynamic resource corresponding to the page access request, determines the first access path of the static resource according to the pre-acquired resource directory of the static resource server, and sends the first access path of the static resource and the second access path of the dynamic resource to the terminal device so that the terminal device accesses the corresponding server according to the first access path and the second access path, respectively, to complete page loading. Therefore, according to the technical scheme, the static resource server provides the static resource when the terminal equipment downloads the static resource, so that the static resource and the dynamic resource are downloaded by two different servers, the pressure of a single server can be reduced, and the page rendering speed is increased.
Based on the angle of hardware, the embodiment of the application provides an application server. Fig. 4 is a structural diagram of an application server according to an embodiment of the present application. As shown in fig. 4, includes a memory 20 for storing a computer program;
the processor 21 is configured to implement the steps of the page loading method provided in the above embodiments when executing the computer program.
The page loading device provided by this embodiment may include, but is not limited to, a smart phone, a tablet computer, a notebook computer, or a desktop computer.
The processor 21 may include one or more processing cores, such as a 4-core processor, an 8-core processor, and the like. The processor 21 may be implemented in at least one hardware form of a DSP (Digital Signal Processing), an FPGA (Field-Programmable Gate Array), and a PLA (Programmable Logic Array). The processor 21 may also include a main processor and a coprocessor, where the main processor is a processor for processing data in an awake state, and is also called a Central Processing Unit (CPU); a coprocessor is a low power processor for processing data in a standby state. In some embodiments, the processor 21 may be integrated with a GPU (Graphics Processing Unit), which is responsible for rendering and drawing the content required to be displayed on the display screen. In some embodiments, the processor 21 may further include an AI (Artificial Intelligence) processor for processing a calculation operation related to machine learning.
The memory 20 may include one or more computer-readable storage media, which may be non-transitory. Memory 20 may also include high speed random access memory, as well as non-volatile memory, such as one or more magnetic disk storage devices, flash memory storage devices. In this embodiment, the memory 20 is at least used for storing the following computer program 201, wherein after the computer program is loaded and executed by the processor 21, the relevant steps of the page loading method disclosed in any of the foregoing embodiments can be implemented. In addition, the resources stored in the memory 20 may also include an operating system 202, data 203, and the like, and the storage manner may be a transient storage manner or a permanent storage manner. Operating system 202 may include, among others, Windows, Unix, Linux, and the like. Data 203 may include, but is not limited to, data corresponding to a page load method, and the like.
In some embodiments, the diagnostic device 20 may further include a display 22, an input/output interface 23, a communication interface 24, a power supply 25, and a communication bus 26.
Those skilled in the art will appreciate that the configuration shown in FIG. 4 does not constitute a limitation of the page loading apparatus and may include more or fewer components than those shown.
The page loading device provided by the embodiment of the application comprises a memory and a processor, wherein when the processor executes a program stored in the memory, the following method can be realized: after a page access request sent by terminal equipment is acquired, static resources and dynamic resources corresponding to the page access request are analyzed, a first access path of the static resources is determined according to a pre-acquired resource directory of a static resource server, and the first access path of the static resources and a second access path of the dynamic resources are sent to the terminal equipment so that the terminal equipment can access the corresponding servers according to the first access path and the second access path respectively to complete page loading. Therefore, according to the technical scheme, the static resource server provides the static resource when the terminal equipment downloads the static resource, so that the static resource and the dynamic resource are downloaded by two different servers, the pressure of a single server can be reduced, and the page rendering speed is increased.
Finally, the application also provides a corresponding embodiment of the computer readable storage medium. The computer-readable storage medium has stored thereon a computer program which, when being executed by a processor, carries out the steps as set forth in the above-mentioned method embodiments.
It is to be understood that if the method in the above embodiments is implemented in the form of software functional units and sold or used as a stand-alone product, it can be stored in a computer readable storage medium. Based on such understanding, the technical solutions of the present application may be embodied in the form of a software product, which is stored in a storage medium and executes all or part of the steps of the methods described in the embodiments of the present application, or all or part of the technical solutions. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The present embodiment provides a computer-readable storage medium, which contains a program that, when executed, is capable of performing the following method: after a page access request sent by terminal equipment is acquired, static resources and dynamic resources corresponding to the page access request are analyzed, a first access path of the static resources is determined according to a pre-acquired resource directory of a static resource server, and the first access path of the static resources and a second access path of the dynamic resources are sent to the terminal equipment so that the terminal equipment can access the corresponding servers according to the first access path and the second access path respectively to complete page loading. Therefore, according to the technical scheme, the static resource server provides the static resource when the terminal equipment downloads the static resource, so that the static resource and the dynamic resource are downloaded by two different servers, the pressure of a single server can be reduced, and the page rendering speed is increased.
The page loading method, device and medium provided by the present application are described in detail above. The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and such improvements and modifications also fall within the scope of the claims of the present application.
It is further noted that, in the present specification, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.

Claims (10)

1. A page loading method is applied to an application server, and comprises the following steps:
acquiring a page access request sent by terminal equipment;
analyzing static resources and dynamic resources corresponding to the page access request;
determining a first access path of the static resource according to a pre-acquired resource directory of a static resource server;
and sending the first access path of the static resource and the second access path of the dynamic resource to the terminal equipment so that the terminal equipment accesses the corresponding server to complete page loading according to the first access path and the second access path respectively.
2. The page loading method according to claim 1, wherein the first access path includes a pre-configured static resource server access tag and a relative path, wherein the static resource server access tag is used to characterize the server to be accessed as the static resource server.
3. The page loading method according to claim 1, wherein before the step of determining the first access path of the static resource according to the pre-obtained resource directory of the static resource server, the method further comprises:
judging whether a static resource server containing the static resource is provided;
and if so, determining a first access path of the static resource according to the pre-acquired resource directory of the static resource server.
4. The page loading method according to claim 1, further comprising:
and storing the static resource to a file system in the static resource server.
5. The page loading method according to claim 4, wherein the storing the static resource into a file system in the static resource server comprises:
and uploading the static resource to a file system in the static resource server through a soft link.
6. The page loading method according to claim 4, wherein the storing the static resource into a file system in the static resource server comprises:
and uploading the static resources to a file system in the static resource server through the FTP server.
7. A page loading method is applied to terminal equipment and is characterized by comprising the following steps:
sending a page access request to an application server;
receiving a first access path and a second access path which are sent by the application server according to the page access request;
accessing the corresponding server according to the first access path and the second access path respectively to complete page loading;
and the first access path is determined by the application server according to a pre-acquired resource directory of the static resource server.
8. A page loading device is applied to an application server, and the device comprises:
the acquisition module is used for acquiring a page access request sent by the terminal equipment;
the analysis module is used for analyzing the static resources and the dynamic resources corresponding to the page access request;
the determining module is used for determining a first access path of the static resource according to a pre-acquired resource directory of the static resource server;
and the sending module is used for sending the first access path of the static resource and the second access path of the dynamic resource to the terminal equipment so that the terminal equipment can access the corresponding server according to the first access path and the second access path respectively to finish page loading.
9. An application server, comprising a memory for storing a computer program;
a processor for implementing the steps of the page loading method as claimed in any one of claims 1 to 7 when executing said computer program.
10. A computer-readable storage medium, characterized in that a computer program is stored on the computer-readable storage medium, which computer program, when being executed by a processor, carries out the steps of the page loading method according to any one of claims 1 to 7.
CN202010049917.6A 2020-01-16 2020-01-16 Page loading method, device and medium Pending CN111274512A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010049917.6A CN111274512A (en) 2020-01-16 2020-01-16 Page loading method, device and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010049917.6A CN111274512A (en) 2020-01-16 2020-01-16 Page loading method, device and medium

Publications (1)

Publication Number Publication Date
CN111274512A true CN111274512A (en) 2020-06-12

Family

ID=70998886

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010049917.6A Pending CN111274512A (en) 2020-01-16 2020-01-16 Page loading method, device and medium

Country Status (1)

Country Link
CN (1) CN111274512A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112003893A (en) * 2020-07-17 2020-11-27 北京达佳互联信息技术有限公司 Resource downloading method and device
CN112732362A (en) * 2021-01-18 2021-04-30 北京展心展力信息科技有限公司 Transnational software resource access method and device, electronic equipment and storage medium
CN113220273A (en) * 2021-05-20 2021-08-06 南方电网数字电网研究院有限公司 Micro front-end application resource processing method, device, equipment and medium
CN114301890A (en) * 2020-09-22 2022-04-08 中国移动通信集团安徽有限公司 Web access request processing method and device
CN114357339A (en) * 2022-03-17 2022-04-15 杭州互链互联网技术有限公司 Page loading method and device and storage medium
CN114422491A (en) * 2021-12-20 2022-04-29 福州佳软软件技术有限公司 Method and terminal for improving page acquisition efficiency
CN113220273B (en) * 2021-05-20 2024-06-04 南方电网数字电网研究院有限公司 Micro front-end application resource processing method, device, equipment and medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104079534A (en) * 2013-03-27 2014-10-01 中国移动通信集团北京有限公司 Method and system of implementing HTTP (Hyper Text Transport Protocol) cache
CN105069132A (en) * 2015-08-17 2015-11-18 中国海洋大学 Webpage implementation method based on static shell
CN106202547A (en) * 2016-07-26 2016-12-07 努比亚技术有限公司 A kind of station field signal method, device and a kind of web station system
CN110020304A (en) * 2017-11-29 2019-07-16 北京京东尚科信息技术有限公司 A kind of method and apparatus of loading page
CN110287432A (en) * 2019-06-28 2019-09-27 北京金山安全软件有限公司 Network information processing method and device and electronic equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104079534A (en) * 2013-03-27 2014-10-01 中国移动通信集团北京有限公司 Method and system of implementing HTTP (Hyper Text Transport Protocol) cache
CN105069132A (en) * 2015-08-17 2015-11-18 中国海洋大学 Webpage implementation method based on static shell
CN106202547A (en) * 2016-07-26 2016-12-07 努比亚技术有限公司 A kind of station field signal method, device and a kind of web station system
CN110020304A (en) * 2017-11-29 2019-07-16 北京京东尚科信息技术有限公司 A kind of method and apparatus of loading page
CN110287432A (en) * 2019-06-28 2019-09-27 北京金山安全软件有限公司 Network information processing method and device and electronic equipment

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112003893A (en) * 2020-07-17 2020-11-27 北京达佳互联信息技术有限公司 Resource downloading method and device
CN112003893B (en) * 2020-07-17 2023-07-25 北京达佳互联信息技术有限公司 Resource downloading method and device
CN114301890A (en) * 2020-09-22 2022-04-08 中国移动通信集团安徽有限公司 Web access request processing method and device
CN114301890B (en) * 2020-09-22 2023-09-05 中国移动通信集团安徽有限公司 Web access request processing method and device
CN112732362A (en) * 2021-01-18 2021-04-30 北京展心展力信息科技有限公司 Transnational software resource access method and device, electronic equipment and storage medium
CN113220273A (en) * 2021-05-20 2021-08-06 南方电网数字电网研究院有限公司 Micro front-end application resource processing method, device, equipment and medium
CN113220273B (en) * 2021-05-20 2024-06-04 南方电网数字电网研究院有限公司 Micro front-end application resource processing method, device, equipment and medium
CN114422491A (en) * 2021-12-20 2022-04-29 福州佳软软件技术有限公司 Method and terminal for improving page acquisition efficiency
CN114422491B (en) * 2021-12-20 2024-01-30 福州佳软软件技术有限公司 Method and terminal for improving page acquisition efficiency
CN114357339A (en) * 2022-03-17 2022-04-15 杭州互链互联网技术有限公司 Page loading method and device and storage medium

Similar Documents

Publication Publication Date Title
CN111274512A (en) Page loading method, device and medium
CN107276842B (en) Interface test method and device and electronic equipment
CN109324857B (en) User guide implementation method, device and storage medium
CN110955409B (en) Method and device for creating resources on cloud platform
CN111694733A (en) API (application programming interface) testing method and device for software development kit SDK (software development kit)
CN107305528B (en) Application testing method and device
CN112729868A (en) Vehicle diagnosis method, device, equipment and medium
CN111783010B (en) Webpage blank page monitoring method, device, terminal and storage medium
CN112988569A (en) Method and system for viewing micro-service request response based on nginx
CN111338928A (en) Chrome-based browser testing method and device
CN111666201A (en) Regression testing method, device, medium and electronic equipment
CN115858282A (en) Front-end performance visual monitoring method and system
CN111459484B (en) Method for simulating back-end data during separate development of front end and back end of webpage
CN112527656A (en) Websocket interface test method, device and equipment
CN111796878A (en) Resource splitting and loading method and device applied to single-page application
CN112579447A (en) Browser testing method and device
CN112417818A (en) Document directory generation method and device, storage medium and electronic equipment
CN112988560A (en) Method and device for testing system robustness
CN112685097B (en) Data processing method and device
CN111444057A (en) Page performance data acquisition method and device and computing equipment
CN111901185B (en) Account number management method and device for VoIP phone automatic test system
CN111176969B (en) Data processing method, device, equipment and storage medium
CN114826994B (en) User environment playback method, system, electronic device and readable storage medium
CN110633181B (en) Visual display method and device
CN107632848B (en) Data processing method and device

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: 20200612