CN110598149A - Webpage access method, device and storage medium - Google Patents

Webpage access method, device and storage medium Download PDF

Info

Publication number
CN110598149A
CN110598149A CN201910767431.3A CN201910767431A CN110598149A CN 110598149 A CN110598149 A CN 110598149A CN 201910767431 A CN201910767431 A CN 201910767431A CN 110598149 A CN110598149 A CN 110598149A
Authority
CN
China
Prior art keywords
webpage
data
source code
page
server
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
CN201910767431.3A
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.)
Ping An Puhui Enterprise Management Co Ltd
Original Assignee
Ping An Puhui Enterprise Management 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 Ping An Puhui Enterprise Management Co Ltd filed Critical Ping An Puhui Enterprise Management Co Ltd
Priority to CN201910767431.3A priority Critical patent/CN110598149A/en
Publication of CN110598149A publication Critical patent/CN110598149A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/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
    • 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/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

Abstract

The embodiment of the application discloses a webpage access method, a device and a storage medium, which comprise the following steps: when a first webpage access request sent by a client aiming at a first webpage is received, a first webpage source code which is pre-stored in a content distribution network server and corresponds to a first network address carried by the first webpage access request is obtained, and the webpage type of the first webpage is determined according to the first webpage source code; if the page type of the first webpage is determined to be the dynamic webpage, acquiring a first data set which is pre-stored in a content distribution network server and corresponds to a first network address, and acquiring a function set which is pre-stored in the dynamic server and corresponds to the first network address; calling a function set according to the first webpage access request to obtain a second data set; and sending the first webpage source code and the first data set and the second data set to the client. By the method and the device, the webpage access efficiency can be improved.

Description

