CN108052538B - Page loading method and system - Google Patents

Page loading method and system Download PDF

Info

Publication number
CN108052538B
CN108052538B CN201711139378.XA CN201711139378A CN108052538B CN 108052538 B CN108052538 B CN 108052538B CN 201711139378 A CN201711139378 A CN 201711139378A CN 108052538 B CN108052538 B CN 108052538B
Authority
CN
China
Prior art keywords
page
time
focus
time period
acquiring
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
CN201711139378.XA
Other languages
Chinese (zh)
Other versions
CN108052538A (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.)
Chengdu Starcor Information Technology Co ltd
Original Assignee
Chengdu Starcor Information Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Chengdu Starcor Information Technology Co ltd filed Critical Chengdu Starcor Information Technology Co ltd
Priority to CN201711139378.XA priority Critical patent/CN108052538B/en
Publication of CN108052538A publication Critical patent/CN108052538A/en
Application granted granted Critical
Publication of CN108052538B publication Critical patent/CN108052538B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching

Abstract

The embodiment of the invention relates to a page loading method and a page loading system, and belongs to the technical field of page management. Wherein, the method comprises the following steps: acquiring information of a user side for browsing a first page; acquiring a first time period matched with the time in the information of the first page from a plurality of preset time periods; dividing data corresponding to a first page into pre-loaded page data clusters corresponding to a first time period; storing the pre-loaded page data cluster, the hot page data cluster and the associated page data cluster associated with the hot page data cluster corresponding to the called first time period into a local cache; and when request information for opening the second page sent by the user side is received, calling data corresponding to the second page from the local buffer for response. Through the technical scheme provided by the embodiment, the page can be loaded quickly and efficiently, and the time of a user is saved.

Description

