CN110633434B - Page caching method and device, electronic equipment and storage medium - Google Patents

Page caching method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN110633434B
CN110633434B CN201910656405.3A CN201910656405A CN110633434B CN 110633434 B CN110633434 B CN 110633434B CN 201910656405 A CN201910656405 A CN 201910656405A CN 110633434 B CN110633434 B CN 110633434B
Authority
CN
China
Prior art keywords
page
target
page data
current
caching
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
CN201910656405.3A
Other languages
Chinese (zh)
Other versions
CN110633434A (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.)
Beijing Youzhuju Network Technology Co Ltd
Original Assignee
Beijing Youzhuju Network 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 Beijing Youzhuju Network Technology Co Ltd filed Critical Beijing Youzhuju Network Technology Co Ltd
Priority to CN201910656405.3A priority Critical patent/CN110633434B/en
Publication of CN110633434A publication Critical patent/CN110633434A/en
Application granted granted Critical
Publication of CN110633434B publication Critical patent/CN110633434B/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
    • 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 embodiment of the disclosure provides a page caching method, a page caching device, electronic equipment and a storage medium, wherein the method comprises the following steps: when detecting an operation triggering the entry from the current page to the next page, determining current storage information in a first cache area; when the current storage information meets a first preset condition, page data in a target page in a first cache area are cached to a target position; the first cache area is a memory, and the target location includes a local disk. According to the technical scheme, the problems that in the prior art, if more pages are opened step by step, the pages are required to be stored in the system memory to ensure that the function of returning to the previous level of page can be executed, but the pages occupy the larger memory of the system, the conditions of insufficient system memory, stuck operation and the like exist, the user experience is affected, the fact that partial page data are stored in advance is achieved, the storage strategy is optimized, the memory capacity of the system memory is reduced, and the technical effect of the user experience is improved are solved.

Description