Webpage access method, device and storage medium
Technical Field
The application relates to the technical field of data processing, and mainly relates to a webpage access method, a webpage access device and a storage medium.
Background
In the internet technology, an internet site provides an access service to a client through a web page. In a website with a large access amount and a high concurrent request of a client, how to respond to a webpage request of the client in time and improve the access experience of a user is a problem of important consideration in the technical architecture design of the website.
Disclosure of Invention
The embodiment of the application provides a webpage access method, a webpage access device and a storage medium, and the webpage access efficiency can be improved.
In a first aspect, an embodiment of the present application provides a method for accessing a web page, including:
when a first webpage access request sent by a client aiming at a first webpage is received, wherein the first webpage access request carries a first network address of the first webpage, and a first webpage source code which is pre-stored in a content distribution network server and corresponds to the first network address is obtained;
determining the webpage type of the first webpage according to the first webpage source code;
if the page type of the first webpage is a dynamic webpage, acquiring a first data set which is pre-stored in the content distribution network server and corresponds to the first network address, and acquiring a function set which is pre-stored in the dynamic server and corresponds to the first network address;
calling the function set according to the first webpage access request to obtain a second data set;
and sending the first webpage source code and the first data set and the second data set to the client.
In a second aspect, an embodiment of the present application provides a web page access apparatus, including:
the content distribution network server comprises an acquisition unit and a content distribution unit, wherein the acquisition unit is used for acquiring a first webpage source code which is pre-stored in the content distribution network server and corresponds to a first network address when receiving a first webpage access request which is sent by a client aiming at the first webpage and carries the first network address of the first webpage;
the determining unit is used for determining the webpage type of the first webpage according to the first webpage source code;
the acquiring unit is further configured to acquire a first data set corresponding to the first network address and pre-stored in the content distribution network server, and acquire a function set corresponding to the first network address and pre-stored in the dynamic server, if the page type of the first web page is a dynamic web page; calling the function set according to the first webpage access request to obtain a second data set;
a communication unit, configured to send the first web page source code and the first data set, and the second data set to the client.
In a third aspect, an embodiment of the present application provides an electronic device, including a processor, a memory, a communication interface, and one or more programs, where the one or more programs are stored in the memory and configured to be executed by the processor, and the program includes instructions for some or all of the steps described in the first aspect.
In a fourth aspect, an embodiment of the present application provides a computer-readable storage medium for storing a computer program, wherein the computer program causes a computer to perform some or all of the steps described in the first aspect.
The embodiment of the application has the following beneficial effects:
after the webpage access method, the webpage access device and the storage medium are adopted, when a first webpage access request sent by a client aiming at a first webpage is received, a first webpage source code which is pre-stored in a content distribution network server and corresponds to a first network address carried by the first webpage access request is obtained, and the webpage type of the first webpage is determined according to the first webpage source code. And if the webpage type of the first webpage is a dynamic webpage, acquiring a first data set which is pre-stored in a content distribution network server and corresponds to the first network address and a function set which is pre-stored in the dynamic server and corresponds to the first network address. And then calling the function set according to the first webpage access request to obtain a second data set, and sending the first webpage source code, the first data set and the second data set to the client. Therefore, when the access request of the dynamic webpage is received, the corresponding data sets are obtained through the content distribution network server and the dynamic server respectively, and the access efficiency of the dynamic webpage can be improved.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Wherein:
fig. 1 is a schematic structural diagram of a web page access system according to an embodiment of the present application;
fig. 2 is a schematic structural diagram of a web page access device according to an embodiment of the present application;
fig. 3 is a schematic flowchart of a web page access method according to an embodiment of the present application;
fig. 4 is a schematic flowchart of another web page access method provided in the embodiment of the present application;
fig. 5 is a schematic structural diagram of another web page access device according to an embodiment of the present application.
Detailed Description
In order to make the technical solutions of the present application better understood, 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 of the embodiments. All other embodiments obtained by a person of ordinary skill in the art without any inventive work according to the embodiments of the present application are within the scope of the present application.
The terms "first," "second," and the like in the description and claims of the present application and in the above-described drawings are used for distinguishing between different objects and not for describing a particular order. Furthermore, the terms "include" and "have," as well as any variations thereof, are intended to cover non-exclusive inclusions. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not limited to only those steps or elements listed, but may alternatively include other steps or elements not listed, or inherent to such process, method, article, or apparatus.
Reference herein to "an embodiment" means that a particular feature, structure, or characteristic described in connection with the embodiment can be included in at least one embodiment of the application. The appearances of the phrase in various places in the specification are not necessarily all referring to the same embodiment, nor are separate or alternative embodiments mutually exclusive of other embodiments. It is explicitly and implicitly understood by one skilled in the art that the embodiments described herein can be combined with other embodiments.
First, a static web page and a dynamic web page related to the present application are introduced, in which:
static web pages, also referred to as normal web pages, are referred to relative to dynamic web pages. Static web pages do not mean that all elements in the web page are static, but mean that the web page file has no program code and only has hypertext markup language (HTML) tags, and the common suffixes are HTML, shtml, xml, and the like. In static web pages, a Graphics Interchange Format (GIF) animation may be included, and the animation button may change as the mouse passes by the animation button.
The dynamic web page refers to that besides the HTML tag, some program codes for implementing specific functions are included in the web page file, and these program codes enable interaction between the browser and the server, that is, the server side can dynamically generate web page content according to different requests of the client side. The suffix name of a dynamic web page typically varies depending on the programming language used, and is typically. asp,. aspx, cgi,. php,. perl,. jsp, etc. The dynamic web page can display different information according to different time and different browsers. The common message board, forum and chat room are all realized by dynamic web pages.
For clearly describing the scheme of the embodiment of the present application, a system architecture to which the embodiment of the present application may be applied is described below with reference to fig. 1.
Referring to fig. 1 specifically, fig. 1 is a schematic structural diagram of a web page access system according to an embodiment of the present disclosure. The system includes a web page access device 101, a client 102, and a user 103. It should be noted that the number and the form of each device in the network architecture diagram shown in fig. 1 are for example and do not constitute a limitation to the embodiment of the present application.
The client 102 may be a Personal Computer (PC), a notebook computer, or a smart phone shown in fig. 1, or may be an electronic device such as an all-in-one machine, a palm computer, a tablet computer (pad), a smart television playing terminal, a vehicle-mounted terminal, or a portable device. The PC end user terminal, such as a kiosk, etc., may have an operating system including, but not limited to, Linux system, Unix system, Windows series system (e.g., Windows xp, Windows 7, etc.), Mac OS X system (operating system of apple computer), etc. The operating system of the mobile end user terminal, such as a smart phone, may include, but is not limited to, an operating system such as an android system, an IOS (operating system of an apple mobile phone), a Window system, and the like.
The web page access device 101 is used for providing a web page access service for the client 102. In fig. 1, a web page access device is represented by a server, and it should be noted that the web page access device may be a system composed of a plurality of servers.
The user 103 may be a user who actually operates the client 102 or may be a developer. The user 103 may input an operation instruction to the client 102 to control the client 102 to perform a corresponding operation.
The client 102 in the embodiment of the present application may install and run an application, and the web access device 101 is configured to provide an application service for the application installed by the client 102.
For example, in the context of a page view application, the user 103 enters a page access request for a first web page on the page view application. The client 102 receives the page access request, and sends the page access request to the web page access device 101 to obtain a corresponding page search result. Then, the web access device 101 transmits the obtained page search result to the client 102, and the client 102 displays the page search result.
In the embodiment of the present application, a schematic structural diagram of a web page access apparatus is shown in fig. 2, where the web page access apparatus includes a processor 210, a communication interface 220, a Content Delivery Network (CDN) server 230, and a dynamic server 240. The processor 210, the communication interface 220, the CDN server 230 and the dynamic server 240 may be connected to each other by a bus 250, or may be connected by other means.
The processor 210 includes one or more processors, for example, one or more Central Processing Units (CPUs), and in the case that the processor 210 is one Central Processing Unit (CPU), the CPU may be a single-core CPU or a multi-core CPU.
The communication interface 220 is used to enable communication with a user terminal or the like.
CDN server 230 refers to a server based on CDN technology. The basic principle of the CDN technology is to widely adopt various cache servers, distribute the cache servers to a region or a network where user access is relatively concentrated, direct the user access to a cache server that works normally closest to the user by using a global load technology when the user accesses a website, and directly respond to the user request by the cache server, so that the response speed when the user accesses can be increased. The CDN servers 230 are typically deployed at network service provider nodes in various regions.
In the embodiment of the present application, the CDN server 230 may include a first storage unit. The first storage unit includes, but is not limited to, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM), or a compact disc read-only memory (CD-ROM), and is configured to store related instructions and data.
The CDN server 230 may store the web page source code of each web page, all data corresponding to the static web page, and the first data set of the dynamic web page through the first storage unit. The first data set is not limited in the present application, and in a possible example, the processor 210 is configured to obtain a first web page source code, which is stored in the CDN server in advance and corresponds to a first network address of a first web page; determining the page type of a first webpage according to the first webpage source code; if the page type of the first webpage is a dynamic webpage, acquiring a plurality of first data corresponding to the first network source code; calculating an evaluation value corresponding to each first data in the plurality of first data according to a preset dimension to obtain a plurality of evaluation values; taking an evaluation value meeting a preset condition corresponding to the preset dimension as a first evaluation value, and determining that the evaluation value corresponding to each of the plurality of first data and the first data corresponding to the first evaluation value belong to a first data set; storing the first data set and the first webpage source code in the content distribution network server, and storing the function set in the dynamic server.
In this embodiment of the application, the first web page may be any web browsing page, and the type of the first web browsing page may be a single text type, a single picture type, or the like, or may be a shopping type, a news type, a game type, or the like, which is not limited herein.
In the embodiment of the application, the network address corresponds to the webpage source code one to one, that is, the webpage access method can search the corresponding webpage according to the network address when the network is normally used, and can display the webpage by the client according to the webpage source code and the data corresponding to the webpage source code instead of accessing other webpages. As described above, the CDN server 230 may store the web page source code corresponding to each web page in advance. When receiving a page access request of a first web page, the CDN server 230 may directly obtain a first web page source code corresponding to the first network address, so as to improve the web page access efficiency.
In the embodiment of the application, the webpage types comprise static webpages and dynamic webpages. The method for determining the webpage type of the first webpage according to the first webpage source code is not limited in the present application, and in a possible embodiment, the processor 210 is specifically configured to obtain a webpage suffix name corresponding to the first webpage source code; analyzing the first webpage source code according to a preset algorithm to obtain a plurality of function types; and determining the page type of the first webpage according to the webpage suffix name and the plurality of function types.
In this embodiment, the function type is used to describe the functional attributes implemented by the code segment. For example: the webpage source code corresponding to the shopping webpage comprises a sharing function, a comment function, a display function and the like.
Since the code contains multiple functions, the naming of each function may embody the functionality of the program. A function is made up of one or more statements, which typically end with a semicolon. Therefore, the sentences in the webpage source code and the functions corresponding to the sentences can be analyzed according to the preset algorithm to obtain a plurality of function types.
As previously mentioned, the suffix name of a dynamic web page typically varies depending on the programming language used, and is typically.asp,. aspx, cgi,. php,. perl,. jsp, etc., while the common suffix name of a static web page is typically.htm,. html,. shtml or.xml, etc. In the example, the webpage type of the first webpage is determined by combining the webpage suffix name and a plurality of function types corresponding to the first webpage, so that the accuracy of determining the webpage type is improved.
The application is also not limited to the preset algorithm, and in a possible example, the processor 210 is specifically configured to obtain a plurality of first data corresponding to the first webpage source code; determining a data attribute of each first data in the plurality of first data to obtain a plurality of data attributes; dividing the first webpage source code according to the data attributes to obtain a plurality of code segments; and determining the function type corresponding to each code segment in the plurality of code segments to obtain a plurality of function types.
The first data are data called by the first webpage source code, and each first data is a component element of the first webpage. The first data may be a picture, an audio file, a link, etc., and may also be other script codes, for example, a js file, a css file, etc., which are not limited herein.
The first webpage is taken as a shopping webpage for illustration, and the data can be shop links, similar product links, sharing links, pictures and the like related to the webpage, and also can be display pictures, detailed pictures, comment areas, size components, sharing components and the like presented in the shopping webpage.
In the embodiment of the present application, the data attribute may include dimensions such as an update time, a data capacity, a data object, and the like, which are not limited herein.
It is to be understood that, in this example, all the first data called by the source code of the first web page are obtained, and then the data attribute of each first data is determined. The first webpage source code is divided on the basis of the data attributes to obtain a plurality of code segments, and then the function types corresponding to the code segments are determined. In this way, the accuracy of determining the function type can be improved.
In the embodiment of the present application, the preset dimension at least includes one of the following items: updating probability, access frequency, data access quantity, response duration and personality index. The personality index is used for describing the personalization parameters corresponding to the data, namely the personalization parameters are related to the access conditions corresponding to different users. For example, if the first webpage is a shopping page, the personality index is related to the browsing habit and the shopping habit of the user, that is, other webpage links related to the browsing habit and the shopping habit of the user are recommended in the first webpage, so that the webpage access efficiency is improved.
In the embodiment of the present application, the evaluation value is used to describe a numerical value corresponding to the first data in a preset dimension. For example, when the preset dimension is the update probability, the evaluation value is the update probability value of the first data; when the preset dimension is the access frequency, the evaluation value is the access frequency value of the first data; when the preset dimension is the personality index, the evaluation value may be a weighted average of values corresponding to each dimension in the update probability, the access frequency, the data access amount, and the response duration.
The method for calculating the evaluation value of the first data according to the preset dimension is not limited in the present application, and in a possible example, the processor 210 is specifically configured to obtain a data attribute corresponding to the target data; determining a code segment corresponding to the target data in the first webpage source code as a second code segment; and determining an evaluation value corresponding to the target data according to the data attribute and the second code segment.
The data attributes are as described above, and are not described herein again. It is understood that, in this possible example, determining the evaluation value of the target data based on the data attribute corresponding to the target data and the second code segment of the target data in the first webpage source code, that is, analyzing from the data itself and the calling program corresponding to the data, may improve the accuracy of determining the evaluation value.
Specifically, if the preset dimension includes an update probability, the processor 210 is further configured to obtain a current time corresponding to the page access request and an update time of the target data; calculating a time period between the current time and the update time; acquiring a historical floating curve corresponding to the time period; and calculating an update probability value corresponding to the time period according to the historical floating curve, and determining an evaluation value corresponding to the target data according to the data attribute, the second code segment and the update probability value.
And the updating time is the last time when the target data is updated.
The historical floating curve describes time points and a numerical curve corresponding to the target data. For example, in the shopping application scenario, the number of visitors is large in the peak period, and the number of visitors is small in the low peak period, so that the historical floating curve in the peak period floats more than that in the low peak period.
The length of the time difference has a certain influence on the data change. In this example, on the basis of the data attribute corresponding to the target data and the second code segment of the target data in the first webpage source code, the evaluation value corresponding to the target data is determined by combining the update probability value corresponding to the time segment between the current time corresponding to the page access request and the update time of the target data, which is calculated according to the historical floating curve, so that the accuracy of determining the evaluation value can be further improved.
The preset conditions corresponding to the preset dimensions are not limited, for example, data with an update probability smaller than a first threshold, data with an access frequency larger than a second threshold, data with a data amount larger than a third threshold, data with a response duration larger than a fourth threshold, data with an personality index smaller than a fifth threshold, and the like. It can be understood that the preset conditions are mostly data with small changes and data with large accesses, and the CDN server 230 stores the first data set of the dynamic webpage, so as to improve the access rate of the first webpage.
It can be understood that, in the embodiment of the present application, a plurality of corresponding first data in a first web page with a dynamic web page type are calculated according to a preset dimension, so as to obtain an evaluation value of each first data. Then, the evaluation value of which the evaluation value meets the preset condition corresponding to the preset dimension is used as a first evaluation value, and the first data corresponding to the first evaluation value is determined to belong to the first data set. In this way, the CDN server 230 stores the first data set of the dynamic web page, so that when the access request of the dynamic web page is received, the first data set can be directly obtained, which is convenient for improving the access rate of the dynamic web page.
The present application does not limit how the CDN server 230 stores the first data set, and the first sub server may be selected from a plurality of sub servers included in the CDN server 230, and is used to store the first data set corresponding to the first network address.
In an embodiment of the present application, the dynamic server 240 may include a second storage unit, configured to store a function set corresponding to a second data set of the dynamic web page. The second data set includes data in the dynamic web page other than the first data, and typically includes personalized request parameters, and the second data set typically differs from request to request. The description of the second storage unit may refer to the first storage unit, and is not repeated herein.
In a possible example, the processor 210 is further configured to use an evaluation value that does not satisfy the preset condition as a second evaluation value, determine, as a first code segment, a code segment in which a first data corresponding to the evaluation value of each first data in the first web page source code and the second evaluation value are located, and generate a function set corresponding to the first network address according to the first code segment; the set of functions is stored in the dynamic server 240.
The function set comprises a plurality of calling functions, and each calling function is used for acquiring data in the corresponding second data set. For example, in an application scenario in which a user adds a target commodity to a shopping cart, the stock amount of a selected item is called by an inventory function, and when the stock amount is 0, the item cannot be added to the shopping cart. When the stock is less than a certain value, the user is prompted to pay as soon as possible. For another example, in the application scenario of payment, the payment amount is obtained through an addition function, and a coupon to be used may also be recommended through a coupon call function.
It is to be understood that, in this possible example, a code segment corresponding to the second evaluation value that does not satisfy the preset condition is taken as the first code segment. And generating a function set corresponding to the first network address according to the first code segment, so that the accuracy of generating the function set can be improved. Then, the dynamic server 240 stores the function set of the dynamic web page, so that when an access request of the dynamic web page is received, a corresponding second data set can be obtained according to the access request and the function set without calling irrelevant data, and the access rate of the dynamic web page is improved.
As illustrated by a shopping web page, the shopping web page may include data such as pictures, details, parameters, names, prices, etc. The updating probability of the name, the picture and the parameter is low, the data volume of the details is large, the updating probability of the price is high due to the fact that various activities can change, the first data set packet is the name, the details, the picture and the parameter, the function set comprises a function corresponding to the price, and the second data set comprises the price. Therefore, when a page access request of the shopping webpage is received, corresponding data can be respectively obtained from the CDN server and the dynamic server, and therefore webpage access efficiency is improved.
In the embodiment of the present application, the communication interface 220 receives a first web page access request sent by a client for a first web page; the processor 210 obtains a first webpage source code corresponding to the first network address, which is pre-stored in the content distribution network server; determining the webpage type of the first webpage according to the first webpage source code; if the page type of the first webpage is a dynamic webpage, acquiring a first data set which is pre-stored in the content distribution network server and corresponds to the first network address and a function set which is pre-stored in the dynamic server and corresponds to the first network address; calling the function set according to the first webpage access request to obtain a second data set; the communication interface 210 sends the first web page source code and the first data set, as well as the second data set, to the client.
The first webpage access request carries a first network address of the first webpage. The method for sending the first webpage access request by the client is also not limited in the present application, and the user may input a search instruction related to the first webpage at the client, for example: inputting a first network address of the first webpage in a search bar, or inputting a search keyword of the first webpage in the search bar, or clicking a link corresponding to the first webpage in the current webpage, and the like. And then sending a first webpage access request to the page access device according to the search instruction.
For the processor determining the web page type of the first web page according to the first web page source code, reference may be made to the foregoing description, and details are not repeated here.
It is understood that, when receiving the first web page access request of the first web page, the first data set and the first web page source code may be directly obtained from the CDN server 230, and the function set corresponding to the first network address may be obtained from the dynamic server 240. The processor 210 may then retrieve the second data set from the set of functions and the first web page access request and send the first web page source code, the first data set, and the second data set to the client. Therefore, the client can realize the access requirement of the user according to the first webpage source code, the first data set and the second data set, and the access efficiency of the dynamic webpage is improved.
In a possible example, if the content distribution network server includes a plurality of sub servers, the processor 210 is specifically configured to determine a first pre-stored sub server corresponding to the first network address from the plurality of sub servers; acquiring a second network address corresponding to the client; acquiring a third network address of each sub-server in the plurality of sub-servers to obtain a plurality of third network addresses; selecting a second sub-server from the plurality of sub-servers according to the second network address and the plurality of third network addresses; and acquiring a first data set which is pre-stored in the first sub server and corresponds to the first network address through the second sub server.
As previously described, the first sub-server is configured to store a first data set corresponding to a first network address. The third network address of the second sub-server facilitates the first sub-server to transmit the first data set to the client. It should be noted that the second sub server may also be the first sub server. And the number of the second sub-servers can be multiple, that is, the transmission efficiency can be improved according to the transmission of the first data set by the multiple relay servers.
It can be understood that, since the client is any internet access device stored in the internet, the network address thereof is not fixed. In this example, a second sub-server is determined according to a second network address corresponding to the client and a third network address of each sub-server, and then a first data set corresponding to the first network address and pre-stored in the first server is obtained based on the second sub-server. Therefore, links which possibly influence the data transmission speed and stability on the Internet are avoided as far as possible, and the response speed of the user during access is improved.
In a possible embodiment, the processor 210 is further configured to obtain third data corresponding to the second network address; storing, by the second sub-server, the third data.
The third data may be data to be uploaded corresponding to the second network address, for example, the positioning information, data with a large number of searches in the area corresponding to the positioning information, and the like, which is not limited herein.
It can be understood that, by storing the third data corresponding to the two network addresses in the second sub-server, the response rate of the web page corresponding to the third data can be improved.
In addition, in a possible example, the processor 210 is further configured to obtain a second web page source code, which is stored in the CDN server 230 in advance and corresponds to a second network address of a second page; determining the page type of the second page according to the second webpage source code; if the page type of the second page is a static page, acquiring a plurality of second data corresponding to the source code of the second page; determining that each of the plurality of second data belongs to a third data set; storing the third data set and the second web page source code in the CDN server 230.
The description of the first web page may be referred to for the second page, the description of the first network address may be referred to for the second network address, the description of the first web page source code may be referred to for the second web page source code, and no further description is given here for determining the page type of the second page and referring to the description of the page type of the first web page.
In this example, the communication interface 220 is further configured to receive a second page access request sent by the client for a second page, where the second page access request carries a second network address of the second page; the processor 210 is further configured to obtain a second web page source code corresponding to the second network address, which is pre-stored in the content distribution network server; determining the webpage type of the second page according to the second webpage source code; if the page type of the second page is a static page, acquiring a third data set which is pre-stored in the content distribution network server and corresponds to the second network address; the communication interface 220 is further configured to send the second webpage source code and the third data set to the client.
The second page access request may refer to the description of the first page access request, which is not described herein.
It is understood that, in this example, when a second page access request of a second page is received, a third data set corresponding to a second network address may be directly obtained from the CDN server 230, and the second web page source code and the third data set may be sent to the client. Therefore, the client can realize the access requirement of the user according to the second webpage source code and the third data set, and the access efficiency of the static webpage can be improved.
Referring to fig. 3, an embodiment of the present application provides a flowchart illustrating a web page access method. The web page access method is applied to a processor as shown in fig. 2. Specifically, as shown in fig. 3, a method for accessing a web page includes:
s301, when a processor receives a first webpage access request sent by a client aiming at a first webpage through a communication interface, the processor acquires a first webpage source code which is pre-stored in a content distribution network server and corresponds to a first network address carried by the first webpage access request.
S302, the processor determines the webpage type of the first webpage according to the first webpage source code.
In a possible embodiment, the specific implementation manner of step S302 includes: the processor acquires a webpage suffix name corresponding to the first webpage source code; the processor analyzes the first webpage source code according to a preset algorithm to obtain a plurality of function types; the processor determines a page type of the first webpage according to the webpage suffix name and the plurality of function types.
In this embodiment, the analyzing, by the processor, the first web page source code according to a preset algorithm to obtain a plurality of function types includes: the processor acquires a plurality of first data corresponding to the first webpage source code; the processor determines a data attribute of each first data in the plurality of first data to obtain a plurality of data attributes; the processor divides the first webpage source code according to the data attributes to obtain a plurality of code segments; and the processor determines the function type corresponding to each code segment in the plurality of code segments to obtain a plurality of function types.
S303, if the page type of the first web page is a dynamic web page, the processor obtains a first data set corresponding to the first network address and pre-stored in the content distribution network server, and obtains a function set corresponding to the first network address and pre-stored in the dynamic server.
In a possible example, if the content distribution network server includes a plurality of sub-servers, the specific implementation manner of step S303 includes: the processor determines a first pre-stored sub-server corresponding to the first network address from the plurality of sub-servers; the processor acquires a second network address corresponding to the client; the processor acquires a third network address of each sub-server in the plurality of sub-servers to obtain a plurality of third network addresses; the processor selects a second sub-server from the plurality of sub-servers according to the second network address and the plurality of third network addresses; and the processor acquires a first data set which is pre-stored in the first sub server and corresponds to the first network address through the second sub server.
S304, the processor calls the function set according to the first webpage access request to obtain a second data set.
S305, the processor sends the first webpage source code and the first data set, and the second data set to the client through the communication interface.
In the web page access method shown in fig. 3, a first data set corresponding to a dynamic web page and a web page source code of each web page are stored in a CDN server in advance, a function set corresponding to the dynamic web page is stored in the dynamic server, and when a first web page access request for a first web page of which the web page type is a dynamic web page is received, a first data set corresponding to the first web page is acquired by the CDN server, and a second data set corresponding to the first web page is acquired by the function set in the dynamic server. Therefore, the client can load the first data set and the second data set according to the webpage source code and display the first webpage, and the access efficiency of the dynamic webpage is improved.
In one possible example, before the processor receives a first web page access request sent by the client for the first web page through the communication interface, the method further includes: if the page type of the first webpage of the processor is a dynamic webpage, acquiring a plurality of first data corresponding to the first network source code; the processor calculates an evaluation value corresponding to each of the plurality of first data according to a preset dimension to obtain a plurality of evaluation values, where the preset dimension at least includes one of: updating probability, access frequency, data access quantity, response duration and personality index; the processor takes an evaluation value meeting a preset condition corresponding to the preset dimension as a first evaluation value, and determines that the evaluation value corresponding to each of the plurality of first data and the first data corresponding to the first evaluation value belong to a first data set; the processor takes the evaluation value which does not meet the preset condition as a second evaluation value, determines a code segment where the evaluation value corresponding to each first data in the first webpage source code and the first data corresponding to the second evaluation value are located as a first code segment, and generates a function set corresponding to the first network address according to the first code segment; the processor stores the first data set and the first webpage source code in the content distribution network server, and stores the function set in the dynamic server.
In this possible example, if the plurality of first data includes target data, the processor calculates, according to a preset dimension, an evaluation value corresponding to each of the plurality of first data, to obtain a plurality of evaluation values, where the calculating includes: the processor acquires a data attribute corresponding to the target data; the processor determines a code segment corresponding to the target data in the first webpage source code as a second code segment; and the processor determines an evaluation value corresponding to the target data according to the data attribute and the second code segment.
Referring to fig. 4, an embodiment of the present application provides a flowchart illustrating another method for accessing a web page. The web page access method is applied to a processor as shown in fig. 2. Specifically, as shown in fig. 4, a method for accessing a web page includes:
s401, when the processor receives a second page access request sent by the client to a second page through the communication interface, the processor obtains a second webpage source code which is pre-stored in the content distribution network server and corresponds to a second network address carried by the second page access request.
S402, the processor determines the webpage type of the second page according to the second webpage source code.
S403, if the page type of the second page is a static page, the processor obtains a third data set corresponding to the second network address and pre-stored in the content distribution network server.
S404, the processor sends the second webpage source code and the third data set to the client through the communication interface.
In the web page access method shown in fig. 4, all data corresponding to a static web page and a web page source code of each web page are stored in the CDN server in advance, and when a second page access request of a second page of which the web page type is a static web page is received, a third data set and a web page source code corresponding to the second page are obtained by the CDN server, and the third data set and the web page source code are sent to the client. Therefore, the client can load the third data set according to the webpage source code and display the second page, and the access efficiency of the static webpage is improved.
In one possible example, before the processor receives, through the communication interface, a second page access request sent by the client for a second page, the method further includes: if the page type of the second page is a static page, acquiring a plurality of second data corresponding to the source code of the second page; the processor determining that each of the plurality of second data belongs to a third data set; the processor stores the third data set and the second web page source code in the content distribution web server.
Referring to fig. 5, fig. 5 is a schematic structural diagram of another web page access device provided in the present application. Specifically, as shown in fig. 5, the web page accessing apparatus 500 includes an obtaining unit 501, a determining unit 502, and a communicating unit 503, where:
an obtaining unit 501, configured to obtain, when a first web page access request sent by a client for a first web page is received, where the first web page access request carries a first network address of the first web page, a first web page source code corresponding to the first network address and stored in advance in the content delivery network server;
a determining unit 502, configured to determine a web page type of the first web page according to the first web page source code;
the obtaining unit 501 is further configured to, if the page type of the first web page is a dynamic web page, obtain a first data set corresponding to the first network address and pre-stored in the content distribution network server, and obtain a function set corresponding to the first network address and pre-stored in the dynamic server; calling the function set according to the first webpage access request to obtain a second data set;
a communication unit 503, configured to send the first web page source code and the first data set, and the second data set to the client.
In a possible example, the obtaining unit 501 is further configured to obtain a plurality of first data corresponding to the first network source code if the page type of the first web page is a dynamic web page; according to a preset dimension, calculating an evaluation value corresponding to each first data in the plurality of first data to obtain a plurality of evaluation values, wherein the preset dimension at least comprises one of the following items: updating probability, access frequency, data access quantity, response duration and personality index; the determining unit 502 is further configured to determine, as a first evaluation value, an evaluation value that satisfies a preset condition corresponding to the preset dimension, and determine that the evaluation value corresponding to each of the plurality of first data and the first data corresponding to the first evaluation value belong to a first data set; taking the evaluation value which does not meet the preset condition as a second evaluation value, determining a code segment in which the evaluation value corresponding to each first data in the first webpage source code and the first data corresponding to the second evaluation value are located as a first code segment, and generating a function set corresponding to the first network address according to the first code segment;
the apparatus 500 further comprises:
a storage unit 504, configured to store the first data set and the first web page source code in the content distribution network server, and store the function set in the dynamic server.
In a possible example, if the plurality of first data includes target data, the obtaining unit 501 is specifically configured to obtain a data attribute corresponding to the target data; determining a code segment corresponding to the target data in the first webpage source code as a second code segment; and determining an evaluation value corresponding to the target data according to the data attribute and the second code segment.
In a possible example, the obtaining unit 501 is specifically configured to obtain a web page suffix name corresponding to the first web page source code; analyzing the first webpage source code according to a preset algorithm to obtain a plurality of function types; and determining the page type of the first webpage according to the webpage suffix name and the plurality of function types.
In a possible example, the obtaining unit 501 is specifically configured to obtain a plurality of first data corresponding to the first webpage source code; determining a data attribute of each first data in the plurality of first data to obtain a plurality of data attributes; dividing the first webpage source code according to the data attributes to obtain a plurality of code segments; and determining the function type corresponding to each code segment in the plurality of code segments to obtain a plurality of function types.
In a possible example, the obtaining unit 501 is further configured to, when receiving a second page access request sent by the client for a second page, where the second page access request carries a second network address of the second page, obtain a second web page source code corresponding to the second network address and stored in advance in the content distribution network server; the determining unit 502 is further configured to determine a web page type of the second page according to the second web page source code; the obtaining unit 501 is further configured to obtain a third data set corresponding to the second network address, which is pre-stored in the content distribution network server, if the page type of the second page is a static page; the communication unit 503 is further configured to send the second webpage source code and the third data set to the client.
In a possible example, the obtaining unit 501 is further configured to obtain a plurality of second data corresponding to the source code of the second web page if the page type of the second page is a static web page; the determining unit 502 is further configured to determine that each data of the plurality of second data belongs to a third data set; the storage unit 504 is further configured to store the third data set and the second web page source code in the content distribution web server.
In a possible example, if the content distribution network server includes a plurality of sub servers, the obtaining unit 501 is specifically configured to determine a first sub server corresponding to the first network address, which is stored in advance, from the plurality of sub servers; acquiring a second network address corresponding to the client; acquiring a third network address of each sub-server in the plurality of sub-servers to obtain a plurality of third network addresses; selecting a second sub-server from the plurality of sub-servers according to the second network address and the plurality of third network addresses; and acquiring a first data set which is pre-stored in the first sub server and corresponds to the first network address through the second sub server.
The embodiment of the invention also provides a computer readable storage medium.
In the present application, the computer-readable storage medium may be a high-speed RAM memory or a non-volatile memory (non-volatile memory), such as at least one disk memory; but also at least one computer storage medium located remotely from the processor.
In the present application, the computer-readable storage medium is used for storing a computer program; in a specific implementation, the computer program causes a computer to perform the steps of:
when a first webpage access request sent by a client aiming at a first webpage is received, wherein the first webpage access request carries a first network address of the first webpage, and a first webpage source code which is pre-stored in a content distribution network server and corresponds to the first network address is obtained;
determining the webpage type of the first webpage according to the first webpage source code;
if the page type of the first webpage is a dynamic webpage, acquiring a first data set which is pre-stored in the content distribution network server and corresponds to the first network address, and acquiring a function set which is pre-stored in the dynamic server and corresponds to the first network address;
calling the function set according to the first webpage access request to obtain a second data set;
and sending the first webpage source code and the first data set and the second data set to the client.
It can be understood that when an access request of a dynamic web page is received, the corresponding data sets are respectively obtained through the content distribution network server and the dynamic server, and the access efficiency of the dynamic web page can be improved.
In one possible example, the computer program, prior to receiving a first web page access request sent by the client for a first web page, causes the computer to further perform the instructions of:
if the page type of the first webpage is a dynamic webpage, acquiring a plurality of first data corresponding to the first network source code;
according to a preset dimension, calculating an evaluation value corresponding to each first data in the plurality of first data to obtain a plurality of evaluation values, wherein the preset dimension at least comprises one of the following items: updating probability, access frequency, data access quantity, response duration and personality index;
taking an evaluation value meeting a preset condition corresponding to the preset dimension as a first evaluation value, and determining that the evaluation value corresponding to each of the plurality of first data and the first data corresponding to the first evaluation value belong to a first data set;
taking the evaluation value which does not meet the preset condition as a second evaluation value, determining a code segment in which the evaluation value corresponding to each first data in the first webpage source code and the first data corresponding to the second evaluation value are located as a first code segment, and generating a function set corresponding to the first network address according to the first code segment;
storing the first data set and the first webpage source code in the content distribution network server, and storing the function set in the dynamic server.
In one possible example, if the plurality of first data includes target data, in terms of calculating an evaluation value corresponding to each of the plurality of first data according to a preset dimension to obtain a plurality of evaluation values, the computer program is specifically configured to execute the following steps:
acquiring data attributes corresponding to the target data;
determining a code segment corresponding to the target data in the first webpage source code as a second code segment;
and determining an evaluation value corresponding to the target data according to the data attribute and the second code segment.
In one possible example, in connection with the determining the web page type of the first web page from the first web page source code, the computer program is specifically for causing a computer to perform the instructions of:
acquiring a webpage suffix name corresponding to the first webpage source code;
analyzing the first webpage source code according to a preset algorithm to obtain a plurality of function types;
and determining the page type of the first webpage according to the webpage suffix name and the plurality of function types.
In one possible example, in terms of analyzing the first web page source code according to a preset algorithm to obtain a plurality of function types, the computer program causes a computer to specifically execute the following steps:
acquiring a plurality of first data corresponding to the first webpage source code;
determining a data attribute of each first data in the plurality of first data to obtain a plurality of data attributes;
dividing the first webpage source code according to the data attributes to obtain a plurality of code segments;
and determining the function type corresponding to each code segment in the plurality of code segments to obtain a plurality of function types.
In one possible example, the computer program causes the computer to further perform the following steps:
when a second page access request sent by the client for a second page is received, wherein the second page access request carries a second network address of the second page, and a second webpage source code which is pre-stored in the content distribution network server and corresponds to the second network address is obtained;
determining the webpage type of the second page according to the second webpage source code;
if the page type of the second page is a static page, acquiring a third data set which is pre-stored in the content distribution network server and corresponds to the second network address;
and sending the second webpage source code and the third data set to the client.
In one possible example, the computer program, prior to receiving a second page access request sent by the client for a second page, causes the computer to further perform the instructions of:
if the page type of the second page is a static page, acquiring a plurality of second data corresponding to the source code of the second page;
and determining that each data in the plurality of second data belongs to a third data set, and storing the third data set and the second webpage source code in the content distribution network server.
In one possible example, if the content distribution network server includes a plurality of sub-servers, the computer program causes a computer to be specifically configured to execute the following steps in the aspect of obtaining a first data set corresponding to the first network address and stored in the content distribution network server in advance:
determining a first sub-server which is stored in advance and corresponds to the first network address from the plurality of sub-servers;
acquiring a second network address corresponding to the client;
acquiring a third network address of each sub-server in the plurality of sub-servers to obtain a plurality of third network addresses;
selecting a second sub-server from the plurality of sub-servers according to the second network address and the plurality of third network addresses;
and acquiring a first data set which is pre-stored in the first sub server and corresponds to the first network address through the second sub server.
Embodiments of the present invention also provide a schematic structural diagram of an electronic device, where the electronic device includes a processor, a memory, a communication interface, and one or more programs, where the one or more programs are stored in the memory and configured to be executed by the processor, and the program includes some or all of the steps for any of the methods as described in the method embodiments.
Embodiments of the application also provide a computer program product comprising a non-transitory computer readable storage medium storing a computer program operable to cause a computer to perform some or all of the steps of any of the methods as recited in the method embodiments. The computer program product may be a software installation package and the computer comprises the electronic device.
It should be noted that, for simplicity of description, the above-mentioned method embodiments are described as a series of acts or combination of acts, but those skilled in the art will recognize that the present application is not limited by the order of acts described, as some steps may occur in other orders or concurrently depending on the application. Further, those skilled in the art will also appreciate that the embodiments described in this specification are presently preferred and that no particular act or mode of operation is required in the present application.
In the foregoing embodiments, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus may be implemented in other manners. For example, the above-described embodiments of the apparatus are merely illustrative, and for example, a division of a unit is merely a logical division, and an actual implementation may have another division, for example, multiple units or components may be combined or may be integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection of some interfaces, devices or units, and may be an electric or other form.
The units described as separate parts may or may not be physically separate, and the parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on multiple network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a hardware mode or a software program mode.
The integrated unit, if implemented in the form of a software program module and sold or used as a stand-alone product, may be stored in a computer readable memory. With such an understanding, the technical solution of the present application may be embodied in the form of a software product, which is stored in a memory and includes several instructions for causing a computer device (which may be a personal computer, a server, a network device, or the like) to perform all or part of the steps of the method according to the embodiments of the present application. And the aforementioned memory comprises: various media capable of storing program codes, such as a U disk, a ROM, a RAM, a removable hard disk, a magnetic disk, or an optical disk.
Those skilled in the art will appreciate that all or part of the steps in the methods of the above embodiments may be implemented by associated hardware instructed by a program, which may be stored in a computer-readable memory, which may include: flash disk, ROM, RAM, magnetic or optical disk, and the like.
The foregoing detailed description of the embodiments of the present application has been presented to illustrate the principles and implementations of the present application, and the above description of the embodiments is only provided to help understand the method and the core concept of the present application; meanwhile, for a person skilled in the art, according to the idea of the present application, there may be variations in the specific embodiments and application scope, and in summary, the content of the present specification should not be construed as a limitation to the present application.

