CN116383537B - Page data preloading method, device, equipment and storage medium - Google Patents

Page data preloading method, device, equipment and storage medium Download PDF

Info

Publication number
CN116383537B
CN116383537B CN202310583210.7A CN202310583210A CN116383537B CN 116383537 B CN116383537 B CN 116383537B CN 202310583210 A CN202310583210 A CN 202310583210A CN 116383537 B CN116383537 B CN 116383537B
Authority
CN
China
Prior art keywords
data
page
cache
loaded
interface
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202310583210.7A
Other languages
Chinese (zh)
Other versions
CN116383537A (en
Inventor
刘壮
杨波
张虎
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Feihu Information Technology Tianjin Co Ltd
Original Assignee
Feihu Information Technology Tianjin 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 Feihu Information Technology Tianjin Co Ltd filed Critical Feihu Information Technology Tianjin Co Ltd
Priority to CN202310583210.7A priority Critical patent/CN116383537B/en
Publication of CN116383537A publication Critical patent/CN116383537A/en
Application granted granted Critical
Publication of CN116383537B publication Critical patent/CN116383537B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/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/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • G06F16/24552Database cache management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application
    • 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
    • G06F16/972Access to data in other repository systems, e.g. legacy data or dynamic Web page generation
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The application discloses a method, a device, equipment and a storage medium for preloading page data, wherein cache data corresponding to each data interface of a page to be loaded is obtained from a cache database, and the data interfaces are used for providing data for the page to be loaded; generating an initial display page corresponding to the page to be loaded based on the cache data, and displaying the initial display page; and acquiring source data corresponding to the page to be loaded, and determining a target display page corresponding to the initial display page based on the source data so as to determine whether to update the initial display page through the target display page. Based on the method, the waiting time for the user side to view the page data can be reduced, and the user side can be ensured to display the latest data information.

Description

Page data preloading method, device, equipment and storage medium
Technical Field
The present application relates to the field of data loading technologies, and in particular, to a method, an apparatus, a device, and a storage medium for preloading page data.
Background
Information transmission is realized by users through mobile phones, computers and other electronic devices by using the Internet, wherein when information is acquired, the user side needs to display information data through display pages such as specific browser pages, APP pages and the like so as to be checked by the users.
At present, data is generally requested from a network after entering a page, and then the obtained network real-time data is used for refreshing a display page for a user to view. However, in the process of requesting real-time data from the network, the display page is usually in a standby state, and at this time, the display page is a blank page or a specific moving image page waiting to be loaded, and the duration of the standby state is also determined by the network state of the user side. Obviously, this method cannot provide data information to the user in time, and if the network speed of the user terminal is slow or the network is disconnected, the real-time data information cannot be acquired in time, which consumes a great amount of waiting time for the user.
Disclosure of Invention
In view of the above, the present application provides a method, apparatus, device and storage medium for preloading page data, which are used for solving the problem of long page loading time in the existing page data loading mode.
In order to achieve the above object, the following solutions have been proposed:
a method of preloading page data, comprising:
obtaining cache data corresponding to each data interface of a page to be loaded from a cache database, wherein the data interfaces are used for providing data for the page to be loaded;
Generating an initial display page corresponding to the page to be loaded based on the cache data, and displaying the initial display page;
and acquiring source data corresponding to the page to be loaded, and determining a target display page corresponding to the initial display page based on the source data so as to determine whether to update the initial display page through the target display page.
Optionally, before the obtaining, from the cache database, the cache data corresponding to each data interface of the page to be loaded, the method may further include:
responding to a front page of the page to be loaded to receive a preloading request of the page to be loaded, and acquiring a cache database corresponding to the page to be loaded;
inquiring whether cache data corresponding to each data interface of the page to be loaded and a cache address are stored in the cache database, wherein the cache address is a data storage area corresponding to each data interface of the page to be loaded;
if yes, executing the step of acquiring the cache data corresponding to each data interface of the page to be loaded from the cache database;
if not, determining the data interface without cache data as a pre-load data interface, acquiring pre-load data corresponding to the pre-load data interface, storing the pre-load data in a data storage area of the cache address corresponding to the pre-load data interface of the cache database, and executing the step of acquiring cache data corresponding to each data interface of a page to be loaded from the cache database.
Optionally, the obtaining the source data corresponding to the page to be loaded, and determining, based on the source data, a target display page corresponding to the initial display page, so as to determine whether to update the initial display page through the target display page may include:
acquiring source data corresponding to each data interface of the page to be loaded;
comparing whether the cache data corresponding to each data interface of the page to be loaded is the same as the source data or not;
if yes, determining the initial display page as a target display page;
and if not, updating the initial display page based on the source data to obtain a target display page corresponding to the initial display page.
Optionally, the comparing whether the cache data corresponding to each data interface of the page to be loaded is the same as the source data may include:
converting the cache data and the source data of each data interface into data values of the same type, and obtaining a first contrast value corresponding to the cache data of each data interface and a second contrast value corresponding to the source data of each data interface, wherein the character lengths of the first contrast value and the second contrast value are equal;
Comparing whether the first comparison value and the second comparison value of each data interface are all the same;
if yes, determining that the cache data and the source data are the same;
if not, determining that the cache data and the source data are different.
Optionally, the converting the buffered data and the source data of each data interface into the same type of data value, to obtain a first contrast value corresponding to the buffered data of each data interface, and a second contrast value corresponding to the source data of each data interface may include:
acquiring volatile fields in the cache data and the source data, wherein the volatile fields comprise characters or fields which are easy to change or have no practical significance in the data transmission process;
deleting the variable fields in the cache data and the source data to obtain target cache data and target source data;
sorting the target cache data and target characters of the target source data respectively to obtain ordered target cache data and ordered target source data, wherein the target characters at least comprise a key array and a value array;
And respectively calculating the ordered target cache data and the ordered target source data to obtain a first contrast value corresponding to the ordered target cache data and a second contrast value corresponding to the ordered target source data.
Optionally, the method may further include:
if the initial display page is updated through the target display page, deleting the cache data corresponding to each data interface of the page to be loaded in the cache database;
obtaining a cache address of the page to be loaded in the cache database, wherein the cache address comprises a data storage area corresponding to each data interface of the page to be loaded;
and storing the source data of each data interface into a data storage area corresponding to the cache address, so that the source data stored into the cache address is used as new cache data of a page to be loaded.
A preloading device of page data, comprising:
the data processing unit is used for processing the data interface of the page to be loaded and the data interface of the page to be loaded according to the data interface;
The cache data display unit is used for generating an initial display page corresponding to the page to be loaded based on the cache data and displaying the initial display page;
and the page updating unit is used for acquiring the source data corresponding to the page to be loaded, and determining a target display page corresponding to the initial display page based on the source data so as to determine whether to update the initial display page through the target display page.
Optionally, the apparatus may further include
The cache data acquisition unit is used for responding to a pre-loading request of a page to be loaded received by a front page of the page to be loaded before the cache data acquisition unit acquires cache data corresponding to each data interface of the page to be loaded from the cache data, and acquiring the cache data corresponding to the page to be loaded;
the cache data query unit is used for querying whether cache data corresponding to each data interface of the page to be loaded and a cache address are stored in the cache database, wherein the cache address is a data storage area of data corresponding to each data interface of the page to be loaded;
a first unit for obtaining the cache data, which is used for executing the step of the cache data obtaining unit when the query result of the cache data query unit is yes;
And the pre-load data storage unit is used for determining the data interface without the cache data as a pre-load data interface when the query result of the cache data query unit is no, acquiring the pre-load data corresponding to the pre-load data interface, storing the pre-load data on the cache address corresponding to the pre-load data interface of the cache database, and executing the step of the cache data acquisition unit.
A preloading device of page data, comprising: a memory and a processor;
the memory is used for storing programs;
the processor is configured to execute the program, and implement the step of the method for preloading page data.
A storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the method of preloading page data of any of the above.
According to the technical scheme, the method, the device, the equipment and the storage medium for preloading the page data can display the cache data of the page to be loaded firstly, and can display the cache data immediately when the page to be loaded is opened, so that the waiting time for the user side to view the data is reduced. And meanwhile, source data corresponding to the page to be loaded can be acquired from a network or other real-time data sources, whether the initial display page needs to be updated or not is determined according to the source data and the cache data, and based on the source data and the cache data, the data information on the finally obtained target display page can be ensured to be the latest data. On the basis, the user side can be guaranteed to be capable of timely checking information and obtaining the latest data information.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings that are required to be used in the embodiments or the description of the prior art will be briefly described below, and it is obvious that the drawings in the following description are only embodiments of the present application, and that other drawings can be obtained according to the provided drawings without inventive effort for a person skilled in the art.
FIG. 1 is a schematic flow chart of a method for implementing preloading of page data according to an embodiment of the present application;
FIG. 2 is an exemplary diagram of a page display provided in an embodiment of the present application;
FIG. 3 is a schematic structural diagram of a device for preloading page data according to an embodiment of the present application;
fig. 4 is a schematic structural diagram of a device for preloading page data according to an embodiment of the present application.
Detailed Description
The following description of the embodiments of the present application will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present application, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application.
The scheme of the application can use page windows such as a browser, an APP and the like, an operation interface and the like which need to realize page loading at a user side, wherein the user side can be a terminal, a mobile side and the like. According to the scheme, when the page window receives the instruction for displaying the data, the cache data can be extracted from the cache database and displayed, so that the time for a user to wait for page display is saved. And meanwhile, acquiring source data corresponding to the page window, and determining whether to refresh the display page of the display window in time or not based on the source data and the cache data, so that the user can acquire the latest data information.
Referring to fig. 1, a flow chart of a method for implementing preloading of page data according to an embodiment of the present application is shown, where a specific process flow may include:
step S110, obtaining the cache data corresponding to each data interface of the page to be loaded from the cache database.
And step S120, generating and displaying an initial display page corresponding to the page to be loaded based on the cache data.
And the page to be loaded is provided with at least one data interface, and each data interface is used for receiving corresponding data to realize data interaction between the page to be loaded and a cache database or a network data source.
In the cache database, data information corresponding to each data interface loaded by each page when last opened is stored, or data information of a specific page, such as a fixed display screen protection image, a layout structure and the like, is prestored. And acquiring data information corresponding to each data interface of the page to be loaded, namely cache information, from the cache database.
And carrying out page data layout operations such as layout, rendering and the like on the page to be loaded by using the cache data corresponding to each data interface to obtain an initial display page. The initial display page is a page which is instantly displayed by a user when the page to be loaded is opened.
The user side opens the page to be loaded to display the source data acquired in real time through the internet, but in the process of acquiring the source data, the page to be loaded is always a blank page or a standby page of a specific animation page to be loaded, and the speed of acquiring the source data by the page to be loaded depends on the network speed of the user side. In the process, the waiting time for the user to view the data is increased, and the situation that the data cannot be loaded all the time due to page blocking can occur due to network problems, so that the use effect of the user is affected.
However, the acquisition of data in the cache database is a direct retrieval process and does not require waiting for network loading. Therefore, the scheme of the application firstly uses the cache data to generate the initial display page, reduces the time for waiting for data loading of a user, can update the initial display page based on the source data later, and can update the initial display page under the condition that the user does not operate the page during updating.
Step S130, obtaining source data corresponding to the page to be loaded, and determining a target display page corresponding to the initial display page based on the source data.
Specifically, the source data is data acquired in real time by the page to be loaded, and may be acquired through a network of a user side, or may be acquired from a specific data source of the page to be loaded. For example, the page to be loaded is a video client top page of the video platform, and the data information of the video client top page needs to be requested to a server of the video platform through a network, and generally the data information may include information such as a new play when the sky is shown, a hot play of the current month, a high-score recommended movie and the like, and the data information is the source data of the video client top page.
Based on the cache data and the source data, whether the page to be loaded needs to be refreshed currently or not can be determined, and therefore the page display data corresponding to the page to be loaded is consistent with the source data. In the embodiment of the application, due to the diversity of information required by the page to be loaded, or in order to distinguish different types of data information, a plurality of data interfaces exist in the page to be loaded, each data interface can acquire corresponding data information, the real-time performance of the information of the front page of the client is strong, and the source data and the cache data need to be compared, but if the source data and the cache data are not compared according to the corresponding relation between the source data and the data interfaces, the situation of data disorder and updating disorder code is likely to occur.
For example, the page to be loaded needs to display the data information of the two data interfaces a and B, if the information corresponding to the data interface a in the cache data is A, the information corresponding to the data interface B is B; the information corresponding to the data interface a in the source data is B, and the information corresponding to the data interface B is A. If the comparison is not performed according to the corresponding relation between the data interface and the source data and the cache data, the possible comparison result is that the cache data and the source data are the same, and page update is not needed for the initial display page. However, in practice, the data information of the two data interfaces are different, and the initial display page needs to be updated.
Therefore, in order to avoid the situation that page data is not updated timely or data is disordered and the like due to the fact that data interfaces do not compare according to the corresponding relation, the scheme of the application needs to compare the source data with the cache data one by one according to the corresponding relation between the source data and the cache data and each data interface. If the data information is the same as the cache data, the data information corresponding to the page to be loaded is proved to be not updated, and the cache data can be still displayed, namely the cache data is still displayed by the initial display page. And if the data information corresponding to the page to be loaded is not completely the same, proving that the data information corresponding to the page to be loaded is updated, refreshing the initial display page, and displaying the information corresponding to the source data.
In addition, only the data information of partial data interfaces can be compared according to the corresponding relation of the data interfaces. For example, the page to be loaded has real-time information such as time and temperature, and the data interfaces responsible for acquiring the information need to be updated in real time, while the data of other data interfaces have weak real-time performance and do not need to be updated in real time. According to the corresponding relation between the cache data or the source data and the data interfaces, only the cache data and the source data of the data interfaces corresponding to the data information needing to be updated in real time are compared, and the page to be loaded is updated.
Obviously, the method for preloading the page data provided by the embodiment of the application can display the cache data of the page to be loaded on the page to be loaded, and can display the cache data immediately when the page to be loaded is opened, so that the waiting time for the user side to check the data is reduced. And meanwhile, source data corresponding to the page to be loaded can be acquired from a network or other real-time data sources, whether the initial display page needs to be updated or not is determined according to the source data and the cache data, and based on the source data and the cache data, the data information on the finally obtained target display page can be ensured to be the latest data. On the basis, the user side can be guaranteed to be capable of timely checking information and obtaining the latest data information.
The following is a detailed description of the inventive arrangements.
In the above description of the cache database, the cache database stores the data loaded by each page when the page is opened last time, but if the page to be loaded is opened for the first time, or the cache database can clear the cache data at regular time, the cache data corresponding to the page to be loaded does not necessarily exist in the cache database. Based on this, before executing the step S110, the embodiment of the present application further needs to execute a step of pre-storing page data as needed for the page to be loaded, that is, acquire the data of the page to be loaded in advance and store the data into the cache database as cache data, and the specific processing procedure may include:
Responding to a pre-loading request of a page to be loaded received at a front page of the page to be loaded, and acquiring a cache database corresponding to the page to be loaded; inquiring whether cache data corresponding to each data interface of a page to be loaded and a cache address are stored in the cache database, wherein the cache address is a data storage area corresponding to each data interface of the page to be loaded; if each data interface has corresponding cache data, executing the step of obtaining the cache data corresponding to each data interface of the page to be loaded from the cache database; if not each data interface has corresponding cache data, determining the data interface without cache data as a preloaded data interface; acquiring the pre-load data corresponding to the pre-load data interface; storing the preloaded data in a data storage area corresponding to the cache address corresponding to the preloaded data interface of the cache database, and executing the step of obtaining the cache data corresponding to each data interface of the page to be loaded from the cache database.
And acquiring a preloading request of the page to be loaded from a front page of the page to be loaded, providing a page which is possibly used in the future for the front page by adopting a prefetch, determining the page as the page to be loaded, and simultaneously, providing the preloading request of the page to be loaded for the front page. Or receiving the preloading request of the page to be loaded by responding to the mode that the user side clicks the entry of the page to be loaded on the front page. And acquiring a cache database corresponding to the page to be loaded based on the preloading request.
After the cache database is obtained, whether cache data corresponding to the page to be loaded is stored in the cache database or not needs to be determined, so that repeated loading of the data is prevented, and the cache data is repeated. If it is determined that the cache database stores the cache data corresponding to each data interface of the page to be loaded, the cache data can be directly obtained from the cache database, and the processing flow of the page data preloading method can be further executed. If it is determined that the cache data corresponding to the page to be loaded is not stored in the cache database, or the complete cache data corresponding to each data interface of the page to be loaded is not stored, further obtaining missing cache data is needed.
And assuming that the display of the page to be loaded requires data of three data interfaces, determining the data interface of the missing cache data as a pre-load data interface, and simultaneously acquiring a cache address corresponding to the pre-load data interface so as to accurately store the acquired data in a cache database. Based on the data information, the data information corresponding to the preloading data interfaces is acquired from a network or the specific data source of the page to be loaded, and if a plurality of preloading data interfaces exist, the data information corresponding to each preloading data interface is acquired respectively. Further, based on the corresponding relation between the data information and the preloaded data interface, the data information is stored on a cache address corresponding to the preloaded data interface, and the data information is determined to be cache information. Based on this, when the step S110 is executed, it may be ensured that the cache database must store cache data corresponding to each data interface of the page to be loaded.
And performing operations such as layout, rendering and the like on the cache data corresponding to each data interface of the page to be loaded, and displaying the cache data on the page to be loaded to obtain an initial display page for a user to view corresponding data information. While the page to be loaded sends a data request to the network or the data source to acquire the source data corresponding to each data interface of the page to be loaded while acquiring the cache data from the cache database, the process of acquiring the source data generally requires the application of a network signal, so that the acquisition time of the source data is longer than the acquisition time of the cache data even though the process is performed simultaneously.
In addition, a target display page needs to be determined through the source data and the cache data, and whether the initial display page needs to be updated or not is determined through the target display page. In the embodiment of the application, the consistency of the source data and the cache data of each data interface of the page to be loaded needs to be determined, and if the source data and the cache data of each data interface are identical, the initial display page does not need to be refreshed again, and the initial display page is determined to be a target display page. And if the source data and the cache data of each data interface are completely different or not completely the same, the initial display page needs to be refreshed (updated) based on the source data of all the data interfaces, and the refreshed initial display page is determined to be a target display page.
Specifically, by comparing the cache data corresponding to each of the data interfaces of the page to be loaded with the source data, the process of determining the consistency of the source data and the cache data of each of the data interfaces of the page to be loaded may include: converting the cache data and the source data of each data interface into data values of the same type, and obtaining a first contrast value corresponding to the cache data of each data interface and a second contrast value corresponding to the source data of each data interface, wherein the character lengths of the first contrast value and the second contrast value are equal; comparing whether the first comparison value and the second comparison value of each data interface are all the same; if all the cache data and the source data are the same, determining that the cache data and the source data are the same; if not all the data are the same, determining that the cache data and the source data are different.
In the embodiment of the application, the process of determining the data consistency of the multiple data interfaces can be processed through the SVPCachManager, and meanwhile, a hash algorithm (hash) is adopted to convert the source data and the cache data of each data interface of the page to be loaded into the same type of data value, namely, the hash value with the same length of characters, and the hash value is used as the identification of data comparison. For example, the page to be loaded is provided with three data interfaces a, b and c, and the buffer data of the data interfaces a, b and c are converted through SVPCacheManager and three corresponding hash values are collected; processing source data of a single data interface requested from a network end or a data source, and collecting three corresponding hash values to obtain a hash value of one cache data and one source data corresponding to each data interface respectively, for example: the data interface a-cache data h 1-source data h1, the data interface b-cache data h 2-source data h2, the data interface c-cache data h 3-source data h3, and each pair of hash values are respectively obtained by converting cache data and source data corresponding to the same data interface. And returning a comparison result, namely comparing h1-h1, h2-h2 and h3-h3, by an isquat method of the manager, and returning the comparison result, so as to determine which data interface has different source data and cache data, if all the data of the three interfaces are the same, returning true, and if the data of the three interfaces have different data, returning false, and further determining that the initial display page needs to be updated based on all the source data.
When it is determined that the cache data of one or more data interfaces are different from the source data, the source data of all the data interfaces can be utilized to comprehensively refresh the initial display page, and a target display page which is laid out and displayed by all the source data is obtained. If the false is returned, and it is determined that the cache data hash value h3 of the data interface c is different from the source data hash value h3, the initial display page may be refreshed by using the source data corresponding to the data interfaces a, b and c, so as to obtain the target display page.
If the page to be loaded can only update data corresponding to a certain data interface on the initial display page, based on the above example, the cached data corresponding to the data interface c on the initial display page can be updated by using the source data corresponding to the data interface c to obtain the target display page.
In addition, since there are many fields that are easy to change in the cache data and the source data, such as an expere time timestamp related to time, or an html tag string for an H5 page, and some unused fields play count format, these fields all belong to variable fields, and when data conversion is performed on the cache data and the source data, the variable fields may cause a difference between a converted hash value and information expressed by original data, so that a comparison result of a hash value obtained by SVPCacheManager is inaccurate, and a subsequent page refresh is affected.
In addition, when the cache data and the source data are converted into the same type of data value, the cache data and the source data need to be converted into the same data format, so that abnormal conversion caused by different data formats during conversion into the same data value is prevented. In the embodiment of the application, all the cache data and the source data are converted into Dictionary data (Dictionary), and corresponding hash values are further calculated and compared with data consistency. For example, if the obtained cache data and source data are json data, the json data of the cache data and the source data may be converted into Dictionary data by the IOS system if the data are to be compared for consistency. In addition, since the sequence of keys in the Dictionary data obtained by conversion is different, and the conversion process is irregular, dictionary data obtained by converting the same data information in the same data format or in different data formats is different. Based on the above, the hash value obtained by Dictionary data conversion aiming at the same data information is not necessarily the same every time, which can affect the accuracy of data comparison between cache data and source data, so that a page to be loaded can be repeatedly refreshed, and the effect of displaying the page at the user side is affected.
In order to avoid the above problem, in the embodiment of the present application, when converting the cache data and the source data of each data interface into the same type of data value, the following operations are further required to be performed on the cache data and the source data: acquiring volatile fields in the cache data and the source data, wherein the volatile fields comprise characters or fields which are easy to change or have no practical significance in the data transmission process; deleting volatile fields in the cache data and the source data to obtain target cache data and target source data; and respectively sequencing the target cache data and target characters of the target source data to obtain ordered target cache data and ordered target source data, wherein the target characters at least comprise a key array and a value array. Further, the ordered target cache data and the target update data are respectively calculated to obtain a first contrast value corresponding to the ordered target cache data and a second contrast value corresponding to the ordered target source data.
All the variable fields may be listed in advance, and after the cache data and the source data are acquired, the listed variable fields are identified from the cache data and the source data. In actual operation, one KeyPath may be listed in advance for all the variable fields, and written into the execution program, and after the variable fields are determined based on the KeyPath, the operation of deleting the corresponding fields from the Dictionary is directly executed through KVC, so as to obtain corresponding target cache data and target source data.
Further, sorting processing is carried out on the target cache data and the target source data. Taking the target cache data as an example, firstly, a variable String is required to be defined, firstly, starting from a root node of the target cache data, sequencing a key array of the root node, converting a sequencing result (the ordered key array) into a String, and then adding the String. And then, the corresponding value is taken out from the target cache data through the ordered key array, and the non-dictionary and the array value are added to the String one by one. And then recursively calling the method, and inputting the value as the value of the dictionary and the array. If the array object is transmitted, traversing the non-dictionary and the value of the array, adding the non-dictionary and the value of the array to String one by one, and then carrying out recursion calling and transmitting parameters. The above-described actions are recursively repeated until recursion is to a leaf node of the cached data. Based on the result, an ordered Dictionary ordered target cache data can be obtained. Similarly, the method can be used for processing the target source data to obtain the ordered target source data.
And then converting the ordered target cache data and the ordered target source data into unified data type values, comparing, and performing corresponding operation on the initial display page. And if the comparison result is that the cache data is different from the source data, the data corresponding to the page to be loaded is proved to be updated, and the initial display page is refreshed, so that the cache data of the page to be loaded in the cache database needs to be further updated while the display page displays the latest data information. Otherwise, when the page to be loaded is opened next time, the cached data is only more delayed, and even if the page to be loaded can be displayed in time, the data with more utilization value cannot be provided for the user side.
Therefore, if the cache data is different from the source data, deleting the cache data corresponding to each data interface of the page to be loaded in the cache database; and obtaining a cache address corresponding to each data interface, wherein the cache address refers to a data storage area corresponding to each data interface of the page to be loaded. Further, the source data of the corresponding data interface is stored in the cache address, and after the storage is completed, the stored source data is equivalent to the cache data which needs to be acquired when the page to be loaded is opened next time.
In addition, when the scheme is applied, the scheme is considered to directly replace the original page data preloading method, if the page data preloading method of the scheme causes problems in the system operation, even hidden danger of system breakdown can exist, the use of a user is more influenced, and the waiting time of the user is increased. Therefore, in the embodiment of the application, a degradation strategy is further added, the original scheme is not directly covered, but the page data preloading method of the scheme is inserted into the original system, the priority of the scheme is set higher than that of the original scheme, when the page data is loaded, the page data preloading method of the scheme is preferentially used, if the scheme has a problem in system operation, the scheme for loading the page data is integrally switched into the original scheme, the page loading method of the original scheme is executed, and the problems of system breakdown and the like caused by new functional online of the page data preloading can be avoided based on the scheme.
Based on the above, referring to fig. 2, a specific example of a page data preloading method is provided. In fig. 2, two pages, a page and B1 page are included, wherein B1 page has a data refreshing process, there are two exemplary diagrams of B1 page, a page is the front page of B1 page, and an entry of B1 page is included on a page, where the entry may be presented in a linked manner, and may be presented in a manner of an icon, a video cover, or the like, and in this figure, presented in a linked manner. The mouse arrow on the A page can execute the operation of the user side, and when the page is in the A page, the request for opening the B1 page is obtained by responding to the clicking operation of the user side, and meanwhile, the data information of each data interface of the B1 page is requested. Firstly, the cache information corresponding to the B1 page is searched in a cache database, and the cache information corresponding to each data interface is collected, laid out and displayed on the B1 page, such as a first B1 display page in the figure.
And meanwhile, source data of each data interface of the B1 page is required to be requested from the network, source data and cache data of each data interface are collected, data conversion is carried out, and data comparison is carried out. If the final result is that the source data is different from the cache data, the source data 1, the source data 2 and the source data 3 need to be laid out and displayed, and the B1 page of the cache data is displayed by brushing lines, so as to obtain a final display page, such as the B1 page of the source data in fig. 2.
In addition, when a page stays in an a page, there are entries of multiple pages on the a page, and the selected page may be uncertain, and it cannot be determined that the page has no corresponding cache data. The A page receives a signal of a page which can be opened, namely a B1 page or four pages B1-B4, and before a user side executes a mouse arrow clicking operation, whether the page which can be opened has corresponding cache data or not is determined from a cache database, if not, corresponding source data is timely obtained from a network side and is stored in the cache database, so that when the user wants to open the page which can be opened, the cache data can be directly called out from the cache database and displayed, and the time for the user to wait for the page to display the data is reduced.
The description of the device for preloading the page data provided by the embodiment of the application is provided below, and the device for preloading the page data described below and the method for preloading the page data described above can be referred to correspondingly. Referring to fig. 3, a schematic structural diagram of a device for preloading page data according to an embodiment of the present application is shown, where the device may include:
A cache data obtaining unit 100, configured to obtain cache data corresponding to each data interface of a page to be loaded from a cache database, where the data interfaces are used to provide data for the page to be loaded;
a cache data display unit 200, configured to generate an initial display page corresponding to the page to be loaded based on the cache data, and display the initial display page;
and the page updating unit 300 is used for acquiring the source data corresponding to the page to be loaded, and determining a target display page corresponding to the initial display page based on the source data so as to determine whether to update the initial display page through the target display page.
The page data preloading device provided by the embodiment of the application can display the cache data of the page to be loaded on the page to be loaded, and can display the cache data immediately when the page to be loaded is opened, so that the waiting time for the user side to check the data is reduced. And meanwhile, source data corresponding to the page to be loaded can be acquired from a network or other real-time data sources, whether the initial display page needs to be updated or not is determined according to the source data and the cache data, and based on the source data and the cache data, the data information on the finally obtained target display page can be ensured to be the latest data. On the basis, the user side can be guaranteed to be capable of timely checking information and obtaining the latest data information.
Optionally, the apparatus may further include:
a cache database obtaining unit, configured to, before the cache data obtaining unit 100 obtains cache data corresponding to each data interface of a page to be loaded from a cache database, obtain a cache database corresponding to the page to be loaded in response to a pre-load request of the page to be loaded received by a front page of the page to be loaded;
the cache data query unit is used for querying whether cache data corresponding to each data interface of the page to be loaded and a cache address are stored in the cache database, wherein the cache address is a data storage area of data corresponding to each data interface of the page to be loaded;
the first unit for obtaining the cache data is used for executing the step of obtaining the cache data corresponding to each data interface of the page to be loaded from the cache database when the query result of the cache data query unit is yes;
and the preloading data storage unit is used for determining the data interface without the caching data as a preloading data interface when the query result of the caching data query unit is no, acquiring the preloading data corresponding to the preloading data interface, storing the preloading data on the caching address corresponding to the preloading data interface of the caching database, and executing the caching data step corresponding to each data interface for acquiring the page to be loaded from the caching database.
Optionally, the page update unit 300 includes:
the source data acquisition subunit is used for acquiring source data corresponding to each data interface of the page to be loaded;
a data comparison subunit, configured to compare whether the cache data corresponding to each data interface of the page to be loaded is the same as the source data;
the target display page determining subunit is used for determining the initial display page as a target display page when the comparison result of the data comparison subunit is yes;
and the page refreshing subunit is used for updating the initial display page based on the source data to obtain a target display page corresponding to the initial display page when the comparison result of the data comparison subunit is negative.
Optionally, the data comparison subunit includes:
a data conversion subunit, configured to convert the buffered data and the source data of each data interface into data values of the same type, to obtain a first contrast value corresponding to the buffered data of each data interface, and a second contrast value corresponding to the source data of each data interface, where the first contrast value and the second contrast value have equal character lengths;
A numerical comparison subunit, configured to compare whether the first comparison value and the second comparison value of each data interface are all the same;
the judging result outputs a first subunit, and the judging result is used for determining that the cache data is the same as the source data when the comparison result of the numerical comparison subunit is yes;
and outputting a second subunit by a judging result, wherein the second subunit is used for determining that the cache data and the source data are different when the comparison result of the numerical comparison subunit is NO.
Optionally, the data conversion subunit includes:
a variable field obtaining subunit, configured to obtain variable fields in the cache data and the source data, where the variable fields include characters or fields that are easy to change or have no practical meaning in a data transmission process;
a field deleting subunit, configured to delete the variable fields in the cache data and the source data, to obtain target cache data and target source data;
the data sorting subunit is used for sorting the target cache data and the target characters of the target source data respectively to obtain ordered target cache data and ordered target source data, wherein the target characters at least comprise a key array and a value array;
And the data calculation subunit is used for respectively calculating the ordered target cache data and the ordered target source data to obtain a first contrast value corresponding to the ordered target cache data and a second contrast value corresponding to the ordered target source data.
Optionally, the apparatus further comprises:
the data deleting unit is used for deleting the cache data corresponding to each data interface of the page to be loaded in the cache database when the initial display page is updated through the target display page;
the address acquisition unit is used for acquiring a cache address of the page to be loaded in the cache database, wherein the cache address comprises a data storage area corresponding to each data interface of the page to be loaded;
and the data storage unit is used for storing the source data of each data interface into a data storage area corresponding to the cache address, so that the source data stored into the cache address is used as new cache data of a page to be loaded.
The page data preloading device provided by the embodiment of the application can be applied to page data preloading equipment. Fig. 4 shows a schematic structural diagram of a page data preloading device, and referring to fig. 4, the structure of the page data preloading device may include: at least one processor 10, at least one memory 20, and at least one communication bus 30, at least one communication interface 40;
In the embodiment of the present application, the number of the processor 10, the memory 20, the communication bus 30 and the communication interface 40 is at least one, and the processor 10, the memory 20 and the communication interface 40 complete the communication with each other through the communication bus 30;
the processor 10 may be a central processing unit CPU, or a specific integrated circuit ASIC (Application Specific Integrated Circuit), or one or more integrated circuits configured to implement embodiments of the present application, etc.;
the memory 20 may comprise a high-speed RAM memory, and may also include a non-volatile memory (non-volatile memory) or the like, such as at least one disk memory;
the memory stores programs, and the processor can call the programs stored in the memory, wherein the programs are used for realizing the processing flows in the page data preloading scheme.
The embodiment of the application also provides a storage medium, which can store a program suitable for being executed by a processor, wherein the program is used for realizing each processing flow in the pre-loading scheme of the page data.
Finally, it is further noted that 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. Moreover, 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 one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
In the present specification, each embodiment is described in a progressive manner, and each embodiment is mainly described in a different point from other embodiments, and identical and similar parts between the embodiments are all enough to refer to each other.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (6)

1. A method for preloading page data, comprising:
obtaining cache data corresponding to each data interface of a page to be loaded from a cache database, wherein the data interfaces are used for providing data for the page to be loaded;
generating an initial display page corresponding to the page to be loaded based on the cache data, and displaying the initial display page;
acquiring source data corresponding to the page to be loaded, and determining a target display page corresponding to the initial display page based on the source data so as to determine whether to update the initial display page through the target display page;
Before the cache data corresponding to each data interface of the page to be loaded is obtained from the cache database, the method further comprises:
responding to a front page of the page to be loaded to receive a preloading request of the page to be loaded, and acquiring a cache database corresponding to the page to be loaded;
inquiring whether cache data corresponding to each data interface of the page to be loaded and a cache address are stored in the cache database, wherein the cache address is a data storage area corresponding to each data interface of the page to be loaded;
if yes, executing the step of acquiring the cache data corresponding to each data interface of the page to be loaded from the cache database;
if not, determining the data interface without cache data as a pre-load data interface, acquiring pre-load data corresponding to the pre-load data interface, storing the pre-load data in a data storage area of the cache address corresponding to the pre-load data interface of the cache database, and executing the cache data step corresponding to each data interface for acquiring pages to be loaded from the cache database;
the obtaining the source data corresponding to the page to be loaded, and determining, based on the source data, a target display page corresponding to the initial display page, so as to determine whether to update the initial display page through the target display page, including:
Acquiring source data corresponding to each data interface of the page to be loaded;
comparing whether the cache data corresponding to each data interface of the page to be loaded is the same as the source data or not;
if yes, determining the initial display page as a target display page;
if not, updating the initial display page based on the source data to obtain a target display page corresponding to the initial display page;
the comparing whether the cache data corresponding to each data interface of the page to be loaded is the same as the source data includes:
converting the cache data and the source data of each data interface into data values of the same type, and obtaining a first contrast value corresponding to the cache data of each data interface and a second contrast value corresponding to the source data of each data interface, wherein the character lengths of the first contrast value and the second contrast value are equal; wherein said converting said cache data and said source data of each said data interface into data values of the same type comprises: converting the cache data and the source data of each data interface into dictionary data, and calculating to obtain a corresponding hash value;
Comparing whether the first comparison value and the second comparison value of each data interface are all the same;
if yes, determining that the cache data and the source data are the same;
if not, determining that the cache data and the source data are different;
and comparing whether the cache data corresponding to each data interface of the page to be loaded is the same as the source data or not through SVPCacheManager.
2. The method of claim 1, wherein said converting said buffered data and said source data for each of said data interfaces into data values of a same type results in a first contrast value corresponding to said buffered data for each of said data interfaces and a second contrast value corresponding to said source data for each of said data interfaces, comprising:
acquiring volatile fields in the cache data and the source data, wherein the volatile fields comprise characters or fields which are easy to change or have no practical significance in the data transmission process;
deleting the variable fields in the cache data and the source data to obtain target cache data and target source data;
sorting the target cache data and target characters of the target source data respectively to obtain ordered target cache data and ordered target source data, wherein the target characters at least comprise a key array and a value array;
And respectively calculating the ordered target cache data and the ordered target source data to obtain a first contrast value corresponding to the ordered target cache data and a second contrast value corresponding to the ordered target source data.
3. The method as recited in claim 1, further comprising:
if the initial display page is updated through the target display page, deleting the cache data corresponding to each data interface of the page to be loaded in the cache database;
obtaining a cache address of the page to be loaded in the cache database, wherein the cache address comprises a data storage area corresponding to each data interface of the page to be loaded;
and storing the source data of each data interface into a data storage area corresponding to the cache address, so that the source data stored into the cache address is used as new cache data of a page to be loaded.
4. A preloading device of page data, comprising:
the data processing unit is used for processing the data interface of the page to be loaded and the data interface of the page to be loaded according to the data interface;
The cache data display unit is used for generating an initial display page corresponding to the page to be loaded based on the cache data and displaying the initial display page;
the page updating unit is used for acquiring source data corresponding to the page to be loaded, determining a target display page corresponding to the initial display page based on the source data, and determining whether to update the initial display page through the target display page;
wherein, still include:
the cache data acquisition unit is used for responding to a pre-loading request of a page to be loaded received by a front page of the page to be loaded before the cache data acquisition unit acquires cache data corresponding to each data interface of the page to be loaded from the cache data, and acquiring the cache data corresponding to the page to be loaded;
the cache data query unit is used for querying whether cache data corresponding to each data interface of the page to be loaded and a cache address are stored in the cache database, wherein the cache address is a data storage area corresponding to each data interface of the page to be loaded;
the first unit for obtaining the cache data is used for executing the step of obtaining the cache data corresponding to each data interface of the page to be loaded from the cache database when the query result is yes;
The pre-load data storage unit is used for determining the data interface without cache data as a pre-load data interface when the query result is no, acquiring pre-load data corresponding to the pre-load data interface, storing the pre-load data in a data storage area of the cache address corresponding to the pre-load data interface of the cache database, and executing the cache data step corresponding to each data interface for acquiring pages to be loaded from the cache database;
the obtaining the source data corresponding to the page to be loaded, and determining, based on the source data, a target display page corresponding to the initial display page, so as to determine whether to update the initial display page through the target display page, including: acquiring source data corresponding to each data interface of the page to be loaded; comparing whether the cache data corresponding to each data interface of the page to be loaded is the same as the source data or not; if yes, determining the initial display page as a target display page; if not, updating the initial display page based on the source data to obtain a target display page corresponding to the initial display page;
The comparing whether the cache data corresponding to each data interface of the page to be loaded is the same as the source data includes: converting the cache data and the source data of each data interface into data values of the same type, and obtaining a first contrast value corresponding to the cache data of each data interface and a second contrast value corresponding to the source data of each data interface, wherein the character lengths of the first contrast value and the second contrast value are equal; wherein said converting said cache data and said source data of each said data interface into data values of the same type comprises: converting the cache data and the source data of each data interface into dictionary data, and calculating to obtain a corresponding hash value; comparing whether the first comparison value and the second comparison value of each data interface are all the same; if yes, determining that the cache data and the source data are the same; if not, determining that the cache data and the source data are different; and comparing whether the cache data corresponding to each data interface of the page to be loaded is the same as the source data or not through SVPCacheManager.
5. A preloading device of page data, comprising: a memory and a processor;
the memory is used for storing programs;
the processor being configured to execute the program to implement the steps of the method for preloading page data according to any of claims 1-3.
6. A storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the method of preloading page data as claimed in any of claims 1-3.
CN202310583210.7A 2023-05-23 2023-05-23 Page data preloading method, device, equipment and storage medium Active CN116383537B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310583210.7A CN116383537B (en) 2023-05-23 2023-05-23 Page data preloading method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310583210.7A CN116383537B (en) 2023-05-23 2023-05-23 Page data preloading method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN116383537A CN116383537A (en) 2023-07-04
CN116383537B true CN116383537B (en) 2023-09-08

Family

ID=86979057

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310583210.7A Active CN116383537B (en) 2023-05-23 2023-05-23 Page data preloading method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN116383537B (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104809597A (en) * 2015-05-14 2015-07-29 国家电网公司 Data resource management platform based on data fusion
CN106446174A (en) * 2016-09-28 2017-02-22 江西博瑞彤芸科技有限公司 Method for page loading in application
CN106933614A (en) * 2015-12-30 2017-07-07 广州爱九游信息技术有限公司 A kind of single-page application upgrade method and device
CN111090803A (en) * 2019-11-22 2020-05-01 贝壳技术有限公司 Data processing method and device, electronic equipment and storage medium
CN112131218A (en) * 2020-09-04 2020-12-25 苏州浪潮智能科技有限公司 Hash table look-up method, device and equipment for gene comparison and storage medium
CN113778544A (en) * 2020-10-26 2021-12-10 北京沃东天骏信息技术有限公司 Resource loading optimization method, device and system, electronic equipment and storage medium
CN114610957A (en) * 2022-03-16 2022-06-10 深圳希施玛数据科技有限公司 Data processing method, device, equipment and computer storage medium
CN114996288A (en) * 2022-06-23 2022-09-02 网易(杭州)网络有限公司 Data comparison method and device, computer storage medium and electronic equipment
WO2023272858A1 (en) * 2021-06-28 2023-01-05 未鲲(上海)科技服务有限公司 Page resource caching method and apparatus, device, and medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103455478A (en) * 2012-05-21 2013-12-18 腾讯科技(深圳)有限公司 Webpage access accelerating method and device

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104809597A (en) * 2015-05-14 2015-07-29 国家电网公司 Data resource management platform based on data fusion
CN106933614A (en) * 2015-12-30 2017-07-07 广州爱九游信息技术有限公司 A kind of single-page application upgrade method and device
CN106446174A (en) * 2016-09-28 2017-02-22 江西博瑞彤芸科技有限公司 Method for page loading in application
CN111090803A (en) * 2019-11-22 2020-05-01 贝壳技术有限公司 Data processing method and device, electronic equipment and storage medium
CN112131218A (en) * 2020-09-04 2020-12-25 苏州浪潮智能科技有限公司 Hash table look-up method, device and equipment for gene comparison and storage medium
CN113778544A (en) * 2020-10-26 2021-12-10 北京沃东天骏信息技术有限公司 Resource loading optimization method, device and system, electronic equipment and storage medium
WO2023272858A1 (en) * 2021-06-28 2023-01-05 未鲲(上海)科技服务有限公司 Page resource caching method and apparatus, device, and medium
CN114610957A (en) * 2022-03-16 2022-06-10 深圳希施玛数据科技有限公司 Data processing method, device, equipment and computer storage medium
CN114996288A (en) * 2022-06-23 2022-09-02 网易(杭州)网络有限公司 Data comparison method and device, computer storage medium and electronic equipment

Also Published As

Publication number Publication date
CN116383537A (en) 2023-07-04

Similar Documents

Publication Publication Date Title
WO2016095733A1 (en) Network data display processing method and device
US20100138437A1 (en) User tracking for browser activities
CN107402938B (en) Page display method and device and client equipment
US20130173655A1 (en) Selective fetching of search results
CN110502699B (en) Method and device for acquiring information
WO2022063133A1 (en) Sensitive information detection method and apparatus, and device and computer-readable storage medium
CN112612546A (en) Page loading method and device, electronic equipment and storage medium
CN107844488B (en) Data query method and device
US20080059428A1 (en) Automatic completion with LDAP
CN112580315A (en) Webpage table display method and device, terminal equipment and medium
CN108319619B (en) Data processing method and device
CN110321367B (en) Data storage method, data query method, related device and electronic equipment
TWI519980B (en) Method and device for displaying web page and computer-readable storage medium
CN105653724A (en) Page exposure monitoring method and device
CN111831915A (en) Method, device, electronic equipment and storage medium for responding to data query request
CN114691611A (en) Directory refreshing processing method and device, electronic equipment and storage medium
CN113330432A (en) Asynchronous predictive caching of content listed in search results
CN108255898B (en) Page display method and device
CN116383537B (en) Page data preloading method, device, equipment and storage medium
CN112149017A (en) Webpage access method, device and system, electronic equipment and storage medium
CN113626483B (en) Front-end caching method, system, equipment and storage medium for filling forms
CN112100092A (en) Information caching method, device, equipment and medium
CN115357319A (en) User interface rendering method and device
CN108804195B (en) Page display method and device, server and client
CN114357331A (en) Webpage information display method and device, electronic equipment, storage medium and product

Legal Events

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