Page caching method and device, electronic equipment and storage medium
Technical Field
The embodiment of the disclosure relates to the technical field of computers, in particular to a page caching method, a page caching device, electronic equipment and a storage medium.
Background
With the development of electronic products, users can read various articles or watch videos through application programs. For example, after the user triggers the application program, a certain page is opened for browsing, if the user triggers a certain control on the current page, the user can enter the next page of the current page for browsing, that is to say, a new page can be entered infinitely through links or controls in the page. A return control is also typically provided in the page, and after clicking, the previous page of the current page can be returned.
Therefore, if there are more pages opened step by step in the interface, these pages need to be stored in the memory to ensure that the function of returning to the previous page can be executed. Multiple pages are stored in the memory, so that the technical problem that the user experience is affected due to the fact that the memory occupation is large and the system memory is insufficient and is blocked is solved.
Disclosure of Invention
The embodiment of the disclosure provides a page caching method, a page caching device, electronic equipment and a page caching storage medium, so that a storage strategy is optimized, the memory capacity of a system memory is reduced, and the technical effect of user experience is improved.
In a first aspect, an embodiment of the present disclosure further provides a page caching method, where the method includes:
when detecting an operation triggering the entry from the current page to the next page, determining current storage information in a first cache area;
when the current storage information meets a first preset condition, caching target page data in a target page in the first caching area to a target position;
the first cache area is a memory, and the target location includes a local disk.
In a second aspect, an embodiment of the present disclosure further provides a page caching apparatus, where the apparatus includes:
the detection module is used for determining the current storage information in the first cache area when detecting the operation of triggering the current page to enter the next page;
the caching module is used for caching the target page data in the target page in the first caching area to a target position when the current storage information meets a first preset condition;
the first cache area is a memory, and the target location includes a local disk.
In a third aspect, embodiments of the present disclosure further provide an electronic device, including:
One or more processors;
storage means for storing one or more programs,
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the page caching method as described in any one of the embodiments of the present disclosure.
In a fourth aspect, the disclosed embodiments also provide a storage medium containing computer-executable instructions, which when executed by a computer processor, are for performing a page caching method as described in any of the disclosed embodiments.
According to the technical scheme, when the operation of triggering the next page from the current page is detected, the current storage information in the first cache area is determined, when the current storage information meets the first preset condition, page data in a target page in the first cache area are cached to a target position, wherein the first cache area is a memory, the target position comprises a local disk, the problem that in the prior art, if more pages are opened step by step, the pages are required to be stored in the system memory to ensure that the function of returning to the previous page can be executed is solved, but the pages are required to occupy a larger memory of a system, the technical problems that the system memory is insufficient, the situation of blocking occurs during operation and the like, and therefore user experience is influenced are solved, when the system memory storage amount meets the preset condition, the storage strategy is optimized, the system memory storage amount is reduced, and the technical effect of user experience is improved.
Drawings
The above and other features, advantages, and aspects of embodiments of the present disclosure will become more apparent by reference to the following detailed description when taken in conjunction with the accompanying drawings. The same or similar reference numbers will be used throughout the drawings to refer to the same or like elements. It should be understood that the figures are schematic and that elements and components are not necessarily drawn to scale.
Fig. 1 is a schematic flow chart of a page buffering method according to a first embodiment of the disclosure;
fig. 2 is a schematic flow chart of a page rollback method according to a second embodiment of the disclosure;
FIG. 3 is a schematic flow chart of a third preferred embodiment according to the third embodiment of the present disclosure;
fig. 4 is a schematic structural diagram of a page buffer device according to a fourth embodiment of the present disclosure;
fig. 5 is a schematic structural diagram of an electronic device according to a fifth embodiment of the disclosure.
Detailed Description
Embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While certain embodiments of the present disclosure have been shown in the accompanying drawings, it is to be understood that the present disclosure may be embodied in various forms and should not be construed as limited to the embodiments set forth herein, but are provided to provide a more thorough and complete understanding of the present disclosure. It should be understood that the drawings and embodiments of the present disclosure are for illustration purposes only and are not intended to limit the scope of the present disclosure.
It should be understood that the various steps recited in the method embodiments of the present disclosure may be performed in a different order and/or performed in parallel. Furthermore, method embodiments may include additional steps and/or omit performing the illustrated steps. The scope of the present disclosure is not limited in this respect.
The term "including" and variations thereof as used herein are intended to be open-ended, i.e., including, but not limited to. The term "based on" is based at least in part on. The term "one embodiment" means "at least one embodiment"; the term "another embodiment" means "at least one additional embodiment"; the term "some embodiments" means "at least some embodiments. Related definitions of other terms will be given in the description below.
It should be noted that the terms "first," "second," and the like in this disclosure are merely used to distinguish between different devices, modules, or units and are not used to define an order or interdependence of functions performed by the devices, modules, or units.
It should be noted that references to "one", "a plurality" and "a plurality" in this disclosure are intended to be illustrative rather than limiting, and those of ordinary skill in the art will appreciate that "one or more" is intended to be understood as "one or more" unless the context clearly indicates otherwise.
Example 1
Fig. 1 is a schematic flow chart of a page caching method provided by the embodiment of the present disclosure, where the embodiment is applicable to a case of caching each page stored in a system memory when the system memory storage amount meets a preset condition, and the method may be performed by a page caching device, where the device may be implemented in a software and/or hardware form, and may be implemented by an electronic device, where the electronic device may be a mobile terminal, a PC, or the like.
As shown in fig. 1, the method of the present embodiment includes:
s110, when the operation of triggering the current page to enter the next page is detected, determining the current storage information in the first cache area.
The page currently browsed by the user is used as the current page. At least two controls may be included on the current page for the user to trigger to enter the next page. When a user triggers one of the controls, the user can jump from the current page to the next page for browsing, namely the page jump browsing step by step is realized. That is, by triggering a link or control in the current page, the next page to the current page can be entered. The first cache area can be understood as a system memory of an application program or a browser, and is used as a first memory area of the system for storing each page opened by a user step by step. The current storage information can be understood as the memory occupied by each page stored in the first memory of the system and/or the number of pages stored in the first cache area.
Specifically, when detecting that a user triggers a link or a control on a current page and jumps to a next page, the number of pages stored in the first cache area and/or the memory occupied by each page stored in the first cache area may be obtained.
And S120, when the current storage information meets a first preset condition, caching target page data in the target page in the first caching area to a target position.
And taking a preset threshold value met by the storage amount in the current stored information as a first preset condition. The first preset condition may be: the number of pages including page data stored in the current storage information is greater than the first preset number of pages, and/or the memory occupied by each page stored in the current storage information exceeds the preset storage memory. That is, the currently stored information can acquire the target page in the first cache area as long as one of the above conditions is satisfied. The target page is understood to be a page to be retrieved from the first cache area and stored to the target location. The page includes page data, and a page frame. And taking the page data of the target page as target page data. The target location includes a local disk. The first cache region is a system memory.
Specifically, when the number of pages stored in the first cache area is greater than the first preset number of pages, and/or the total memory occupied by storing each page exceeds the preset memory, the target page to be stored to the target position may be determined from the first cache area. After the target page is determined, page data on the target page can be cached to a local disk.
The first preset condition is that the threshold number of the pages stored in the first cache area is 10, and/or the memory occupied by storing the number of each page is 512M. When the user triggers the control on the current page to enter the next page, after the current page is stored in the first cache area, the number of the pages stored in the first cache area is 11, and the number of the pages exceeds the threshold value of the number of the pages by 10, then the target page can be obtained from the 11 pages, and the page data of the target page is stored in the local disk.
It should be noted that, if the current stored information does not satisfy the first preset condition, the above operation may not be performed.
In this embodiment, determining the target page from the first cache area may be: when the current stored information meets a first preset condition, acquiring the cache moment of caching each page in a first cache area; according to the caching moment, determining a time difference value from the current moment, taking a page corresponding to the time difference value from the current moment as a target page, and caching target page data in the target page into a local disk; the current time is the time when the current stored information is detected to meet the first preset condition.
The time when the page is stored in the first cache area is taken as the cache time of the page. That is, the pages stored in the first cache area are different, and the corresponding cache times are also different. The current time is: and after detecting that the user triggers to enter the next page from the current page and store the current page in the first cache area, acquiring the moment when the stored information in the first cache area meets the preset condition.
It may be understood that, if the current stored information meets the first preset condition, the buffering time of storing each page in the first buffering area may be obtained. And calculating the time difference between the cache time of each page and the current time. When the time difference is larger, the earlier the time of page buffer storage to the first buffer storage area is, namely the page browsed earlier by the user is indicated. The page corresponding to the largest time difference from the current moment can be used as the target page, namely, the page which is browsed earliest by the user in the first cache area is used as the target page. And caching page data on the target page into a local disk.
For example, the time when the current stored information meets the first preset condition is a, and the cache time when each page is stored in the first cache area is A1, A2, A3, A4, … a10 respectively. Where A1 represents the time when the page was first stored in the first cache region, and similarly a10 represents the time when it was last stored in the first cache region. Then, the page corresponding to the cache time A1 is the target page, and the page data in the target page is acquired and stored in the local disk.
Of course, each page stored in the first cache area may be numbered, the first page stored in the first cache area is numbered 1, the second page stored in the cache area is numbered 2, and so on, each page stored in the first cache area is numbered, and each page is stored in the order of the numbers. When the number is 11, taking the page with the number of 1 as a target page, and storing page data in the target page into a local disk; and if the page number stored in the first cache area again is 12, caching the page corresponding to the number 2 in the first cache area as a target page to a target position, and acquiring the target page from the first cache area by the aid of the cache. That is, in the process of determining the target page and storing the target page to the target position, the number of the stored pages in the first cache area is always less than or equal to the preset page number threshold.
Based on the technical scheme, the method for caching the target page data to the target position comprises the following steps: caching the target page data into a local disk, and reserving a target page frame corresponding to the target page data in a first cache area; or, caching the target page data to a local disk, and deleting the target page frame corresponding to the target page data from the first cache region.
That is, the target page frame corresponding to the target page is processed, and two embodiments may be adopted. The first embodiment may be: and acquiring a target page in the first cache region, caching target page data in the target page into a local disk, and retaining a target page frame corresponding to the target page in the first cache region. The second embodiment may be: and caching the page data in the target page acquired from the first cache region into a local disk, and deleting the page frame from the first cache region.
According to the technical scheme, when the operation of triggering the next page from the current page is detected, the current storage information in the first cache area is determined, when the current storage information meets the first preset condition, page data in a target page in the first cache area are cached to a target position, wherein the first cache area is a memory, the target position comprises a local disk, the problem that in the prior art, if more pages are opened step by step, the pages are required to be stored in the system memory to ensure that the function of returning to the previous page can be executed is solved, but the pages are required to occupy a larger memory of a system, the technical problems that the system memory is insufficient, the situation of blocking occurs during operation and the like, and therefore user experience is influenced are solved, when the system memory storage amount meets the preset condition, the storage strategy is optimized, the system memory storage amount is reduced, and the technical effect of user experience is improved.
Example two
On the basis of the technical scheme, when the operation of triggering page rollback by the user is detected, each page data stored in the local disk can be processed according to the information stored in the first cache region. Fig. 2 is a flowchart of a page rollback method according to a second embodiment of the disclosure.
As shown in fig. 2, the method includes:
s210, when detecting that the operation of backing to the previous page from the current page is triggered, determining the current storage information in the first cache area.
The previous page may be understood as a page with the smallest time interval from the current page among all pages browsed before the current page.
Specifically, when a trigger operation triggering the rollback from the current page to the previous page is detected, the storage information in the first cache area is read, and the storage information read at the moment is used as the current storage information.
Illustratively, the current storage information of the first cache area is obtained and stored for 4 pages.
And S220, when the current storage information meets a second preset condition, determining target page data to be called back from the target position.
It should be noted that, when a trigger operation from a current page to a next page is detected, whether the page stored in the first cache area needs to be cached to the target position or not needs to satisfy a first preset condition. Correspondingly, when detecting that the user triggers the rollback operation, whether page data to be called back is acquired from the target position or not needs to meet a second preset condition.
Optionally, the second preset condition may be: the number of pages stored in the current stored information is smaller than the first preset number of pages; and/or the total memory occupied by each page stored in the current storage information is smaller than the preset storage memory.
Specifically, when the number of pages stored in the current storage information is smaller than the first preset number of pages, and/or the memory occupied by each page stored in the current storage information is smaller than the preset storage memory, the target page data to be recalled can be obtained from the local disk.
Optionally, determining the target callback data may be: acquiring storage time of storing each page data in a local disk, and acquiring a time difference value corresponding to each page data according to the storage time and the return time; the return time is the time when the user triggers the operation of backing to the previous page from the current page; and taking the page data corresponding to the minimum time difference value as target page data to be called back.
When the page data is stored from the first cache area to the local disk, the corresponding time is taken as the storage time. The return time refers to the time when the user triggers the operation of backing from the current page to the previous page. The target page data to be called back is page data to be called back from the target position to the first cache area.
According to the storage time and the return time, the time difference of each page in the local disk from the return time can be determined. The larger the time difference value is, the earliest the page user corresponding to the storage time browses; correspondingly, the smaller the time difference value is, the page corresponding to the storage time is the most recently browsed page by the user.
It should be noted that, when the page is rolled back, the page that is rolled back first is the page that the user browses recently, for example, the user browses the page a, after triggering the content on the page a to enter the page B and triggering the control on the page B to enter the page C, the user triggers the roll-back operation, and then the page that is rolled back first is the page B, and after triggering the roll-back operation, the user can roll back to the page a. That is, when detecting that the user triggers page rollback, the page data corresponding to the minimum distance difference may be used as the target page data to be recalled.
Specifically, the storage time of each page data stored in the local disk is obtained, and the time difference of each page from the return time is determined according to the return time. And taking the page data corresponding to the small time difference value as target page data to be called back. It should be noted that, page data stored in the local disk and corresponding to each page may be numbered, the page data stored in the local disk first is marked as 1, the page data stored in the local disk second is marked as 2, and so on, the page data stored in the local disk are numbered sequentially. When the page data is called back, the page data with the largest number can be preferentially used as target page data to be called back.
S230, obtaining a target callback page according to the target callback page data and a target to-be-used page frame corresponding to the target callback data in the first cache area, and storing the target callback page to a preset position in the first cache area.
It should be noted that this step is applicable to the case where the page frame is retained in the first cache region, and if the page frame of the target page is deleted from the first cache region, this step is no longer applicable.
That is, when the frame corresponding to the target page is stored in the first cache area, the page frame corresponding to the target data to be callback may be determined according to the identifier in the target data to be callback, and rendering processing may be performed on the data to be callback and the page frame.
It should be noted that, since the page frame and the pages are stored in the first cache area, the number of pages including the page frame and the page data is set as one page in the first preset condition and the second preset condition. Optionally, determining a target to-be-used page frame corresponding to the target to-be-called page data in the first cache area according to the identification information in the target to-be-called page data, and taking the position of the target to-be-used page frame as a preset position; rendering the target callback page data and the target page frame to be used to obtain a target callback page, and storing the target callback page to a preset position.
It should be noted that, when the pages are stored in the first buffer area, the pages may be numbered sequentially from early to late according to the buffering time when the pages are stored in the first buffer area, and the pages may be arranged in sequence. Correspondingly, when the target page data in the first cache area is stored in the local disk, each page data stored in the local disk can be numbered. The page numbers in the first cache area correspond to the page numbers in the local disk. When the target page data in the first cache area is stored in the local disk, the target page frame is reserved in the first cache area, and identification information, optional number information, corresponding to the target page data exists in the target page frame.
The preset position can be understood as a position corresponding to the target callback data identifier. For example, the number of the target callback data is 10, and then the preset position in the first cache area is 10, that is, rendering processing is performed on the target callback data with the number 10 and the page frame with the number 10 in the first cache area, and the target callback data is placed at the position with the number 10. The target page frame to be used, namely, the page frame corresponding to the target page data identification to be called back.
Specifically, after the target page data to be called back is obtained, searching a page frame corresponding to the identification information from the first cache area according to the identification information in the target page data to be called back, and taking the page frame as a target page frame. The position of the target page frame is a preset position. And rendering the target page frame and the target page data to be called back to obtain the target callback page. And storing the target callback page to a preset position in the first cache area. It should be noted that, if the number of pages stored in the first cache area meets the second preset condition and the local disk does not store page data, even if the page rollback operation is detected, the page data in the local disk may not be read any more.
According to the technical scheme, when the operation of triggering the next page from the current page is detected, the current storage information in the first cache area is determined, when the current storage information meets the first preset condition, page data in a target page in the first cache area are cached to a target position, wherein the first cache area is a memory, the target position comprises a local disk, the problem that in the prior art, if more pages are opened step by step, the pages are required to be stored in the system memory to ensure that the function of returning to the previous page can be executed is solved, but the pages are required to occupy a larger memory of a system, the technical problems that the system memory is insufficient, the situation of blocking occurs during operation and the like, and therefore user experience is influenced are solved, when the system memory storage amount meets the preset condition, the storage strategy is optimized, the system memory storage amount is reduced, and the technical effect of user experience is improved.
Example III
As a preferred embodiment of the above embodiments, fig. 3 is a schematic flow chart of a preferred embodiment provided in a third embodiment of the disclosure.
As shown in fig. 3, the method includes:
s310, when the control on the current page is triggered to enter the next page, the number of the current storage pages in the first cache area is obtained.
For example, when a user triggers a control on a current page and enters a next page, the current page may be stored in the first cache area, and the number of the currently stored pages in the first cache area is 6. That is, when the user browses the current page, the number of pages stored in the first buffer area is 5, and when the user goes from the current page to the next page, the number of currently stored pages in the first buffer area is 6 after the current page is stored in the first buffer area.
S320, judging whether the number of the current storage pages is larger than a preset page number threshold value, if so, executing S330; if not, the process returns to S310.
The threshold value of the number of the preset pages is 5.
That is, when the number of the current stored pages is greater than the preset page number threshold, the pages in the first buffer area may be processed, that is, S330 is executed. If the number of the current memory pages is smaller than the preset page number threshold, whether the user triggers the operation of entering the next page from the current page is continuously detected, that is, S310 and S320 are repeatedly executed.
S330, acquiring a target page in the first cache area, and caching target page data in the target page to a local disk.
In this embodiment, the target page may be determined according to the cache time at which each page is stored in the first cache area, or the number of each page is stored. The above two modes can be respectively taken as examples.
The method includes the steps of obtaining a cache time of each page stored in a first cache area, and taking a page with the largest time difference from the current time as a target page. And caching page data in the target page to a local disk.
For example, when each page is cached in the first cache area, the page with the number 6 may be numbered according to the sequence of caching each page, that is, the page with the number 1 cached in the first cache area is first, and the page with the number 6 is obtained by pushing. And taking the page with the smallest number, namely the page stored in the first cache area firstly, as a target page. And caching page data in the target page to a local disk.
On the basis of the above technical solution, after caching the target page data in the target page to the local disk, at least two embodiments may be adopted, and optional, for the target page frame corresponding to the target page: the target page frame is maintained in the first cache region, or deleted from the first cache region.
In this embodiment, the target page frame is described as being reserved in the first buffer area.
S340, when detecting the operation of triggering the rollback from the current page to the previous page, acquiring the current storage information in the first cache region.
When detecting that the user touches to send a page back to the previous page from the current page, the number of the pages currently stored in the first cache area needs to be acquired.
For example, when detecting the rollback operation, that is, when the current page is the previous page or jumps to the previous page, the number of the pages currently stored in the first cache area is obtained to be 4.
S350, judging whether the number of the current storage pages is smaller than a preset page number threshold value, if so, executing S360; if not, the process returns to S340.
The preset page number threshold is 5 pages, for example. When the number of the current stored pages is 4 and is smaller than the preset page number threshold value by 5, page data to be recalled from the local disk can be executed, namely S360. If the number of the current memory pages is not less than the preset page number threshold, it may be continuously detected whether the user triggers the page rollback operation, that is, S340 is executed.
S360, acquiring target callback page data from the local disk, and obtaining a target callback page.
Specifically, when each page data is stored in the local disk, the page data corresponding to the smallest time difference value from the current moment is used as the target page data to be called back. And determining a page frame corresponding to the target callback data from the first cache area according to the identification information in the target callback data, and performing rendering processing on the target callback data and the page frame to obtain a target callback page. The target callback page can be inserted into the corresponding position according to the position of the target page frame or the number of the target page frame so as to rollback the call.
According to the technical scheme, when the operation of triggering the next page from the current page is detected, the current storage information in the first cache area is determined, when the current storage information meets the first preset condition, page data in a target page in the first cache area are cached to a target position, wherein the first cache area is a memory, the target position comprises a local disk, the problem that in the prior art, if more pages are opened step by step, the pages are required to be stored in the system memory to ensure that the function of returning to the previous page can be executed is solved, but the pages are required to occupy a larger memory of a system, the technical problems that the system memory is insufficient, the situation of blocking occurs during operation and the like, and therefore user experience is influenced are solved, when the system memory storage amount meets the preset condition, the storage strategy is optimized, the system memory storage amount is reduced, and the technical effect of user experience is improved.
Example IV
Fig. 4 is a schematic structural diagram of a page buffering device according to a fourth embodiment of the present disclosure, where the device includes: a detection model 410, and a caching module 420.
The detecting module 410 is configured to determine, when an operation triggering the entry from the current page to the next page is detected, current storage information in the first cache area; the caching module 420 is configured to cache page data in a target page in the first cache area to a target position when the current stored information meets a first preset condition; the first cache area is a memory, and the target location includes a local disk.
According to the technical scheme, when the operation of triggering the next page from the current page is detected, the current storage information in the first cache area is determined, when the current storage information meets the first preset condition, page data in a target page in the first cache area are cached to a target position, wherein the first cache area is a memory, the target position comprises a local disk, the problem that in the prior art, if more pages are opened step by step, the pages are required to be stored in the system memory to ensure that the function of returning to the previous page can be executed is solved, but the pages are required to occupy a larger memory of a system, the technical problems that the system memory is insufficient, the situation of blocking occurs during operation and the like, and therefore user experience is influenced are solved, when the system memory storage amount meets the preset condition, the storage strategy is optimized, the system memory storage amount is reduced, and the technical effect of user experience is improved.
Based on the above technical solutions, the cache module further includes: a preset condition judgment unit for:
when at least one condition is detected to be met, page data in a target page in the first cache area are cached to a target position: the number of pages comprising page data stored in the current storage information is larger than the first preset page number; the memory occupied by each page stored in the current storage information exceeds a preset storage memory; the page comprises page data and a page frame.
Based on the above technical solutions, the cache module is further configured to:
obtaining the cache time of each page cached in the first cache area; according to the caching moment, determining a time difference value from the current moment, taking a page corresponding to the time difference value from the current moment which is the largest as a target page, and caching page data in the target page to the target position; the current time is the time when the current stored information is detected to meet a first preset condition.
On the basis of the technical schemes, the device further comprises:
the first caching unit is used for caching the target page data into the local disk and keeping a target page frame corresponding to the target page data in the first caching area; or alternatively, the first and second heat exchangers may be,
And the second caching unit is used for caching the target page data to the local disk and deleting the target page frame corresponding to the target page data from the first caching area.
Based on the above technical solutions, the cache module further includes:
the rollback detection unit is used for determining the current storage information in the first cache area when detecting the operation of triggering rollback from the current page to the previous page;
the page data calling unit is used for determining target page data to be called back from the target position when the current storage information meets a second preset condition;
and the callback page caching unit is used for obtaining a target callback page according to the target callback page data and a target to-be-used page frame corresponding to the target callback data in the first caching area, and storing the target callback page to a preset position in the first caching area.
On the basis of the above technical solutions, the retrieving page data unit is further configured to:
when the current stored information is detected to meet at least one of the following conditions, determining target page data to be called back from the target position:
The number of pages including page data in the current storage information is smaller than the first preset page number;
and the total memory occupied by each page stored in the current storage information is smaller than the preset storage memory.
Based on the above technical solutions, the calling page data unit is further configured to:
acquiring storage time of storing each page data in a local disk, and acquiring a time difference value corresponding to each page data according to the storage time and the return time; the return time is the time when the user triggers the operation of backing to the previous page from the current page;
and taking the page data corresponding to the minimum time difference value as target page data to be called back.
On the basis of the above technical solutions, the callback page buffer unit is further configured to:
determining a target to-be-used page frame corresponding to the target to-be-called-back page data in the first cache area according to the identification information in the target to-be-called-back page data, and taking the position of the target to-be-used page frame as a preset position;
rendering the target callback page data and the target page frame to be used to obtain a target callback page, and storing the target callback page to the preset position.
The page caching device provided by the embodiment of the disclosure can execute the page caching method provided by any embodiment of the disclosure, and has the corresponding functional modules and beneficial effects of the execution method.
It should be noted that each unit and module included in the above apparatus are only divided according to the functional logic, but not limited to the above division, so long as the corresponding functions can be implemented; in addition, the specific names of the functional units are also only for convenience of distinguishing from each other, and are not used to limit the protection scope of the embodiments of the present disclosure.
Example five
Referring now to fig. 5, a schematic diagram of an electronic device (e.g., a terminal device or server in fig. 5) 500 suitable for use in implementing embodiments of the present disclosure is shown. The terminal devices in the embodiments of the present disclosure may include, but are not limited to, mobile terminals such as mobile phones, notebook computers, digital broadcast receivers, PDAs (personal digital assistants), PADs (tablet computers), PMPs (portable multimedia players), in-vehicle terminals (e.g., in-vehicle navigation terminals), and the like, and stationary terminals such as digital TVs, desktop computers, and the like. The electronic device shown in fig. 5 is merely an example and should not be construed to limit the functionality and scope of use of the disclosed embodiments.
As shown in fig. 5, the electronic device 500 may include a processing means (e.g., a central processing unit, a graphics processor, etc.) 501, which may perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM) 502 or a program loaded from a storage 506 into a Random Access Memory (RAM) 503. In the RAM 503, various programs and data required for the operation of the electronic apparatus 500 are also stored. The processing device 501, the ROM 502, and the RAM 503 are connected to each other via a bus 504. An input/output (I/O) interface 505 is also connected to bus 504.
In general, the following devices may be connected to the I/O interface 505: input devices 506 including, for example, a touch screen, touchpad, keyboard, mouse, camera, microphone, accelerometer, gyroscope, etc.; an output device 507 including, for example, a Liquid Crystal Display (LCD), a speaker, a vibrator, and the like; storage 506 including, for example, magnetic tape, hard disk, etc.; and communication means 509. The communication means 509 may allow the electronic device 500 to communicate with other devices wirelessly or by wire to exchange data. While fig. 5 shows an electronic device 500 having various means, it is to be understood that not all of the illustrated means are required to be implemented or provided. More or fewer devices may be implemented or provided instead.
In particular, according to embodiments of the present disclosure, the processes described above with reference to flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a non-transitory computer readable medium, the computer program comprising program code for performing the method shown in the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network via the communication means 509, or from the storage means 506, or from the ROM 502. The above-described functions defined in the methods of the embodiments of the present disclosure are performed when the computer program is executed by the processing device 501.
The terminal provided by the embodiment of the present disclosure and the page caching method provided by the foregoing embodiment belong to the same inventive concept, and technical details not described in detail in the embodiment of the present disclosure may refer to the foregoing embodiment, and the embodiment of the present disclosure has the same beneficial effects as the foregoing embodiment.
Examples ten
The present disclosure provides a computer storage medium having stored thereon a computer program which, when executed by a processor, implements the page caching method provided by the above embodiments.
It should be noted that the computer readable medium described in the present disclosure may be a computer readable signal medium or a computer readable storage medium, or any combination of the two. The computer readable storage medium can be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or a combination of any of the foregoing. More specific examples of the computer-readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this disclosure, a computer-readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In the present disclosure, however, the computer-readable signal medium may include a data signal propagated in baseband or as part of a carrier wave, with the computer-readable program code embodied therein. Such a propagated data signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination of the foregoing. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: electrical wires, fiber optic cables, RF (radio frequency), and the like, or any suitable combination of the foregoing.
In some implementations, the clients, servers may communicate using any currently known or future developed network protocol, such as HTTP (HyperText Transfer Protocol ), and may be interconnected with any form or medium of digital data communication (e.g., a communication network). Examples of communication networks include a local area network ("LAN"), a wide area network ("WAN"), the internet (e.g., the internet), and peer-to-peer networks (e.g., ad hoc peer-to-peer networks), as well as any currently known or future developed networks.
The computer readable medium may be contained in the electronic device; or may exist alone without being incorporated into the electronic device.
The computer readable medium carries one or more programs which, when executed by the electronic device, cause the electronic device to:
when detecting an operation triggering the entry from the current page to the next page, determining current storage information in a first cache area;
when the current storage information meets a first preset condition, page data in a target page in the first cache area are cached to a target position;
The first cache area is a memory, and the target location includes a local disk.
Computer program code for carrying out operations of the present disclosure may be written in one or more programming languages, including, but not limited to, an object oriented programming language such as Java, smalltalk, C ++ and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computer (for example, through the Internet using an Internet service provider).
The flowcharts and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units involved in the embodiments of the present disclosure may be implemented by means of software, or may be implemented by means of hardware. Where the name of the unit does not constitute a limitation on the unit itself in some cases, for example, the call page data unit may also be described as a "target page data acquisition unit".
The functions described above herein may be performed, at least in part, by one or more hardware logic components. For example, without limitation, exemplary types of hardware logic components that may be used include: a Field Programmable Gate Array (FPGA), an Application Specific Integrated Circuit (ASIC), an Application Specific Standard Product (ASSP), a system on a chip (SOC), a Complex Programmable Logic Device (CPLD), and the like.
In the context of this disclosure, a machine-readable medium may be a tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. The machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium. The machine-readable medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples of a machine-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
According to one or more embodiments of the present disclosure, there is provided a page caching method, the method comprising:
when detecting an operation triggering the entry from the current page to the next page, determining current storage information in a first cache area;
when the current storage information meets a first preset condition, page data in a target page in the first cache area are cached to a target position;
wherein the first cache area is a memory, and the target location includes a local disc, according to one or more embodiments of the present disclosure, a page cache method is provided [ example two ], and further includes:
optionally, when the current stored information meets a first preset condition, caching page data in a target page in the first cache area to a target position includes:
when at least one condition is detected to be met, page data in a target page in the first cache area are cached to a target position:
the number of pages comprising page data stored in the current storage information is larger than the first preset page number;
the memory occupied by each page stored in the current storage information exceeds a preset storage memory;
The page comprises page data and a page frame.
According to one or more embodiments of the present disclosure, there is provided a page caching method, further comprising:
optionally, the caching the page data in the target page in the first cache area to the target location includes:
obtaining the cache time of each page cached in the first cache area;
according to the caching moment, determining a time difference value from the current moment, taking a page corresponding to the time difference value from the current moment which is the largest as a target page, and caching page data in the target page to the target position;
the current time is the time when the current stored information is detected to meet a first preset condition.
According to one or more embodiments of the present disclosure, there is provided a page caching method, further including:
optionally, the caching the target page data to the target location includes:
caching the target page data into the local disk, and reserving a target page frame corresponding to the target page data in the first cache area; or alternatively, the first and second heat exchangers may be,
And caching the target page data to the local disk, and deleting the target page frame corresponding to the target page data from the first cache region.
According to one or more embodiments of the present disclosure, there is provided a page caching method, further comprising:
optionally, after the caching the target page data in the local disk and retaining the target page frame corresponding to the target page data in the first cache area, the method further includes:
when detecting an operation triggering to fall back from a current page to a previous page, determining current storage information in the first cache region;
when the current stored information meets a second preset condition, determining target page data to be called back from the target position;
and obtaining a target callback page according to the target callback page data and a target to-be-used page frame corresponding to the target callback data in the first cache area, and storing the target callback page to a preset position in the first cache area.
According to one or more embodiments of the present disclosure, there is provided a page caching method, further including:
Optionally, when the current stored information meets a second preset condition, determining target page data to be recalled from the target location includes:
when the current stored information is detected to meet at least one of the following conditions, determining target page data to be called back from the target position:
the number of pages including page data in the current storage information is smaller than the first preset page number;
and the total memory occupied by each page stored in the current storage information is smaller than the preset storage memory.
According to one or more embodiments of the present disclosure, there is provided a page caching method [ example seventh ], the method further comprising:
optionally, the determining the target page data to be called back from the target position includes:
acquiring storage time of storing each page data in a local disk, and acquiring a time difference value corresponding to each page data according to the storage time and the return time; the return time is the time when the user triggers the operation of backing to the previous page from the current page;
and taking the page data corresponding to the minimum time difference value as target page data to be called back.
According to one or more embodiments of the present disclosure, there is provided a page caching method, further comprising:
optionally, the obtaining the target callback page according to the target callback page data and the target to-be-used page frame corresponding to the target callback data in the first cache area, and storing the target callback page to a preset position in the first cache area includes:
determining a target to-be-used page frame corresponding to the target to-be-called-back page data in the first cache area according to the identification information in the target to-be-called-back page data, and taking the position of the target to-be-used page frame as a preset position;
rendering the target callback page data and the target page frame to be used to obtain a target callback page, and storing the target callback page to the preset position.
According to one or more embodiments of the present disclosure, there is provided a page caching apparatus, including:
the detection module is used for determining the current storage information in the first cache area when detecting the operation of triggering the current page to enter the next page;
The caching module is used for caching page data in a target page in the first caching area to a target position when the current storage information meets a first preset condition;
the first cache area is a memory, and the target location includes a local disk.
The foregoing description is only of the preferred embodiments of the present disclosure and description of the principles of the technology being employed. It will be appreciated by persons skilled in the art that the scope of the disclosure referred to in this disclosure is not limited to the specific combinations of features described above, but also covers other embodiments which may be formed by any combination of features described above or equivalents thereof without departing from the spirit of the disclosure. Such as those described above, are mutually substituted with the technical features having similar functions disclosed in the present disclosure (but not limited thereto).
Moreover, although operations are depicted in a particular order, this should not be understood as requiring that such operations be performed in the particular order shown or in sequential order. In certain circumstances, multitasking and parallel processing may be advantageous. Likewise, while several specific implementation details are included in the above discussion, these should not be construed as limiting the scope of the present disclosure. Certain features that are described in the context of separate embodiments can also be implemented in combination in a single embodiment. Conversely, various features that are described in the context of a single embodiment can also be implemented in multiple embodiments separately or in any suitable subcombination.
Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the specific features or acts described above. Rather, the specific features and acts described above are example forms of implementing the claims.