Claims (10)

1. A method for accessing a web page, comprising:
when a first webpage access request sent by a client aiming at a first webpage is received, wherein the first webpage access request carries a first network address of the first webpage, and a first webpage source code which is pre-stored in a content distribution network server and corresponds to the first network address is obtained;
determining the webpage type of the first webpage according to the first webpage source code;
if the page type of the first webpage is a dynamic webpage, acquiring a first data set which is pre-stored in the content distribution network server and corresponds to the first network address, and acquiring a function set which is pre-stored in the dynamic server and corresponds to the first network address;
calling the function set according to the first webpage access request to obtain a second data set;
and sending the first webpage source code and the first data set and the second data set to the client.
2. The method of claim 1, wherein prior to receiving a first web page access request sent by the client for a first web page, the method further comprises:
if the page type of the first webpage is a dynamic webpage, acquiring a plurality of first data corresponding to the first network source code;
according to a preset dimension, calculating an evaluation value corresponding to each first data in the plurality of first data to obtain a plurality of evaluation values, wherein the preset dimension at least comprises one of the following items: updating probability, access frequency, data access quantity, response duration and personality index;
taking an evaluation value meeting a preset condition corresponding to the preset dimension as a first evaluation value, and determining that the evaluation value corresponding to each of the plurality of first data and the first data corresponding to the first evaluation value belong to a first data set;
taking the evaluation value which does not meet the preset condition as a second evaluation value, determining a code segment in which the evaluation value corresponding to each first data in the first webpage source code and the first data corresponding to the second evaluation value are located as a first code segment, and generating a function set corresponding to the first network address according to the first code segment;
storing the first data set and the first webpage source code in the content distribution network server, and storing the function set in the dynamic server.
3. The method according to claim 2, wherein if the plurality of first data includes target data, the calculating an evaluation value corresponding to each of the plurality of first data according to a preset dimension to obtain a plurality of evaluation values includes:
acquiring data attributes corresponding to the target data;
determining a code segment corresponding to the target data in the first webpage source code as a second code segment;
and determining an evaluation value corresponding to the target data according to the data attribute and the second code segment.
4. The method of any of claims 1-3, wherein determining the web page type of the first web page from the first web page source code comprises:
acquiring a webpage suffix name corresponding to the first webpage source code;
analyzing the first webpage source code according to a preset algorithm to obtain a plurality of function types;
and determining the page type of the first webpage according to the webpage suffix name and the plurality of function types.
5. The method of claim 4, wherein analyzing the first webpage source code according to a preset algorithm to obtain a plurality of function types comprises:
acquiring a plurality of first data corresponding to the first webpage source code;
determining a data attribute of each first data in the plurality of first data to obtain a plurality of data attributes;
dividing the first webpage source code according to the data attributes to obtain a plurality of code segments;
and determining the function type corresponding to each code segment in the plurality of code segments to obtain a plurality of function types.
6. The method according to any one of claims 1-3, further comprising:
when a second page access request sent by the client for a second page is received, wherein the second page access request carries a second network address of the second page, and a second webpage source code which is pre-stored in the content distribution network server and corresponds to the second network address is obtained;
determining the webpage type of the second page according to the second webpage source code;
if the page type of the second page is a static page, acquiring a third data set which is pre-stored in the content distribution network server and corresponds to the second network address;
and sending the second webpage source code and the third data set to the client.
7. The method of claim 6, wherein before receiving a second page access request sent by the client for a second page, the method further comprises:
if the page type of the second page is a static page, acquiring a plurality of second data corresponding to the source code of the second page;
and determining that each data in the plurality of second data belongs to a third data set, and storing the third data set and the second webpage source code in the content distribution network server.
8. The method according to any one of claims 1 to 3, wherein if the content distribution network server includes a plurality of sub-servers, the obtaining a first data set corresponding to the first network address and pre-stored in the content distribution network server comprises:
determining a first sub-server which is stored in advance and corresponds to the first network address from the plurality of sub-servers;
acquiring a second network address corresponding to the client;
acquiring a third network address of each sub-server in the plurality of sub-servers to obtain a plurality of third network addresses;
selecting a second sub-server from the plurality of sub-servers according to the second network address and the plurality of third network addresses;
and acquiring a first data set which is pre-stored in the first sub server and corresponds to the first network address through the second sub server.
9. A web page accessing apparatus, wherein:
the content distribution network server comprises an acquisition unit and a content distribution unit, wherein the acquisition unit is used for acquiring a first webpage source code which is pre-stored in the content distribution network server and corresponds to a first network address when receiving a first webpage access request which is sent by a client aiming at the first webpage and carries the first network address of the first webpage;
the determining unit is used for determining the webpage type of the first webpage according to the first webpage source code;
the acquiring unit is further configured to acquire a first data set corresponding to the first network address and pre-stored in the content distribution network server, and acquire a function set corresponding to the first network address and pre-stored in the dynamic server, if the page type of the first web page is a dynamic web page; calling the function set according to the first webpage access request to obtain a second data set;
a communication unit, configured to send the first web page source code and the first data set, and the second data set to the client.
10. A computer-readable storage medium for storing a computer program, wherein the computer program causes a computer to perform the method according to any one of claims 1-8.
CN201910767431.3A 2019-08-15 2019-08-15 Webpage access method, device and storage medium Pending CN110598149A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910767431.3A CN110598149A (en) 2019-08-15 2019-08-15 Webpage access method, device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910767431.3A CN110598149A (en) 2019-08-15 2019-08-15 Webpage access method, device and storage medium