Page loading method and system
Technical Field
The embodiment of the invention relates to the technical field of page management, in particular to a page loading method and a page loading system.
Background
With the development of scientific technology and the continuous pursuit of people for quality of life, the technology in the application field of televisions and set top boxes is also rapidly improved.
In the prior art, dynamic data of a server side is required to be loaded before an interface is displayed, and interface data display contents are assembled to a user according to the dynamic data.
However, in the process of implementing the present invention, the inventors found that at least the following problems exist:
1. when the page is switched, the page content display speed is low due to the slow request of page data;
2. the waiting time of the user is consumed, and the user experience is reduced.
Disclosure of Invention
In order to solve the above technical problem, embodiments of the present invention provide a page loading method and system.
According to a first aspect of an embodiment of the present invention, an embodiment of the present invention provides a page loading method, where the method includes:
acquiring information of a user side for browsing a first page;
acquiring a first time period matched with the time in the information of the first page from a plurality of preset time periods, wherein the time in the information of the first page is the starting moment of browsing the first page;
dividing the data corresponding to the first page into a preloaded page data cluster corresponding to the first time period;
storing the called pre-loaded page data cluster corresponding to the first time period, a preset hot page data cluster and an associated page data cluster associated with the hot page data cluster into a local cache;
and when request information for opening a second page sent by a user side is received, calling data corresponding to the second page from the local cache for responding, wherein the time in the request information of the second page is matched with the first time period.
The embodiment provides that: the method comprises the steps of dividing data corresponding to a first page into pre-loaded page data clusters corresponding to a first time period, and storing the pre-loaded page data clusters, preset hot page data clusters and associated page data clusters in a local buffer so as to call the data corresponding to a second page from the local buffer and respond to request information for opening the second page, so that on one hand, the technical defect that the page content display speed is slow due to slow page data request when the page is switched in the prior art is avoided; on the other hand, the waiting time of the user is saved, and the user experience is improved; on the other hand, the technical effect of quickly and efficiently carrying out accurate response on the request information of the user is achieved.
Further, the method further comprises:
in a second time period, acquiring the number of times each page is accessed according to a preset time threshold, wherein the second time period is any one of a plurality of time periods;
according to the access times of each page, performing descending arrangement on the pages;
acquiring the first n pages in the arrangement, wherein n is an integer greater than 0;
and determining a hot page data cluster corresponding to the second time period according to the data corresponding to each page in the first n pages.
The embodiment provides that: in a specific certain time period (any one of multiple time periods, which may also be the first time period), the number of times each page is accessed may be the same or may be different, at least one page is sequenced according to the number of times of access, and the data corresponding to the top n sequenced pages is selected to determine the hot page data cluster corresponding to the time period.
Further, the method further comprises:
when the third page is a hot page in the first time period, determining a fourth page cluster browsed after the third page is browsed according to the access record in the first time period;
and determining the associated page data cluster corresponding to the first time period according to a preset selection rule and the fourth page cluster.
The embodiment provides that: according to the technical scheme, the associated page data cluster corresponding to the first time period is determined according to the selection rule and the fourth page cluster for the fourth page cluster browsed after the third page is browsed, the technical effect of quickly and accurately determining the associated page data cluster is achieved, and therefore the technical effect of quickly and accurately responding to the request information sent by the user side is further achieved.
Further, the determining, according to a preset selection rule and the fourth page cluster, an associated page data cluster corresponding to the first time period specifically includes:
acquiring a first number of times that a fourth page in the fourth page cluster is browsed;
acquiring a second time of browsing the third page;
selecting a fifth page from the fourth page, wherein the ratio of the first times to the second times is greater than a preset association threshold;
and determining the data corresponding to the fifth page as the associated page data cluster corresponding to the first time period.
The embodiment provides that: according to the technical scheme for determining the associated page data cluster according to the first time of browsing the fourth page, the second time of browsing the third page and the associated threshold, the technical effect of quickly and accurately responding to the request information sent by the user side is further achieved.
Further, the method further comprises:
comparing the click times in the information for browsing the first page with a preset browsing threshold value to obtain a comparison result;
and when the comparison result shows that the click times are larger than the browsing threshold value, acquiring a first time period matched with the time in the information of the first page from a plurality of preset time periods.
The embodiment provides that: and comparing the click times with a browsing threshold value to determine whether the page is a 'cold' page, and acquiring a first time period matched with the time in the information of the first page in a plurality of preset time periods only when the page is determined not to be the 'cold' page, so that the technical effect of rapidly acquiring the page access requirement of the user so as to rapidly load and display the page for the user is realized.
Further, the method further comprises:
when the comparison result is that the click times are smaller than the browsing threshold, acquiring a first moment, wherein the first moment is a moment when an element in the first page acquires a focus;
updating the dwell time of the focus on the element in real time, wherein the dwell time takes the first moment as a starting moment;
calling a prestored focus page data cluster corresponding to the element according to the retention time and a preset calling condition;
storing the focus page data cluster into the local cache;
and when request information for opening a focus page sent by a user side is received, calling data corresponding to the focus page from the focus page data cluster from the local buffer for response.
The embodiment provides that: according to the technical scheme, the method and the device for displaying the focus page data cluster have the advantages that the focus page data cluster is called according to the retention time and the calling condition so as to be stored in the local buffer, and the response is carried out on the request information for opening the focus page, so that the requirement of a user for accessing the page is further met, and the technical effect of loading and displaying the user is achieved quickly.
Further, the invoking a focus page data cluster corresponding to the element, which is stored in advance, according to the staying time and a preset invoking condition specifically includes:
acquiring a preset movement type of the element;
when the movement type of the element is a fast movement type and the dwell time is equal to the fast movement threshold, or when the movement type of the element is a normal movement type and the dwell time is equal to the normal movement threshold, invoking the focus page data cluster.
The embodiment provides that: according to the technical scheme of calling the focus page data cluster according to different movement types corresponding to different elements and the specific movement type of a certain element, the technical effect of 'multi-condition parallel path analysis' is achieved.
Further, the method further comprises:
when a first element is an element of a fast moving type in the first page, acquiring a first moment when the first element obtains a focus and a second moment when the first element is triggered;
determining the fast moving threshold according to the first time and the second time;
when a second element is an element of a common movement type in the first page, acquiring a third moment when the second element obtains a focus and a fourth moment when the second element is triggered;
and determining the common movement threshold according to the third time and the fourth time.
Further, the method further comprises:
respectively acquiring fifth moments of acquiring the focus by the first element to the nth element;
determining the average time period for obtaining the focus of the first n elements according to each fifth moment;
the motion types of the current n elements are the common motion types, and the difference between the moment when the nth +1 element obtains the focus and the moment when the nth element obtains the focus is greater than or equal to the average time period, so that the motion type of the nth +1 element is the common motion type;
and the current movement types of the n elements are all fast movement types, and the difference between the moment when the (n +1) th element obtains the focus and the moment when the (n) th element obtains the focus is less than the average time period, so that the movement type of the (n +1) th element is the fast movement type.
According to another aspect of the embodiments of the present invention, an embodiment of the present invention provides a page loading system, including:
an acquisition module: the method comprises the steps of acquiring information of a first page browsed by a user side, and acquiring a first time period matched with time in the information of the first page in a plurality of preset time periods, wherein the time in the information of the first page is the starting time of browsing the first page;
a dividing module: the data corresponding to the first page is divided into pre-loaded page data clusters corresponding to the first time period;
a storage module: the system comprises a local cache, a pre-loading page data cluster, a preset hot page data cluster and an associated page data cluster, wherein the pre-loading page data cluster, the preset hot page data cluster and the associated page data cluster are corresponding to the called first time period;
a response module: and the data retrieval module is used for retrieving the data corresponding to the second page from the local cache for responding when receiving request information for opening the second page sent by a user side, wherein the time in the request information of the second page is matched with the first time period.
Further, the system further comprises: an arrangement module and a determination module, wherein,
the acquisition module is further configured to: in a second time period, acquiring the number of times each page is accessed according to a preset time threshold, wherein the second time period is any one of a plurality of time periods;
the arrangement module is used for: according to the access times of each page, performing descending arrangement on the pages;
the acquisition module is further configured to: acquiring the first n pages in the arrangement, wherein n is an integer greater than 0;
the determination module is to: and determining a hot page data cluster corresponding to the second time period according to the data corresponding to each page in the first n pages.
Further, the air conditioner is provided with a fan,
the determination module is further to: and when the third page is a hot page in the first time period, determining a fourth page cluster browsed after the third page is browsed according to the access record in the first time period, and determining an associated page data cluster corresponding to the first time period according to a preset selection rule and the fourth page cluster.
Further, the determining module is specifically configured to:
acquiring a first number of times that a fourth page in the fourth page cluster is browsed;
acquiring a second time of browsing the third page;
selecting a fifth page from the fourth page, wherein the ratio of the first times to the second times is greater than a preset association threshold;
and determining the data corresponding to the fifth page as the associated page data cluster corresponding to the first time period.
Further, the system further comprises: a comparison module, wherein,
the comparison module is used for: comparing the click times in the information for browsing the first page with a preset browsing threshold value to obtain a comparison result;
the acquisition module is further configured to: and when the comparison result shows that the click times are larger than the browsing threshold value, acquiring a first time period matched with the time in the information of the first page from a plurality of preset time periods.
Further, the system further comprises: an update module and a retrieval module, wherein,
the acquisition module is further configured to: when the comparison result is that the click times are smaller than the browsing threshold, acquiring a first moment, wherein the first moment is a moment when an element in the first page acquires a focus;
the update module is to: updating the dwell time of the focus on the element in real time, wherein the dwell time takes the first moment as a starting moment;
the retrieval module is configured to: calling a prestored focus page data cluster corresponding to the element according to the retention time and a preset calling condition;
the storage module is further configured to: storing the focus page data cluster into the local cache;
the response module is further to: and when request information for opening a focus page sent by a user side is received, calling data corresponding to the focus page from the focus page data cluster from the local buffer for response.
Further, the retrieval module is specifically configured to:
acquiring a preset movement type of the element;
when the movement type of the element is a fast movement type and the dwell time is equal to the fast movement threshold, or when the movement type of the element is a normal movement type and the dwell time is equal to the normal movement threshold, invoking the focus page data cluster.
Further, the determining module is further configured to:
when a first element is an element of a fast moving type in the first page, acquiring a first moment when the first element obtains a focus and a second moment when the first element is triggered;
determining the fast moving threshold according to the first time and the second time;
when a second element is an element of a common movement type in the first page, acquiring a third moment when the second element obtains a focus and a fourth moment when the second element is triggered;
and determining the common movement threshold according to the third time and the fourth time.
Further, the air conditioner is provided with a fan,
the acquisition module is further configured to: respectively acquiring fifth moments of acquiring the focus by the first element to the nth element;
the determination module is further to: determining an average time period for the previous n elements to obtain the focus according to each fifth time, wherein the motion types of the current n elements are the common motion types, the difference between the time for obtaining the focus of the (n +1) th element and the time for obtaining the focus of the nth element is greater than or equal to the average time period, the motion type of the (n +1) th element is the common motion type, the motion types of the current n elements are the fast motion types, the difference between the time for obtaining the focus of the (n +1) th element and the time for obtaining the focus of the nth element is smaller than the average time period, and the motion type of the (n +1) th element is the fast motion type.
The method has the advantages that the technical scheme that the data corresponding to the first page are divided into the preloaded page data clusters corresponding to the first time period, and the preloaded page data clusters, the preset hot page data clusters and the local cache for storing the associated page data clusters are adopted, so that the data corresponding to the second page are called from the local cache to respond to the request information for opening the second page is avoided, and on one hand, the technical defect that the page content display speed is low due to the slow page data request when the page is switched in the prior art is overcome; on the other hand, the waiting time of the user is saved, and the user experience is improved; on the other hand, the technical effect of quickly and efficiently carrying out accurate response on the request information of the user is achieved.
Drawings
Fig. 1 is a schematic flowchart of a page loading method according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a page loading system according to an embodiment of the present invention.
Detailed Description
In the following description, for purposes of explanation and not limitation, specific details are set forth such as the particular system architecture, interfaces, techniques, etc., in order to provide a thorough understanding of the present invention. It will be apparent, however, to one skilled in the art that the present invention may be practiced in other embodiments that depart from these specific details. In other instances, detailed descriptions of well-known systems, circuits, and methods are omitted so as not to obscure the description of the present invention with unnecessary detail.
The embodiment of the invention provides a page loading method and a page loading system.
According to an aspect of an embodiment of the present invention, an embodiment of the present invention provides a page loading method.
Referring to fig. 1, fig. 1 is a schematic flowchart illustrating a page loading method according to an embodiment of the present invention.
As shown in fig. 1, the method includes:
step S100: acquiring information of a user side for browsing a first page;
step S200: acquiring a first time period matched with the time in the information of the first page in a plurality of preset time periods, wherein the time in the information of the first page is the starting time of browsing the first page;
step S300: dividing data corresponding to a first page into pre-loaded page data clusters corresponding to a first time period;
step S400: storing the pre-loaded page data cluster corresponding to the called first time period, the preset hot page data cluster and an associated page data cluster associated with the hot page data cluster into a local cache;
step S500: and when request information for opening the second page sent by the user side is received, calling data corresponding to the second page from the local buffer for response, wherein the time in the request information of the second page is matched with the first time period.
In the present embodiment, for example:
the user corresponding to the user side browses the first page 20 minutes at 7 am, and the first time period is 7:00 to 8:00 in a plurality of preset time periods, so that the time for the user side to browse the first page belongs to the first time period. Wherein the time period is determined according to specific situations.
It can be understood that, in general, there are fewer clients browsing pages between 23 o 'clock of the first day and 7 o' clock of the second morning, so the time between 23 o 'clock of the first day and 7 o' clock of the second morning can be divided into the same time period, and the division of the time of other time periods is similar thereto, and will not be described herein again.
It should be noted that the above is only an example, and the time duration corresponding to each time period may be different. Such as: the first time period is 5 hours and the second time period is 3 hours.
It is understood that when 14:00 to 15:00 are not in the preset time period, a new time period is established after a certain page is browsed in the time period.
It is understood that the time periods are updated according to specific requirements, that is, at 11 months and 1 day, the time periods are 3, and the first time period is 12:00 to 14: 00. And at 11 months and 3 days, the time period can be set to be 4 according to the condition that a specific page is browsed, and the first time period is 11:00 to 15: 00.
Preferably, at the peak of browsing the page, the time period corresponds to a shorter time. For example, the number of people browsing pages between 9 and 18 points is greater than that of other times, and the number of people browsing pages between 12 and 14 points is relatively less, so that the time interval from 9 to 12 points can be divided into a plurality of time intervals in hours, the time interval from 12 to 14 points can be divided into one time interval, and the like.
It will be appreciated that in dividing page B into preloaded page data clusters, this is determined in dependence on the end time and the start time at which page B is browsed. According to specific requirements, when the ending time corresponds to one time period and the starting time corresponds to another time period, the time period corresponding to the starting time is taken as the standard.
Of course, in a technical solution that may be implemented, when the page B is divided into the preloaded page data clusters, when the end time of browsing the page B corresponds to one time period and the start time corresponds to another time period, the time period corresponding to the end time may be used as a reference.
Of course, in a technical solution that may be implemented, when dividing the page B into the preloaded page data clusters, a time period from the starting time 12:00 to the ending time 13:00 of the browsing of the page B is directly set.
And if the time period corresponding to the browsing of the first page is the first time period, dividing the data corresponding to the first page into the preloaded page data clusters corresponding to the first time period.
And storing the pre-loaded page data cluster corresponding to the first time period, the preset hot page data cluster and the associated page data cluster associated with the hot page data cluster into a local cache.
If the request information for opening the second page is received within the first time period, the data of the plurality of pages are cached, so that the data corresponding to the second page is directly called from the local cache to respond, the response speed is improved, and the time of a user is saved.
It can be understood that, when the local buffer does not have data corresponding to the second page, the data is directly called from the server to ensure that the request information of the second page can be responded.
The embodiment provides that: the method comprises the steps of dividing data corresponding to a first page into pre-loaded page data clusters corresponding to a first time period, and storing the pre-loaded page data clusters, preset hot page data clusters and associated page data clusters in a local buffer so as to call the data corresponding to a second page from the local buffer and respond to request information for opening the second page, so that on one hand, the technical defect that the page content display speed is slow due to slow page data request when the page is switched in the prior art is avoided; on the other hand, the waiting time of the user is saved, and the user experience is improved; on the other hand, the technical effect of quickly and efficiently carrying out accurate response on the request information of the user is achieved.
In a technical solution of a possible implementation, the method further includes:
in a second time period, acquiring the number of times each page is accessed according to a preset time threshold, wherein the second time period is any one of a plurality of time periods;
according to the access times of each page, performing descending arrangement on the multiple pages;
acquiring the first n pages in the arrangement, wherein n is an integer greater than 0;
and determining a hot page data cluster corresponding to the second time period according to the data corresponding to each page in the first n pages.
In this embodiment, how to determine the hot page data cluster corresponding to a certain time period is described in detail.
Now, a second time period of a plurality of time periods is exemplified, for example: and acquiring the number of times of accessing 10 pages every 30 minutes, wherein the number of times of accessing the 1 st page in the 10 pages is 200 times, the number of times of accessing the 2 nd page to the 6 th page is 180 times, the number of times of accessing the 6 th page to the 8 th page is 220 times, and the number of times of accessing the 10 th page is 120 times.
The 10 pages are arranged in a multi-order mode according to the number of times of access. And selecting the page with the highest access frequency of the first 4 pages, namely determining the data corresponding to the 6 th page to the 8 th page and the 1 st page as the hot page data cluster corresponding to the second time period.
It can be understood that when 2 pages with the highest access times are selected, 2 pages from the 6 th page to the 8 th page are selected randomly.
The embodiment provides that: in a specific certain time period (any one of a plurality of time periods), the visited times of each page may be the same or different, at least more pages are ranked according to the visited times, and the data corresponding to the top n ranked pages is selected to determine the hot page data cluster corresponding to the time period.
In a technical solution of a possible implementation, the method further includes:
when the third page is a hot page in the first time period, determining a fourth page cluster browsed after the third page is browsed according to the access record in the first time period;
and determining an associated page data cluster corresponding to the first time period according to a preset selection rule and the fourth page cluster.
In this embodiment, how to determine the associated page data cluster corresponding to a certain time period is described in detail.
A first time period of a plurality of time periods is now exemplified, for example:
the third page is a hot page in the first time period, the user side accesses a plurality of fourth pages after accessing the third page, and the fourth pages form a fourth page cluster.
And then, selecting the associated page data cluster corresponding to the first time period from the fourth page cluster according to the selection rule.
The embodiment provides that: according to the technical scheme, the associated page data cluster corresponding to the first time period is determined according to the selection rule and the fourth page cluster for the fourth page cluster browsed after the third page is browsed, the technical effect of quickly and accurately determining the associated page data cluster is achieved, and therefore the technical effect of quickly and accurately responding to the request information sent by the user side is further achieved.
In a technical solution that may be implemented, determining an associated page data cluster corresponding to a first time period according to a preset selection rule and a fourth page cluster specifically includes:
acquiring a first number of times that a fourth page in a fourth page cluster is browsed;
acquiring a second time of browsing a third page;
selecting a fifth page from the fourth page, wherein the ratio of the first times to the second times is greater than a preset association threshold;
and determining the data corresponding to the fifth page as an associated page data cluster corresponding to the first time period.
In this embodiment, if the number of times that the third page is browsed is Cj and the number of times that the fourth page is browsed is Ci, Pj is a ratio, Pj is Ci/Cj × 100%, and when Pj is 50% and the association threshold is 80%, the fourth page cannot be divided into associated page data clusters; when the Pj is 90% and the association threshold is 80%, the fourth page is marked as a fifth page, and data corresponding to the fifth page is divided into associated page data clusters corresponding to the first time period.
The embodiment provides that: according to the technical scheme for determining the associated page data cluster according to the first time of browsing the fourth page, the second time of browsing the third page and the associated threshold, the technical effect of quickly and accurately responding to the request information sent by the user side is further achieved.
It will be appreciated that the number of accesses to any page is increased by 1 if any page is accessed once.
In a technical solution of a possible implementation, the method further includes:
comparing the click times in the information for browsing the first page with a preset browsing threshold value to obtain a comparison result;
and when the comparison result is that the number of clicks is greater than the browsing threshold, acquiring a first time period matched with the time in the information of the first page from a plurality of preset time periods.
In this embodiment, since the prediction accuracy of some "cold" pages needs to be improved, analysis is performed according to the user focus habit corresponding to the user side, so as to predict the page that the user corresponding to the user may stay to enter for preloading.
If the number of first page clicks is a, the browsing threshold is B, and a is smaller than B, it indicates that the first page is a "cold" page, and if a is larger than B, the content in step S100 is executed.
It should be understood that the number of clicks is for a certain time, that is, the number of clicks is continuously updated, and after the certain time, the number of clicks is cleared for recalculation. Therefore, the method can avoid that some page information which is already out of date is replaced by new page information at any time, so as to further improve the browsing experience of the user.
The embodiment provides that: and comparing the click times with a browsing threshold value to determine whether the page is a 'cold' page, and acquiring a first time period matched with the time in the information of the first page in a plurality of preset time periods only when the page is determined not to be the 'cold' page, so that the technical effect of rapidly acquiring the page access requirement of the user so as to rapidly load and display the page for the user is realized.
In a technical solution of a possible implementation, the method further includes:
when the comparison result is that the number of clicks is smaller than the browsing threshold, acquiring a first moment, wherein the first moment is the moment when the element in the first page obtains the focus;
updating the staying time of the focus on the element in real time, wherein the staying time takes the first moment as the starting moment;
calling a prestored focus page data cluster corresponding to the element according to the retention time and a preset calling condition;
storing the focus page data cluster into a local buffer;
and when request information for opening the focus page sent by the user side is received, calling data corresponding to the focus page from the focus page data cluster from the local buffer for response.
It should be noted that if a certain page is browsed during a time period that is not available, the page may be processed in a "cold" page mode, that is, the page responds by "calling a focus page data cluster" according to the "focus habit".
In the present embodiment, for example: the first page is a "cold" page, and the element a in the first page obtains a focus at a time of 12 hours 05 minutes 12 seconds, a dwell time of 3 seconds when the time is 12 hours 05 minutes 15 seconds, and a dwell time of 5 seconds when the time is 12 hours 05 minutes 17 seconds. It will be appreciated that time is a variable and therefore the residence time is constantly changing.
And calling the focus page data cluster corresponding to the element A according to the staying and calling conditions, so that when the user side needs to open the page corresponding to the focus A, corresponding data is directly called from the local buffer for response.
In addition, if the time period a is: from 10 to 11, time period B is: 12 o 'clock to 13 o' clock. The time for the user to access the page C is 10 o 'clock, but the user does not perform other operations on the page C until 11 o' clock, and the user does not browse the page C, and at this time, the response is performed according to the mode of "calling the focus page data cluster".
The embodiment provides that: according to the technical scheme, the method and the device for displaying the focus page data cluster have the advantages that the focus page data cluster is called according to the retention time and the calling condition so as to be stored in the local buffer, and the response is carried out on the request information for opening the focus page, so that the requirement of a user for accessing the page is further met, and the technical effect of loading and displaying the user is achieved quickly.
In a technical solution that may be implemented, calling a focus page data cluster corresponding to an element, which is stored in advance, according to a retention time and a preset calling condition, specifically includes:
acquiring a preset movement type of an element;
when the movement type of the element is a fast movement type and the dwell time is equal to a fast movement threshold, or when the movement type of the element is a normal movement type and the dwell time is equal to a normal movement threshold, the focus page data cluster is called.
In this embodiment, for example, if element a is of the fast-move type and the dwell time is equal to the fast-move threshold, the focus page data cluster is retrieved and stored. So that the call can be made at any time.
And if the element A is of a common movement type and the retention time is equal to a common movement threshold, calling the focus page data cluster and storing. So that the call can be made at any time.
Wherein the residence time of the element A is as follows: the difference between the time element a gets focus and the time element a is triggered.
For example: the time the mouse stayed on element a was 12:00, while clicking the mouse, the time to enter element a (i.e., trigger element a) was 12:01, and the dwell time for element a was 1 minute.
The embodiment provides that: according to different types corresponding to different elements, the technical scheme of calling the focus page data cluster according to the specific type of a certain element realizes the technical effect of 'multi-condition parallel path analysis'.
In a technical solution of a possible implementation, the method further includes:
when the first element is an element of a fast moving type in the first page, acquiring a first moment when the first element obtains a focus and a second moment when the first element is triggered;
determining a fast moving threshold according to the first time and the second time;
when the second element is an element of a common movement type in the first page, acquiring a third moment when the second element obtains the focus and a fourth moment when the second element is triggered;
and determining the common movement threshold according to the third time and the fourth time.
In this embodiment, when the first element is a fast-moving type element, the time when the first element obtains the focus is Ta, the time when the first element triggers the focus is Tb, and Tb — Ta is a fast-moving threshold.
When the first element is an element of a normal movement type, the time when the first element obtains the focus is Ta, the time when the first element triggers the focus is Tb, and Tb-Ta is a normal movement threshold.
It will be appreciated that the fast move threshold and the normal move threshold are weighted averages of multiple recordings.
The description will now be given with four elements of the fast-moving type.
For example: element a, element B, element C, and element D, element a obtaining focus at a time of 12:00, element a being triggered at a time of 12:01, element B obtaining focus at a time of 12:20, element B being triggered at a time of 12:21, element C obtaining focus at a time of 12:22, element C being triggered at a time of 12:24, element D obtaining focus at a time of 12:52, and element D being triggered at a time of 12:53, the fast-move threshold is: (1+1+2+1)/4 ═ 1.25 min.
In a technical solution of a possible implementation, the method further includes:
respectively acquiring fifth moments of acquiring the focus by the first element to the nth element;
determining the average time period for obtaining the focus of the first n elements according to each fifth moment;
the current movement types of the n elements are common movement types, and the difference between the moment when the n +1 th element obtains the focus and the moment when the n +1 th element obtains the focus is larger than or equal to the average time period, so that the movement type of the n +1 th element is the common movement type;
the current movement types of the n elements are all fast movement types, and the difference between the moment when the (n +1) th element obtains the focus and the moment when the (n) th element obtains the focus is less than the average time period, then the movement type of the (n +1) th element is the fast movement type.
For example, to determine the movement type of the 4 th element, the time at which each element obtained focus in the first 3 elements is acquired.
When the time when the element a obtains the focus is 13:12, the time when the element B obtains the focus is 13:15, and the time when the element C obtains the focus is 13:18, calculating an average time period for the 3 elements to obtain the focus, specifically: (3+3)/2 ═ 3 min.
If element D gets focus at 13:19, and the first 3 elements are fast moving type elements, then the 4 th element, element D, is also a fast moving type element.
If element D gets focus at 13:22, and the first 3 elements are all elements of the normal move type, then the 4 th element, i.e., element D, is also an element of the normal move type.
In one possible implementation, the movement types of the first element and the second element may be designated as a normal movement type or a fast movement type.
In a technical solution that may be implemented, the first element is specified as an element of a common movement type, and a movement type of the second element is determined according to a time when the first element obtains a focus and a time when the focus is lost, and a time when the second element obtains the focus and a time when the focus is lost.
For example: the time when the first element obtains the focus is 12:01, the time when the first element loses the focus is 12:03, the time when the second element obtains the focus is 12:04, the time when the second element loses the focus is 12:05, the time interval from the first element obtaining the focus to the first element losing the focus is 0.2min, and the time interval from the second element obtaining the focus to the second element losing the focus is 0.1min, then the second element is the fast moving type element.
Another example is: the time when the first element obtains the focus is 12:01, the time when the first element loses the focus is 12:03, the time when the second element obtains the focus is 12:04, the time when the second element loses the focus is 12:08, the time interval from the first element obtaining the focus to the first element losing the focus is 0.2min, and the time interval from the second element obtaining the focus to the second element losing the focus is 0.4min, then the second element is an element of a normal movement type.
According to another aspect of the embodiment of the present invention, a page loading system corresponding to the above method is provided in the embodiment of the present invention.
Referring to fig. 2, fig. 2 is a schematic structural diagram of a page loading system according to an embodiment of the present invention.
As shown in fig. 2, the system includes:
an acquisition module: the method comprises the steps of acquiring information of a first page browsed by a user side, and acquiring a first time period matched with the time in the information of the first page in a plurality of preset time periods, wherein the time in the information of the first page is the starting time of browsing the first page;
a dividing module: the system comprises a data processing module, a data processing module and a data processing module, wherein the data processing module is used for dividing data corresponding to a first page into pre-loaded page data clusters corresponding to a first time period;
a storage module: the system comprises a local cache, a pre-loading page data cluster corresponding to the called first time period, a preset hot page data cluster and an associated page data cluster associated with the hot page data cluster, wherein the pre-loading page data cluster, the preset hot page data cluster and the associated page data cluster are used for storing the pre-loading page data cluster corresponding to the called first time period into the local cache;
a response module: and the data processing device is used for calling the data corresponding to the second page from the local buffer to respond when receiving request information for opening the second page sent by the user side, wherein the time in the request information of the second page is matched with the first time period.
Further, the system further comprises: an arrangement module and a determination module, wherein,
the acquisition module is further configured to: in a second time period, acquiring the number of times each page is accessed according to a preset time threshold, wherein the second time period is any one of a plurality of time periods;
the arrangement module is used for: according to the access times of each page, performing descending arrangement on the multiple pages;
the acquisition module is further configured to: acquiring the first n pages in the arrangement, wherein n is an integer greater than 0;
the determination module is to: and determining a hot page data cluster corresponding to the second time period according to the data corresponding to each page in the first n pages.
Further, the air conditioner is provided with a fan,
the determination module is further configured to: and when the third page is a hot page in the first time period, determining a fourth page cluster browsed after the third page is browsed according to the access record in the first time period, and determining an associated page data cluster corresponding to the first time period according to a preset selection rule and the fourth page cluster.
Further, the determining module is specifically configured to:
acquiring a first number of times that a fourth page in a fourth page cluster is browsed;
acquiring a second time of browsing a third page;
selecting a fifth page from the fourth page, wherein the ratio of the first times to the second times is greater than a preset association threshold;
and determining the data corresponding to the fifth page as an associated page data cluster corresponding to the first time period.
Further, the system further comprises: a comparison module, wherein,
the comparison module is used for: comparing the click times in the information for browsing the first page with a preset browsing threshold value to obtain a comparison result;
the acquisition module is further configured to: and when the comparison result is that the number of clicks is greater than the browsing threshold, acquiring a first time period matched with the time in the information of the first page from a plurality of preset time periods.
Further, the system further comprises: an update module and a retrieval module, wherein,
the acquisition module is further configured to: when the comparison result is that the number of clicks is smaller than the browsing threshold, acquiring a first moment, wherein the first moment is the moment when the element in the first page obtains the focus;
the update module is to: updating the staying time of the focus on the element in real time, wherein the staying time takes the first moment as the starting moment;
the retrieval module is configured to: calling a focus page data cluster corresponding to the element, which is stored in advance, according to the retention time and a preset calling condition;
the storage module is further configured to: storing the focus page data cluster into a local buffer;
the response module is further to: and when request information for opening the focus page sent by the user side is received, calling data corresponding to the focus page from the focus page data cluster from the local buffer for response.
Further, the retrieval module is specifically configured to:
acquiring a preset movement type of an element; (ii) a
When the movement type of the element is a fast movement type and the dwell time is equal to a fast movement threshold, or when the movement type of the element is a normal movement type and the dwell time is equal to a normal movement threshold, the focus page data cluster is called.
Further, the determining module is further configured to:
when the first element is an element of a fast moving type in the first page, acquiring a first moment when the first element obtains a focus and a second moment when the first element is triggered;
determining a fast moving threshold according to the first time and the second time;
when the second element is an element of a common movement type in the first page, acquiring a third moment when the second element obtains the focus and a fourth moment when the second element is triggered;
and determining the common movement threshold according to the third time and the fourth time.
Further, the air conditioner is provided with a fan,
the acquisition module is further configured to: respectively acquiring fifth moments of acquiring the focus by the first element to the nth element;
the determination module is further configured to: and determining an average time period for the previous n elements to obtain the focus according to each fifth moment, wherein the movement types of the current n elements are all common movement types, the difference between the moment for obtaining the focus of the (n +1) th element and the moment for obtaining the focus of the nth element is greater than or equal to the average time period, the movement type of the (n +1) th element is the common movement type, the movement types of the current n elements are all fast movement types, the difference between the moment for obtaining the focus of the (n +1) th element and the moment for obtaining the focus of the nth element is less than the average time period, and the movement type of the (n +1) th element is the fast movement type.
The embodiment of the invention obtains the information of the user terminal browsing the first page; acquiring a first time period matched with the time in the information of the first page from a plurality of preset time periods; dividing data corresponding to a first page into pre-loaded page data clusters corresponding to a first time period; storing the pre-loaded page data cluster corresponding to the called first time period, the preset hot page data cluster and an associated page data cluster associated with the hot page data cluster into a local cache; when request information for opening the second page sent by the user side is received, the data corresponding to the second page is called from the local cache for response, the technical problem that in the prior art, when the page is switched, the page content display speed is slow due to slow page data request is solved, the waiting time of a user is saved, and the technical effect of user experience is improved.
The reader should understand that in the description of this specification, reference to the description of the terms "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., means that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above are not necessarily intended to refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. Furthermore, various embodiments or examples and features of different embodiments or examples described in this specification can be combined and combined by one skilled in the art without contradiction.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the several embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments 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, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed.
Units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of 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 of the present invention.
In addition, functional units in the embodiments of the present invention 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 form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention essentially or partially contributes to the prior art, or all or part of the technical solution can be embodied in the form of a software product stored in a storage medium and including instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
It should also be understood that, in the embodiments of the present invention, the sequence numbers of the above-mentioned processes do not mean the execution sequence, and the execution sequence of each process should be determined by its function and inherent logic, and should not constitute any limitation on the implementation process of the embodiments of the present invention.
While the invention has been described with reference to specific embodiments, it will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention as defined by the appended claims. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (7)