Claims (10)

1. The page caching method is characterized by comprising the following steps of:
when detecting an operation triggering the entry from the current page to the next page, determining current storage information in a first cache area;
when the current storage information meets a first preset condition, caching target page data in a target page in the first caching area to a target position;
the first cache area is a memory, the target position comprises a local disk, and the page comprises page data and a page frame;
when detecting an operation triggering to fall back from a current page to a previous page, determining current storage information in the first cache region;
when the current stored information meets a second preset condition, determining target page data to be called back from the target position;
obtaining a target callback page according to the target callback page data and a target to-be-used page frame corresponding to the target callback page data in the first cache area, and storing the target callback page to a preset position in the first cache area;
The obtaining the target callback page according to the target callback page data and the target to-be-used page frame corresponding to the target callback page data in the first cache area, and storing the target callback page to a preset position in the first cache area, including:
rendering the target callback page data and the target page frame to be used to obtain a target callback page, and storing the target callback page to the preset position;
the first preset condition is that the number of pages including page data stored in the current storage information is greater than the first preset number of pages, and/or the memory occupied by each page stored in the current storage information exceeds the preset storage memory;
the target page is a page which is acquired from the first cache area and is stored to a target position;
the caching the target page data in the target page in the first cache region to the target position includes:
and caching the target page data into the local disk, and reserving a target page frame corresponding to the target page data in the first cache area.
2. The method of claim 1, wherein when the current stored information meets a first preset condition, caching target page data in a target page in the first cache area to a target location includes:
when at least one condition is detected to be met, caching target page data in the target pages in the first cache area to a target position:
the number of pages comprising page data stored in the current storage information is larger than the first preset page number;
and the total memory occupied by storing each page in the current storage information exceeds the preset storage memory.
3. The method of claim 1, wherein caching target page data in a target page in the first cache region to a target location comprises:
obtaining the cache time of each page cached in the first cache area;
according to the caching moment, determining a time difference value from the current moment, taking a page corresponding to the time difference value from the current moment which is the largest as a target page, and caching target page data in the target page to the target position;
the current time is the time when the current stored information is detected to meet a first preset condition.
4. The method of claim 1, wherein caching target page data in target pages in the first cache region to the target location further comprises:
and caching the target page data to the local disk, and deleting the target page frame corresponding to the target page data from the first cache region.
5. The method according to claim 1, wherein when the current stored information meets a second preset condition, determining target page data to be recalled from the target location includes:
when the current stored information is detected to meet at least one of the following conditions, determining target page data to be called back from the target position:
the number of pages including page data in the current storage information is smaller than the first preset page number;
and the total memory occupied by each page stored in the current storage information is smaller than the preset storage memory.
6. The method of claim 1, wherein the determining target page data to be recalled from the target location comprises:
acquiring storage time of storing each page data in a local disk, and acquiring a time difference value corresponding to each page data according to the storage time and the return time; the return time is the time when the user triggers the operation of backing to the previous page from the current page;
And taking the page data corresponding to the minimum time difference value as target page data to be called back.
7. The method of claim 6, wherein the obtaining the target callback page according to the target callback page data and the target to-be-used page frame corresponding to the target callback page data in the first cache area, and storing the target callback page in a preset position in the first cache area, comprises:
and determining a target to-be-used page frame corresponding to the target to-be-called-back page data in the first cache area according to the identification information in the target to-be-called-back page data, and taking the position of the target to-be-used page frame as a preset position.
8. A page caching apparatus, comprising:
the detection module is used for determining the current storage information in the first cache area when detecting the operation of triggering the current page to enter the next page;
the caching module is used for caching page data in a target page in the first caching area to a target position when the current storage information meets a first preset condition;
The first cache area is a memory, the target position comprises a local disk, and the page comprises page data and a page frame;
the cache module further includes:
the rollback detection unit is used for determining the current storage information in the first cache area when detecting the operation of triggering rollback from the current page to the previous page;
the page data calling unit is used for determining target page data to be called back from the target position when the current storage information meets a second preset condition;
the callback page caching unit is used for obtaining a target callback page according to the target callback page data and a target to-be-used page frame corresponding to the target callback page data in the first caching area, and storing the target callback page to a preset position in the first caching area;
the obtaining the target callback page according to the target callback page data and the target to-be-used page frame corresponding to the target callback page data in the first cache area, and storing the target callback page to a preset position in the first cache area, including:
Rendering the target callback page data and the target page frame to be used to obtain a target callback page, and storing the target callback page to the preset position;
the first preset condition is that the number of pages including page data stored in the current storage information is greater than the first preset number of pages, and/or the memory occupied by each page stored in the current storage information exceeds the preset storage memory;
the target page is a page which is acquired from the first cache area and is stored to a target position;
the cache module is specifically configured to:
and caching the target page data into the local disk, and reserving a target page frame corresponding to the target page data in the first cache area.
9. An electronic device, the electronic device comprising:
one or more processors;
storage means for storing one or more programs,
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the page caching method of any one of claims 1-7.
10. A storage medium containing computer executable instructions which, when executed by a computer processor, are for performing the page caching method of any one of claims 1-7.
CN201910656405.3A 2019-07-19 2019-07-19 Page caching method and device, electronic equipment and storage medium Active CN110633434B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910656405.3A CN110633434B (en) 2019-07-19 2019-07-19 Page caching method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910656405.3A CN110633434B (en) 2019-07-19 2019-07-19 Page caching method and device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN110633434A CN110633434A (en) 2019-12-31
CN110633434B true CN110633434B (en) 2024-02-27