Publications (1)

Publication Number Publication Date
CN110598149A true CN110598149A (en) 2019-12-20

Family

ID=68855180

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910767431.3A Pending CN110598149A (en) 2019-08-15 2019-08-15 Webpage access method, device and storage medium

Country Status (1)

Country Link
CN (1) CN110598149A (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111988387A (en) * 2020-08-11 2020-11-24 北京达佳互联信息技术有限公司 Interface request processing method, device, server, equipment and storage medium
CN112149017A (en) * 2020-09-14 2020-12-29 京东数字科技控股股份有限公司 Webpage access method, device and system, electronic equipment and storage medium
CN112286946A (en) * 2020-09-25 2021-01-29 长沙市到家悠享网络科技有限公司 Data processing method, server and medium
CN113343141A (en) * 2021-05-12 2021-09-03 北京三快在线科技有限公司 Webpage obtaining method and device
CN113364602A (en) * 2020-03-03 2021-09-07 阿里巴巴集团控股有限公司 Method, device and storage medium for triggering page fault alarm
CN113472888A (en) * 2021-07-07 2021-10-01 挂号网(杭州)科技有限公司 Webpage access method, device, server equipment and storage medium
CN113641928A (en) * 2021-08-11 2021-11-12 上海浦东发展银行股份有限公司 Webpage request method, system and storage medium
CN115225718A (en) * 2022-07-26 2022-10-21 深圳证券通信有限公司 Network request data acquisition method and related device of android system
WO2023020253A1 (en) * 2021-08-20 2023-02-23 Oppo广东移动通信有限公司 Data acquisition method and apparatus, electronic device, and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107465722A (en) * 2017-07-04 2017-12-12 阿里巴巴集团控股有限公司 The implementation method and device of web access
CN108881396A (en) * 2018-05-24 2018-11-23 平安普惠企业管理有限公司 Loading method, device, equipment and the computer storage medium of network data
CN109032797A (en) * 2018-07-18 2018-12-18 上海恺英网络科技有限公司 For providing the method and apparatus of web page access
CN109241477A (en) * 2018-07-27 2019-01-18 沈文策 A kind of Website page loading method, device, electronic equipment and storage medium
CN109284466A (en) * 2018-09-12 2019-01-29 上海点融信息科技有限责任公司 For realizing the method, apparatus and storage medium of web page access in block chain

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107465722A (en) * 2017-07-04 2017-12-12 阿里巴巴集团控股有限公司 The implementation method and device of web access
CN108881396A (en) * 2018-05-24 2018-11-23 平安普惠企业管理有限公司 Loading method, device, equipment and the computer storage medium of network data
CN109032797A (en) * 2018-07-18 2018-12-18 上海恺英网络科技有限公司 For providing the method and apparatus of web page access
CN109241477A (en) * 2018-07-27 2019-01-18 沈文策 A kind of Website page loading method, device, electronic equipment and storage medium
CN109284466A (en) * 2018-09-12 2019-01-29 上海点融信息科技有限责任公司 For realizing the method, apparatus and storage medium of web page access in block chain

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113364602A (en) * 2020-03-03 2021-09-07 阿里巴巴集团控股有限公司 Method, device and storage medium for triggering page fault alarm
CN111988387A (en) * 2020-08-11 2020-11-24 北京达佳互联信息技术有限公司 Interface request processing method, device, server, equipment and storage medium
CN112149017A (en) * 2020-09-14 2020-12-29 京东数字科技控股股份有限公司 Webpage access method, device and system, electronic equipment and storage medium
CN112286946A (en) * 2020-09-25 2021-01-29 长沙市到家悠享网络科技有限公司 Data processing method, server and medium
CN112286946B (en) * 2020-09-25 2024-01-12 长沙市到家悠享网络科技有限公司 Data processing method, server and medium
CN113343141A (en) * 2021-05-12 2021-09-03 北京三快在线科技有限公司 Webpage obtaining method and device
CN113472888A (en) * 2021-07-07 2021-10-01 挂号网(杭州)科技有限公司 Webpage access method, device, server equipment and storage medium
CN113472888B (en) * 2021-07-07 2024-01-05 挂号网(杭州)科技有限公司 Webpage access method and device, server equipment and storage medium
CN113641928A (en) * 2021-08-11 2021-11-12 上海浦东发展银行股份有限公司 Webpage request method, system and storage medium
CN113641928B (en) * 2021-08-11 2023-10-31 上海浦东发展银行股份有限公司 Webpage request method, system and storage medium
WO2023020253A1 (en) * 2021-08-20 2023-02-23 Oppo广东移动通信有限公司 Data acquisition method and apparatus, electronic device, and storage medium
CN115225718A (en) * 2022-07-26 2022-10-21 深圳证券通信有限公司 Network request data acquisition method and related device of android system

Similar Documents

Publication Publication Date Title
CN110598149A (en) Webpage access method, device and storage medium
CN106991154B (en) Webpage rendering method and device, terminal and server
US10484498B2 (en) System for prefetching digital tags
EP3518124A1 (en) Webpage rendering method and related device
JP4791452B2 (en) Method, system and computer program for prefetching and caching portlet on client side
US20170371974A1 (en) Method for loading webpage, client and programmable device
US9348939B2 (en) Web site sectioning for mobile web browser usability
US20160241656A1 (en) Method and system for tracking web link usage
KR20140078676A (en) Custom optimization of web pages
JP2005535944A (en) Method and system for proactively and predictively caching pages to improve navigation within a site
US10817653B2 (en) Optimizing loading of web page based on aggregated user preferences for web page elements of web page
KR20080042304A (en) Apparatus and method for prefetching web page
JP6679250B2 (en) Determination device, determination method, and determination program
CN103020110A (en) Creating and maintaining images of browsed documents
WO2013119339A1 (en) Web page ad slot identification
US9665556B1 (en) Assigning slots to user interface elements
US20180033051A1 (en) Interest based delivery system and method in a content recommendation network
US20120005017A1 (en) Method and system for providing advertisements
US20110010235A1 (en) Method and System for Setting an Online Coupon Cookie
KR102479288B1 (en) Method and system for real-time content delivery
CN105138698B (en) Dynamic layout method and device for webpage
US8843514B1 (en) Identifier matching exchange
CN111177613A (en) Page processing method, device, equipment and storage medium
US11113455B2 (en) Web page rendering on wireless devices
CN111079048B (en) Page loading 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