1. A page loading method, characterized in that the method comprises:
acquiring information of a user side for browsing a first page;
acquiring a first time period matched with the time in the information of the first page from a plurality of preset time periods, wherein the time in the information of the first page is the starting moment of browsing the first page;
dividing the data corresponding to the first page into a preloaded page data cluster corresponding to the first time period;
storing the called pre-loaded page data cluster corresponding to the first time period, a preset hot page data cluster and an associated page data cluster associated with the hot page data cluster into a local cache;
when request information for opening a second page sent by a user side is received, data corresponding to the second page is called from the local cache to respond, wherein the time in the request information of the second page is matched with the first time period;
comparing the click times in the information for browsing the first page with a preset browsing threshold value to obtain a comparison result;
when the comparison result is that the click times are larger than the browsing threshold value, acquiring a first time period matched with the time in the information of the first page from a plurality of preset time periods;
when the comparison result is that the click times are smaller than the browsing threshold, acquiring a first moment, wherein the first moment is a moment when an element in the first page acquires a focus;
updating the dwell time of the focus on the element in real time, wherein the dwell time takes the first moment as a starting moment;
calling a prestored focus page data cluster corresponding to the element according to the retention time and a preset calling condition;
storing the focus page data cluster into the local cache;
when request information for opening a focus page sent by a user side is received, calling data corresponding to the focus page in the focus page data cluster from the local buffer for response;
the calling of the pre-stored focus page data cluster corresponding to the element according to the retention time and the pre-set calling condition specifically includes:
acquiring a preset movement type of the element;
when the movement type of the element is a fast movement type and the dwell time is equal to the fast movement threshold, or when the movement type of the element is a normal movement type and the dwell time is equal to the normal movement threshold, invoking the focus page data cluster.
2. The method for page loading according to claim 1, wherein said method further comprises:
in a second time period, acquiring the number of times each page is accessed according to a preset time threshold, wherein the second time period is any one of a plurality of time periods;
according to the access times of each page, performing descending arrangement on the pages;
acquiring the first n pages in the arrangement, wherein n is an integer greater than 0;
and determining a hot page data cluster corresponding to the second time period according to the data corresponding to each page in the first n pages.
3. The method for page loading according to claim 2, wherein said method further comprises:
when the third page is a hot page in the first time period, determining a fourth page cluster browsed after the third page is browsed according to the access record in the first time period;
and determining the associated page data cluster corresponding to the first time period according to a preset selection rule and the fourth page cluster.
4. The page loading method according to claim 3, wherein the determining the first associated page data cluster corresponding to the time period according to a preset selection rule and the fourth page cluster specifically includes:
acquiring a first number of times that a fourth page in the fourth page cluster is browsed;
acquiring a second time of browsing the third page;
selecting a fifth page from the fourth page, wherein the ratio of the first times to the second times is greater than a preset association threshold;
and determining the data corresponding to the fifth page as the associated page data cluster corresponding to the first time period.
5. The method for page loading according to claim 4, wherein said method further comprises:
when a first element is an element of a fast moving type in the first page, acquiring a first moment when the first element obtains a focus and a second moment when the first element is triggered;
determining the fast moving threshold according to the first time and the second time;
when a second element is an element of a common movement type in the first page, acquiring a third moment when the second element obtains a focus and a fourth moment when the second element is triggered;
and determining the common movement threshold according to the third time and the fourth time.
6. The method for page loading according to claim 5, wherein said method further comprises:
respectively acquiring fifth moments of acquiring the focus by the first element to the nth element;
determining the average time period for obtaining the focus of the first n elements according to each fifth moment;
the motion types of the current n elements are the common motion types, and the difference between the moment when the nth +1 element obtains the focus and the moment when the nth element obtains the focus is greater than or equal to the average time period, so that the motion type of the nth +1 element is the common motion type;
and the current movement types of the n elements are all fast movement types, and the difference between the moment when the (n +1) th element obtains the focus and the moment when the (n) th element obtains the focus is less than the average time period, so that the movement type of the (n +1) th element is the fast movement type.
7. A page loading system, the system comprising:
an acquisition module: the method comprises the steps of acquiring information of a first page browsed by a user side, and acquiring a first time period matched with time in the information of the first page in a plurality of preset time periods, wherein the time in the information of the first page is the starting time of browsing the first page;
a dividing module: the data corresponding to the first page is divided into pre-loaded page data clusters corresponding to the first time period;
a storage module: the system comprises a local cache, a pre-loading page data cluster, a preset hot page data cluster and an associated page data cluster, wherein the pre-loading page data cluster, the preset hot page data cluster and the associated page data cluster are corresponding to the called first time period;
a response module: the data processing device is used for calling data corresponding to a second page from the local cache to respond when request information for opening the second page sent by a user side is received, wherein the time in the request information of the second page is matched with the first time period;
the comparison module is used for: comparing the click times in the information for browsing the first page with a preset browsing threshold value to obtain a comparison result;
the acquisition module is further configured to: when the comparison result is that the number of clicks is larger than the browsing threshold, acquiring a first time period matched with the time in the information of the first page from a plurality of preset time periods;
the acquisition module is further configured to: when the comparison result is that the number of clicks is smaller than the browsing threshold, acquiring a first moment, wherein the first moment is the moment when the element in the first page obtains the focus;
the update module is to: updating the staying time of the focus on the element in real time, wherein the staying time takes the first moment as the starting moment;
the retrieval module is configured to: calling a focus page data cluster corresponding to the element, which is stored in advance, according to the retention time and a preset calling condition;
the storage module is further configured to: storing the focus page data cluster into a local buffer;
the response module is further to: when request information for opening a focus page sent by a user side is received, data corresponding to the focus page in a focus page data cluster is called from a local buffer for response;
the retrieval module is specifically configured to: acquiring a preset movement type of an element;
when the movement type of the element is a fast movement type and the dwell time is equal to a fast movement threshold, or when the movement type of the element is a normal movement type and the dwell time is equal to a normal movement threshold, the focus page data cluster is called.
CN201711139378.XA 2017-11-16 2017-11-16 Page loading method and system Active CN108052538B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711139378.XA CN108052538B (en) 2017-11-16 2017-11-16 Page loading method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711139378.XA CN108052538B (en) 2017-11-16 2017-11-16 Page loading method and system