Family

ID=68968920

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910656405.3A Active CN110633434B (en) 2019-07-19 2019-07-19 Page caching method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN110633434B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113010891B (en) * 2021-02-26 2023-02-07 中科天齐(山西)软件安全技术研究院有限公司 Application program safety detection method and device, electronic equipment and storage medium
CN113010890B (en) * 2021-02-26 2023-02-07 中科天齐(山西)软件安全技术研究院有限公司 Application program safety detection method and device, electronic equipment and storage medium
CN115391582A (en) * 2022-09-27 2022-11-25 杭州涂鸦信息技术有限公司 Card processing method, electronic device and system
CN115509670B (en) * 2022-11-08 2023-06-27 广州文石信息科技有限公司 Page display method, page display device, ink screen device and storage medium

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101729590A (en) * 2008-10-15 2010-06-09 北大方正集团有限公司 Method, system and device for providing web page
CN102368258A (en) * 2011-09-30 2012-03-07 广州市动景计算机科技有限公司 Webpage page caching management method and system
CN103336812A (en) * 2013-06-27 2013-10-02 优视科技有限公司 Webpage resource caching method and device for improving secondary loading efficiency
CN104050253A (en) * 2014-06-12 2014-09-17 北京金山网络科技有限公司 Webpage display method and browser
CN104199684A (en) * 2014-08-13 2014-12-10 百度在线网络技术(北京)有限公司 Browser cold-booting method and device
CN104462455A (en) * 2014-12-16 2015-03-25 北京京东尚科信息技术有限公司 Method and device for displaying and processing network data
CN104573025A (en) * 2015-01-12 2015-04-29 北京京东尚科信息技术有限公司 Method and system for increasing page loading rate
CN107943825A (en) * 2017-10-19 2018-04-20 阿里巴巴集团控股有限公司 Data processing method, device and the electronic equipment of page access
CN108153588A (en) * 2016-12-06 2018-06-12 阿里巴巴集团控股有限公司 A kind of page navigation method and device, a kind of memory allocation method and device
CN108391009A (en) * 2018-02-13 2018-08-10 广东欧珀移动通信有限公司 Display methods, device, storage medium and the electronic equipment of five application page
CN109165369A (en) * 2018-07-12 2019-01-08 北京猫眼文化传媒有限公司 Webpage display process and device
CN109558251A (en) * 2017-09-26 2019-04-02 北京京东尚科信息技术有限公司 The method and terminal of page structure information modification
CN109740085A (en) * 2019-01-10 2019-05-10 北京字节跳动网络技术有限公司 A kind of methods of exhibiting of content of pages, device, equipment and storage medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6915384B2 (en) * 2002-03-22 2005-07-05 Microsoft Corporation Multiple-level persisted template caching

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101729590A (en) * 2008-10-15 2010-06-09 北大方正集团有限公司 Method, system and device for providing web page
CN102368258A (en) * 2011-09-30 2012-03-07 广州市动景计算机科技有限公司 Webpage page caching management method and system
CN103336812A (en) * 2013-06-27 2013-10-02 优视科技有限公司 Webpage resource caching method and device for improving secondary loading efficiency
CN104050253A (en) * 2014-06-12 2014-09-17 北京金山网络科技有限公司 Webpage display method and browser
CN104199684A (en) * 2014-08-13 2014-12-10 百度在线网络技术(北京)有限公司 Browser cold-booting method and device
CN104462455A (en) * 2014-12-16 2015-03-25 北京京东尚科信息技术有限公司 Method and device for displaying and processing network data
CN104573025A (en) * 2015-01-12 2015-04-29 北京京东尚科信息技术有限公司 Method and system for increasing page loading rate
CN108153588A (en) * 2016-12-06 2018-06-12 阿里巴巴集团控股有限公司 A kind of page navigation method and device, a kind of memory allocation method and device
CN109558251A (en) * 2017-09-26 2019-04-02 北京京东尚科信息技术有限公司 The method and terminal of page structure information modification
CN107943825A (en) * 2017-10-19 2018-04-20 阿里巴巴集团控股有限公司 Data processing method, device and the electronic equipment of page access
CN108391009A (en) * 2018-02-13 2018-08-10 广东欧珀移动通信有限公司 Display methods, device, storage medium and the electronic equipment of five application page
CN109165369A (en) * 2018-07-12 2019-01-08 北京猫眼文化传媒有限公司 Webpage display process and device
CN109740085A (en) * 2019-01-10 2019-05-10 北京字节跳动网络技术有限公司 A kind of methods of exhibiting of content of pages, device, equipment and storage medium