Publications (2)

Publication Number Publication Date
CN108052538A CN108052538A (en) 2018-05-18
CN108052538B true CN108052538B (en) 2020-09-08

Family

ID=62119796

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711139378.XA Active CN108052538B (en) 2017-11-16 2017-11-16 Page loading method and system

Country Status (1)

Country Link
CN (1) CN108052538B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108762622B (en) * 2018-06-04 2021-08-13 北京搜狐新动力信息技术有限公司 Page switching display method and device
CN110717122B (en) * 2019-09-26 2021-12-07 北京华宇信息技术有限公司 Page performance acquisition method and device and electronic equipment
CN113761434A (en) * 2020-11-05 2021-12-07 北京沃东天骏信息技术有限公司 Page processing method, device, system, network platform and electronic equipment

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102663012A (en) * 2012-03-20 2012-09-12 北京搜狗信息服务有限公司 Webpage preloading method and system
CN103729438A (en) * 2013-12-30 2014-04-16 优视科技有限公司 Webpage preloading method and device
CN104298790A (en) * 2014-11-11 2015-01-21 北京奇虎科技有限公司 Browser accelerating method and browser device with accelerator
CN105550356A (en) * 2015-12-28 2016-05-04 魅族科技(中国)有限公司 Preloading method of browsed contents, and terminal
CN106250529A (en) * 2016-08-05 2016-12-21 成都佳荣科技有限公司 Webpage loading method
CN106339398A (en) * 2015-07-09 2017-01-18 广州市动景计算机科技有限公司 Pre-reading method and device for webpage and intelligent terminal device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9910780B2 (en) * 2015-10-28 2018-03-06 International Business Machines Corporation Pre-loading page table cache lines of a virtual machine

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102663012A (en) * 2012-03-20 2012-09-12 北京搜狗信息服务有限公司 Webpage preloading method and system
CN103729438A (en) * 2013-12-30 2014-04-16 优视科技有限公司 Webpage preloading method and device
CN104298790A (en) * 2014-11-11 2015-01-21 北京奇虎科技有限公司 Browser accelerating method and browser device with accelerator
CN106339398A (en) * 2015-07-09 2017-01-18 广州市动景计算机科技有限公司 Pre-reading method and device for webpage and intelligent terminal device
CN105550356A (en) * 2015-12-28 2016-05-04 魅族科技(中国)有限公司 Preloading method of browsed contents, and terminal
CN106250529A (en) * 2016-08-05 2016-12-21 成都佳荣科技有限公司 Webpage loading method

Also Published As

Publication number Publication date
CN108052538A (en) 2018-05-18

Similar Documents

Publication Publication Date Title
WO2019114833A1 (en) Method, device, terminal and storage medium for processing application
CN108052538B (en) Page loading method and system
US10561946B2 (en) File prefetching for gaming applications accessed by electronic devices
CN104951340A (en) Information processing method and device
US9367211B1 (en) Interface tab generation
CN109992715B (en) Information display method, device, medium and computing equipment
CN110287173B (en) Automatically generating meaningful user segments
US20230298072A1 (en) System and method to selectively update supplemental content rendered in placement regions of a rendered page
US10248618B1 (en) Scheduling snapshots
CN112631679A (en) Preloading method and device for micro-application
CN110187836B (en) Data deleting method and device, computer and storage medium
CN111191132A (en) Information recommendation method and device and electronic equipment
CN114238249B (en) File system aging evaluation method and device, storage medium and terminal
CN110334073A (en) A kind of metadata forecasting method, device, terminal, server and storage medium
CN103971326B (en) Personalized caching method and device for map tiles
CN114119139A (en) Information recommendation method and device, storage medium and electronic equipment
US20210064575A1 (en) Data storage method and method for executing an application with reduced access time to the stored data
JP2010128675A (en) Retrieval device
WO2016069951A1 (en) Method and system of content caching and transmission
CN107819804B (en) Cloud storage device system and method for determining data in cache of cloud storage device system
AU2021297136B2 (en) Dynamic trigger of web beacons
CN112861041B (en) Media content display method and device, electronic equipment and storage medium
CN114051167B (en) Video processing method, device and processor
CN115718770A (en) Bullet screen processing method and system
CN117112625A (en) Data spam method, device and equipment based on multi-level cache distribution

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