Also Published As

Publication number Publication date
CN110633434A (en) 2019-12-31

Similar Documents

Publication Publication Date Title
CN110633434B (en) Page caching method and device, electronic equipment and storage medium
CN110633433B (en) Page caching method and device, electronic equipment and storage medium
CN111258736B (en) Information processing method and device and electronic equipment
CN111488185B (en) Page data processing method, device, electronic equipment and readable medium
CN112650790B (en) Target point cloud plane determining method and device, electronic equipment and storage medium
CN111400625B (en) Page processing method and device, electronic equipment and computer readable storage medium
CN112379982B (en) Task processing method, device, electronic equipment and computer readable storage medium
CN113395572A (en) Video processing method and device, storage medium and electronic equipment
CN113934958A (en) Page loading method and device, electronic equipment and computer readable medium
CN111274503B (en) Data processing method, device, electronic equipment and computer readable medium
CN110765386A (en) Webpage image monitoring method and device, electronic equipment and readable storage medium
CN111723309B (en) Method and device for web page searching
CN109614195B (en) Method, device and equipment for preloading list items and storage medium
CN112565890B (en) Video clipping method and device, storage medium and electronic equipment
CN110647702B (en) Picture preloading method and device, electronic equipment and readable medium
CN110717126A (en) Page browsing method and device, electronic equipment and computer readable storage medium
WO2022095932A1 (en) Livestreaming room page jumping method and apparatus, livestreaming room page returning method and apparatus, and electronic device
CN115357361A (en) Task processing method, device, equipment and medium
CN111353296B (en) Article processing method, apparatus, electronic device and computer readable storage medium
CN110377362B (en) Method, device, terminal and storage medium for cleaning application program
CN111857915B (en) Application page display method and device
CN110221892B (en) Method, device, medium and electronic equipment for scrolling window information
CN114915849B (en) Video preloading method, device, equipment and medium
CN116932910A (en) Content pushing method, device, equipment and storage medium
CN114610580A (en) Page white screen monitoring method, device, equipment and medium

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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20230426

Address after: Room 802, Information Building, 13 Linyin North Street, Pinggu District, Beijing, 101299

Applicant after: Beijing youzhuju Network Technology Co.,Ltd.

Address before: No. 715, 7th floor, building 3, 52 Zhongguancun South Street, Haidian District, Beijing 100081

Applicant before: Beijing infinite light field technology Co.,Ltd.

GR01 Patent grant
GR01 Patent grant