CN111783018A - Page processing method, device and equipment - Google Patents

Page processing method, device and equipment Download PDF

Info

Publication number
CN111783018A
CN111783018A CN202010736737.5A CN202010736737A CN111783018A CN 111783018 A CN111783018 A CN 111783018A CN 202010736737 A CN202010736737 A CN 202010736737A CN 111783018 A CN111783018 A CN 111783018A
Authority
CN
China
Prior art keywords
page
data
loading item
service
item
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.)
Granted
Application number
CN202010736737.5A
Other languages
Chinese (zh)
Other versions
CN111783018B (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.)
Alipay Hangzhou Information Technology Co Ltd
Original Assignee
Alipay Hangzhou 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 Alipay Hangzhou Information Technology Co Ltd filed Critical Alipay Hangzhou Information Technology Co Ltd
Priority to CN202410781000.3A priority Critical patent/CN118606586A/en
Priority to CN202010736737.5A priority patent/CN111783018B/en
Publication of CN111783018A publication Critical patent/CN111783018A/en
Application granted granted Critical
Publication of CN111783018B publication Critical patent/CN111783018B/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/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • 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/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)
  • Stored Programmes (AREA)

Abstract

The embodiment of the specification discloses a page processing method, a page processing device and page processing equipment. The page processing scheme comprises the following steps: when the appointed operation of a user is monitored, determining whether a page loading item triggered by the appointed operation belongs to an accelerated loading item, wherein the appointed operation is to operate the page loading item to trigger the operation of jumping to a page corresponding to the page loading item; if so, intercepting the specified operation, and acquiring basic data from preloaded service data, wherein the basic data is service data required by jumping to a target service page corresponding to the page loading item; and jumping to the target service page according to the acquired basic data.

Description

Page processing method, device and equipment
Technical Field
The present disclosure relates to the field of computer technologies, and in particular, to a page processing method, device and apparatus.
Background
In the existing scheme, when a user needs to jump from an initial page to a final page, the user often needs to jump from the initial page to a plurality of intermediate pages, and then user data required for jumping to the final page is gradually acquired through the plurality of intermediate pages, for example, the user data is acquired from a client through the intermediate pages, or the user data issued by a server is received, and then the jump to the final page is triggered from the last intermediate page according to the acquired user data.
Disclosure of Invention
In view of this, embodiments of the present specification provide a page processing method, an apparatus, and a device, which simplify a page processing process, shorten overall time consumption for page jump, and implement page processing without perception by a user by improving an overall page processing architecture.
The embodiment of the specification adopts the following technical scheme:
an embodiment of the present specification provides a page processing method, including:
when the appointed operation of a user is monitored, determining whether a page loading item triggered by the appointed operation belongs to an accelerated loading item, wherein the appointed operation is to operate the page loading item to trigger the operation of jumping to a page corresponding to the page loading item;
if so, intercepting the specified operation, and acquiring basic data from preloaded service data, wherein the basic data is service data required by jumping to a target service page corresponding to the page loading item;
and jumping to the target service page according to the acquired basic data.
An embodiment of the present specification further provides a page processing apparatus, including:
the determining module is used for determining whether a page loading item triggered by a specified operation belongs to an accelerated loading item when the specified operation of a user is monitored, wherein the specified operation is to operate the page loading item to trigger an operation of jumping to a page corresponding to the page loading item;
the data acquisition module intercepts the specified operation and acquires basic data from the preloaded service data when the determining module determines that the page loading item belongs to the accelerated loading item, wherein the basic data is the service data required by jumping to a target service page corresponding to the page loading item;
and the skipping module skips to the target service page according to the acquired basic data.
An embodiment of the present specification further provides an electronic device for page processing, including:
at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein,
the memory stores instructions executable by the at least one processor to enable the at least one processor to:
when the appointed operation of a user is monitored, determining whether a page loading item triggered by the appointed operation belongs to an accelerated loading item, wherein the appointed operation is to operate the page loading item to trigger the operation of jumping to a page corresponding to the page loading item;
if so, intercepting the specified operation, and acquiring basic data from preloaded service data, wherein the basic data is service data required by jumping to a target service page corresponding to the page loading item;
and jumping to the target service page according to the acquired basic data.
The embodiment of the specification adopts at least one technical scheme which can achieve the following beneficial effects:
the page processing architecture is improved, namely an acceleration module is added, the acceleration module is used for acquiring data, the original operation container is replaced by loading the intermediate page to acquire data, the page jump times and the operation time consumption of the operation container can be reduced, the whole page processing process is simple and short in time consumption, and the page processing can be completed without perception of a user.
Drawings
In order to more clearly illustrate the embodiments of the present specification or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only some embodiments described in the present specification, and for those skilled in the art, other drawings can be obtained according to the drawings without any creative effort.
Fig. 1 is a schematic structural diagram of an existing page processing scheme in an embodiment of the present specification.
Fig. 2 is a schematic structural diagram of a page processing scheme provided in an embodiment of the present specification.
Fig. 3 is a flowchart of a page processing method provided in an embodiment of the present specification.
Fig. 4 is a schematic view of a section implementation structure of an acceleration module in a page processing method according to an embodiment of the present disclosure.
Fig. 5 is a schematic structural diagram of a page processing apparatus according to an embodiment of the present disclosure.
Detailed Description
In order to make those skilled in the art better understand the technical solutions in the present specification, the technical solutions in the embodiments of the present specification will be clearly and completely described below with reference to the drawings in the embodiments of the present specification, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be obtained by a person skilled in the art without making any inventive step based on the embodiments of the present disclosure, shall fall within the scope of protection of the present application.
In the existing page processing scheme, more than one jump is often required to reach a final page required by a user, for example, the first jump is performed from an initial page, that is, the first jump is performed to a first intermediate page of a plurality of intermediate pages, then data required for making a decision to jump to the final page is sequentially acquired from the plurality of intermediate pages, and then the last jump is performed from the last intermediate page to jump to the final page.
For example, as shown in fig. 1, a user wants to jump from an initial page in an App (application) to a final target service page by clicking, for example, a "health code" viewing function item is provided in the initial page, the final target service page is a health code generation page, at this time, the user needs to click a "health code" option (such as a small block identified in the drawing) in the initial page first, the terminal jumps to a middle page after obtaining the clicking operation of the user, then obtains a target city corresponding to the health code in the middle page, and after obtaining the target city in the middle page, performs a second jump according to the city data, and jumps to a health code generation page corresponding to the target city.
Therefore, the user needs to jump more than once in the process of jumping from the initial page to the final page and needs to collect data required by jumping to the final page through the plurality of intermediate pages, so that the time required by completing the jump more than once through the operation container is long, and the time consumed for acquiring the data in the plurality of intermediate pages is also long, so that the whole processing process of the user for reaching the final page is not only complex, but also consumes long time, and the user experience is poor.
It should be noted that, in this embodiment of the present specification, the page may be a page that runs in the App, or may be a page form such as an applet (or a running page of an applet) and H5, or may be a page form such as an applet that jumps from the App to the outside and a page form such as H5, where the applet may be a program that runs in an App application page and displays a page, or may be a program that jumps from the App and runs and displays independently, and the applet can run and use without downloading and installing, and may be used to provide special service, such as a health code, a citizen center, a life payment, and an outside jump.
Based on this, the embodiment of the present specification provides a new page processing scheme.
Fig. 2 is a schematic structural diagram of a page processing scheme provided in an embodiment of the present specification.
As shown in the figure, the data required by the jump is acquired by improving the overall structure of page processing, namely adding an acceleration module and acquiring the data by adopting the acceleration module instead of loading the intermediate page by a container.
Specifically, when it is monitored that the user clicks the page loading item in the initial page, it is monitored that the user clicks the target service item corresponding to the target service page (for example, a small square is identified in the figure), so as to trigger the jump to the final target service page (such as a target applet), and the jump after clicking can be quickly intercepted according to the terminal intelligence in the acceleration module, and judging whether the target item is a preset acceleration service item, if so, acquiring service data required by jumping to a target service page corresponding to the target item from the acceleration module, wherein, the service data required by jumping to the target service page is pre-loaded service data which is intelligently and pre-loaded into the acceleration module, and then according to the acquired service data, directly jumping to a target service page without jumping to any intermediate page.
In addition, the terminal intelligence can trigger preloading and cache the service data into the acceleration module to form preloaded service data under the preset trigger condition; after the target service page is jumped to, the target service page can also read the cache data from the acceleration module by calling a data acquisition interface provided by the acceleration module.
Therefore, by improving the page processing architecture and constructing a new and universal page processing scheme by using the acceleration module, the intermediate page required to appear in the page jump processing can be removed, the jump times and the time consumption of data acquisition are reduced, and the page loading speed is accelerated.
In the embodiment of the present specification, the terminal intelligence refers to artificial intelligence at the terminal side, and the terminal intelligence is not specifically limited herein.
In the embodiment of the present disclosure, the terminal at the terminal side may include an intelligent terminal such as a mobile phone, a camera, a sensor, a robot, and the like, which is not limited herein.
The application of machine learning can be directly set on the terminal side through end intelligence, so that data can be intelligently processed without leaving the end, such as reasoning and training can be carried out, and compared with cloud intelligence, the intelligent processing method has the advantage of natural privacy and can be carried out under the condition that a user does not sense the intelligent processing method.
The technical solutions provided by the embodiments of the present application are described in detail below with reference to the accompanying drawings.
Fig. 3 is a flowchart of a page processing method provided in an embodiment of the present specification.
As shown in fig. 3, a page processing method provided in an embodiment of the present specification includes:
and step S102, judging whether the specified operation of the user is monitored, and if so, executing step S104.
The designated operation is an operation of operating the page loading item to trigger jumping to a service page corresponding to the page loading item; the page loading item is a service option provided in the initial page and used for loading the service page; a service page is a page that appears in the provisioning service.
For example, the user wants to check the health code condition of the user through the health code function provided by the App.
At this time, the user needs to operate the App capable of providing the health code viewing function first, after the App operates, a service option for inquiring the health code is provided in a corresponding page, and after the user clicks the "health code" option, the App loads a health code generating page and displays the generated health code to the user.
Therefore, the specified operation can be a click operation on the "health code" option, the page loading item can be the "health code" business option in the App page, and the business page can generate a page for the health code.
It should be noted that, in the health code generating process, a page of a city where the user is located may be obtained, at this time, the page of the obtained city may be used as an intermediate page in the service providing process, and the health code generating page is used as a target service page for providing the health code service.
It should be noted that, if the specified operation of the user is not monitored, the page processing may still be in a monitoring state, or other processing is performed, which is not limited herein.
And step S104, determining whether the page loading item triggered by the specified operation belongs to an accelerated loading item, and if so, executing step S106.
The accelerated loading item is a loading item which can directly jump to a target service page corresponding to the page loading item from a page where the page loading item is located after the page loading item is operated by a specified operation, namely when the accelerated loading item is triggered, the accelerated loading item can directly jump to the corresponding target service page without jumping to an intermediate page.
In specific implementation, whether a page loading item in an App page belongs to an acceleration loading item or not can be preset according to an actual application condition.
For example, the page load item is the aforementioned "health code" business option.
Usually, when the method is used for the first time, the city corresponding to the health code is difficult to judge only according to the existing user data, at this time, the 'health code' (namely a page loading item) can be set as a loading item which is not loaded in an accelerated way, and at this time, before jumping to a health code generation page (namely a target page), the middle page can be jumped to according to the original business processing flow, so that the target city corresponding to the health code which a user wants to specify is obtained in the middle page.
However, in subsequent use, since the city associated with the user is known, for example, the city corresponding to the health code that the user wants to view can be accurately determined according to the existing user data, such as the positioning information of other services, LBS request, and other data, at this time, the "health code" can be preset as belonging to the accelerated loading item, and at this time, before jumping to the health code generation page, the original service processing flow is not adopted, that is, it is not necessary to jump to the middle page first to collect the city data, but the page processing scheme provided by the embodiment of the present specification is adopted to acquire the data and perform page jumping, so as to directly jump to the health code generation page.
It should be noted that, when it is determined that the page loading item is not an accelerated loading item, the target service page may be continuously skipped according to the original service processing flow, for example, the original processing flow needs to skip to a plurality of intermediate pages first, and then still skip to the corresponding intermediate page first, which is not limited herein.
In specific implementation, whether the page loading item belongs to the acceleration loading item can be determined intelligently by using the client, and the determination can also be performed by using a server (such as a cloud), which is not limited specifically here.
And S106, intercepting the specified operation and acquiring basic data from the preloaded service data.
In specific implementation, the specified operation can trigger the terminal intelligence, the terminal intelligence can quickly intercept page skipping triggered by the specified operation, and the condition that the specified operation triggers a running container to skip to an intermediate page to acquire data is avoided.
After the interception is triggered, decision data (namely basic data) for jumping to a target service page can be directly obtained from the preloaded service data.
The pre-loaded service data is pre-loaded service data, the pre-loaded service data at least comprises basic data, and the basic data is service data required by jumping from a current page to a target service page.
For example, the App provides a plurality of service items, the basic data required by the service items should be used as preloaded service data, and other service data required by processing the service in the target service page can also be used as the preloaded service data, so that the target service page can call the data directly from the preloaded service data.
For example, the App provides a health code checking function, where the basic data may be user information (e.g., identity information), a color and a code value of a health code, data necessary for generating a health code in a city where the user is located, and the like, and the pre-loaded service data may include the basic data, and may further include other service data, such as a city epidemic situation, data on whether the user has a fever and a doctor recently, whether the user has a epidemic situation recently, whether the user has a contact with a patient recently, and the like.
And S108, jumping to the target service page according to the acquired basic data.
The basic data is obtained from the pre-loaded service data instead of obtaining data from a plurality of intermediate pages, and the data can be directly jumped from the current page to the target service page according to the obtained basic data without jumping to the intermediate pages.
In the steps S102 to S108, by monitoring the designated operation on the page loading item in the page, and when the designated operation is monitored and the page loading item corresponding to the designated operation is determined to be the accelerated loading item, basic data necessary for jumping to the target service page is acquired from the preloaded service data, and then according to the acquired basic data, the target service page is directly jumped without operating a container to jump to an intermediate page.
Therefore, after the new page processing scheme is formed in steps S102 to S108, the operation container does not need to jump to the middle page first to acquire data, and the target service page can be reached only by one jump, which not only shortens the time consumed for acquiring data, but also reduces the jump times and the jump time consumed by the operation container, effectively shortens the overall time consumed in the page processing process, and improves the user experience.
In some embodiments, a monitoring item may be set for the page loading item to determine whether the specified operation is monitored through the monitoring item.
For example, by monitoring whether each page loading item in the App is triggered, such as clicked, selected, and the like, if triggered, it can be determined that the specified operation is monitored.
In some embodiments, a buried point for monitoring can be set for the page loading item, and whether the specified operation is monitored can be quickly judged through the buried point.
It should be noted that the buried point may be set according to an application scenario, and is not limited in detail here.
In some embodiments, a data attribute of whether the page loading item belongs to the accelerated loading item or not can be set in the App for each page loading item, and then whether the page loading item belongs to the page needing accelerated loading or not can be quickly identified by judging the data attribute of the page loading item.
For example, for the aforementioned "health code" service option, a flag bit is used to identify the data attribute, for example, when the data attribute is used for the first time, the flag bit is set to "0" to indicate that the data attribute belongs to a non-accelerated loading item, and after the service option is used, when a city where a user is located can be accurately identified according to existing user data, the flag is set to "1" to indicate that the data attribute belongs to an accelerated loading item.
In some embodiments, an identification feature of the user may be used to identify whether the page loading item belongs to the accelerated loading item, where the identification feature may be a condition that characterizes a service corresponding to the page loading item used by the user.
For example, after it is detected that the user clicks the "health code" service option, it may be determined that the user has not left the current city in the recent (e.g., within 14 days) according to the geographic location where the user logs in, and this geographic location may be used as the identification feature.
Therefore, the identification of the identification characteristics can be intelligently identified by the utilization end, whether the page loading item belongs to the acceleration loading item or not can be quickly identified after the specified operation is monitored, and the page processing can be carried out under the condition that a user does not sense the page loading item.
In some embodiments, the client may intelligently predict a loading trigger time for preloading service data, such as obtaining LBS (Location Based Services) data of the client, obtaining a URL (Uniform Resource Locator) of the server, and other service data.
In specific implementation, the user behavior characteristics can be intelligently identified through the terminal, and the loading of the service data is completed in advance under the trigger of the preset trigger condition, so that after a target service page (such as a target applet) is entered, the required data can be obtained from the preloaded service data without initiating a request again, and the overall time consumption of processing is reduced.
In specific implementation, the preset trigger condition may be set according to an actual application scenario.
For example, after jumping to the target service page, the service processing also needs other service data, and the preset trigger condition may be set as a condition for determining that the page loading item is an accelerated loading item.
For example, when the page loading item is a common service option, the preset trigger condition may be set to App start, so that loading is performed without clicking the service option.
Data are pre-loaded through terminal intelligence to form cache data, so that data required by decision jumping can be obtained from the cache data without jumping to an intermediate page, and time consumed by data obtaining can be reduced.
In some embodiments, the preloaded service data may be acquired from a client and/or a server that provides a service corresponding to the page loading item, and after the preloaded service data is acquired, the preloaded service data is loaded into a cache to form cache data.
In some embodiments, a data interface may be provided for the target service page, so that after the target service page is skipped, the service of the target service page obtains the service data required by the service processing through the data obtaining interface without initiating a request again, which may reduce the time consumption for obtaining data.
In specific implementation, a JSAPI interface can be provided as a data acquisition interface for a target service page, so that the applet, H5, and the like can call cached data and return result data through the data interface.
It should be noted that the JSAPI interface is a client bridge mechanism, and may allow a front-end applet, an H5, and other pages to directly call corresponding Native functions such as payment, photographing, sharing, and floating layer popping up through a specific JS method, and the JSAPI interface is not described here.
In some embodiments, after the business is operated online, the online operation condition can be managed and controlled, online processing is performed, and user experience is improved.
In specific implementation, the improved business process may be subjected to page granularity management and control, gray release, rollback operation, and other processing, which is not described herein.
In some embodiments, each function in the foregoing embodiments in the acceleration module may be implemented in a tangent plane manner, for example, monitoring a specified operation, for example, determining whether a page loading item belongs to an acceleration loading item by using end intelligence, for example, intercepting a page jump corresponding to the specified operation, for example, obtaining basic data, for example, pre-loading service data, for example, making a decision according to the basic data and then jumping, and the like.
In specific implementation, codes corresponding to various functions in the acceleration module can be extracted and packaged into independent functional units, so that the improvement workload of the service scheme can be reduced, and the improved stability, expandability, execution efficiency and the like of the service scheme can be improved.
For example, a designated operation to be monitored is taken as a tangent plane, and a code corresponding to the monitoring function may be triggered to be executed to form an independent functional unit, for example, the code unit is executed under the trigger of the designated operation.
Fig. 4 is a schematic structural diagram of each function of the acceleration module implemented in a tangential manner.
As shown in the figure, the acceleration module added in the improved scheme can be divided into 3 parts: a front portion, a core portion, and a back portion.
The front portion is used for preprocessing of page processing, such as monitoring, preloading, data caching, identifying accelerated loading items, intercepting, on-line emergency management and the like, and thus the front portion may include one or more of the following processing functions: monitoring appointed operation, intercepting skip, feature recognition, management and control strategies and the like.
In specific implementation, the pre-processing part can be directly triggered by the specified operation, and then the corresponding pre-processing is completed after the triggering.
The core part is used for the process of page processing, such as data acquisition, decision jumping, point setting, end intelligent learning and the like, so that the core functions of data acquisition, decision jumping and the like from the middle page of the operation container in the original business process can be replaced, and the core part can comprise more than one processing function: obtain client data (e.g., LBS, etc.), obtain server data (e.g., target page url, etc.), cache data, bury points, jump, end intelligence, etc.
The post-part is used for interfacing with the target service page, for example, providing a data interface, facilitating the target service page to acquire data, return a service result, and the like, so that the post-part may include one or more of the following processing functions: reading the cache data, returning a service result and the like.
By adopting the tangent plane mode, the influence of the improvement of the scheme on the original service scheme can be reduced, such as the improved workload, the expandability and the stability of the improved scheme and the like.
It should be noted that each function of the aforementioned acceleration module can be cut according to the actual application requirement, and other functions in the actual application can also be added to the corresponding cut, which is not further described herein.
Based on the same inventive concept, the embodiment of the specification further provides a device for page processing, an electronic device and a non-volatile computer storage medium.
Fig. 5 is a schematic structural diagram of a page processing apparatus according to an embodiment of the present disclosure.
As shown in fig. 5, the page processing apparatus 10 includes: the determining module 11 is configured to determine, when a specified operation of a user is monitored, whether a page loading item triggered by the specified operation belongs to an accelerated loading item, where the specified operation is to operate the page loading item to trigger an operation of jumping to a page corresponding to the page loading item; the data acquisition module 12 is configured to intercept the specified operation and acquire basic data from preloaded service data when the determination module 11 determines that the page loading item belongs to an accelerated loading item, where the basic data is service data required for jumping to a target service page corresponding to the page loading item; and the skipping module 13 skips to the target service page according to the acquired basic data.
Optionally, the monitoring of the designated operation of the user includes:
and determining whether the specified operation of the user is monitored or not through a buried point, wherein the buried point is the buried point for triggering the page loading item aiming at the specified operation.
Optionally, determining whether the page load item triggered by the specified operation belongs to an accelerated load item includes:
identifying user characteristics of the page loading item triggered by the specified operation, wherein the user characteristics are used for representing historical data of a service corresponding to the page loading item used by a user;
and determining whether the page loading item belongs to an acceleration loading item according to the identification result.
Optionally, the page processing apparatus 10 further includes: the prediction module 14 is used for intelligently predicting the trigger time for loading the preloaded service data; and the loading module 15 loads the preloaded service data under the trigger of the trigger time.
Optionally, loading the preloaded service data includes:
acquiring the preloaded service data from a client and/or a server which provide the service corresponding to the page loading item;
and after the preloaded service data is obtained, loading the preloaded service data into a cache.
Optionally, intercepting the specified operation comprises: intercepting the specified operation in a tangent plane mode.
Optionally, the page processing apparatus 10 further includes: and the data interface module 16 provides a data interface for the target service page.
Optionally, the page processing apparatus 10 of any one of the preceding claims further includes: the online management and control module 17 performs at least one of the following management and control on the page processing after online: page granularity management and control, gray level release and rollback operation.
An embodiment of the present specification further provides an electronic device for page processing, including:
at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein,
the memory stores instructions executable by the at least one processor to enable the at least one processor to:
when the appointed operation of a user is monitored, determining whether a page loading item triggered by the appointed operation belongs to an accelerated loading item, wherein the appointed operation is to operate the page loading item to trigger the operation of jumping to a page corresponding to the page loading item;
if so, intercepting the specified operation, and acquiring basic data from preloaded service data, wherein the basic data is service data required by jumping to a target service page corresponding to the page loading item;
and jumping to the target service page according to the acquired basic data.
Embodiments of the present specification further provide a non-volatile computer storage medium for page processing, which stores computer-executable instructions configured to:
when the appointed operation of a user is monitored, determining whether a page loading item triggered by the appointed operation belongs to an accelerated loading item, wherein the appointed operation is to operate the page loading item to trigger the operation of jumping to a page corresponding to the page loading item;
if so, intercepting the specified operation, and acquiring basic data from preloaded service data, wherein the basic data is service data required by jumping to a target service page corresponding to the page loading item;
and jumping to the target service page according to the acquired basic data.
The foregoing description has been directed to specific embodiments of this disclosure. Other embodiments are within the scope of the following claims. In some cases, the actions or steps recited in the claims may be performed in a different order than in the embodiments and still achieve desirable results. In addition, the processes depicted in the accompanying figures do not necessarily require the particular order shown, or sequential order, to achieve desirable results. In some embodiments, multitasking and parallel processing may also be possible or may be advantageous.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments can be referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the embodiments of the system, the apparatus, the device, and the non-volatile computer storage medium, since they correspond to the method, the description is simple, and the relevant points can be referred to the partial description of the method embodiments.
The system, apparatus, device, and non-volatile computer storage medium and method provided in the embodiments of this specification correspond to each other, and they also have similar advantageous technical effects to the corresponding method.
In the 90 s of the 20 th century, improvements in a technology could clearly distinguish between improvements in hardware (e.g., improvements in circuit structures such as diodes, transistors, switches, etc.) and improvements in software (improvements in process flow). However, as technology advances, many of today's process flow improvements have been seen as direct improvements in hardware circuit architecture. Designers almost always obtain the corresponding hardware circuit structure by programming an improved method flow into the hardware circuit. Thus, it cannot be said that an improvement in the process flow cannot be realized by hardware physical modules. For example, a Programmable Logic Device (PLD), such as a Field Programmable Gate Array (FPGA), is an integrated circuit whose Logic functions are determined by programming the Device by a user. A digital system is "integrated" on a PLD by the designer's own programming without requiring the chip manufacturer to design and fabricate application-specific integrated circuit chips. Furthermore, nowadays, instead of manually making an integrated Circuit chip, such Programming is often implemented by "logic compiler" software, which is similar to a software compiler used in program development and writing, but the original code before compiling is also written by a specific Programming Language, which is called Hardware Description Language (HDL), and HDL is not only one but many, such as abel (advanced Boolean Expression Language), ahdl (alternate Language Description Language), traffic, pl (core unified Programming Language), HDCal, JHDL (Java Hardware Description Language), langue, Lola, HDL, laspam, hardsradware (Hardware Description Language), vhjhd (Hardware Description Language), and vhigh-Language, which are currently used in most common. It will also be apparent to those skilled in the art that hardware circuitry that implements the logical method flows can be readily obtained by merely slightly programming the method flows into an integrated circuit using the hardware description languages described above.
The controller may be implemented in any suitable manner, for example, the controller may take the form of, for example, a microprocessor or processor and a computer-readable medium storing computer-readable program code (e.g., software or firmware) executable by the (micro) processor, logic gates, switches, an Application Specific Integrated Circuit (ASIC), a programmable logic controller, and an embedded microcontroller, examples of which include, but are not limited to, the following microcontrollers: ARC 625D, Atmel AT91SAM, Microchip PIC18F26K20, and Silicone Labs C8051F320, the memory controller may also be implemented as part of the control logic for the memory. Those skilled in the art will also appreciate that, in addition to implementing the controller as pure computer readable program code, the same functionality can be implemented by logically programming method steps such that the controller is in the form of logic gates, switches, application specific integrated circuits, programmable logic controllers, embedded microcontrollers and the like. Such a controller may thus be considered a hardware component, and the means included therein for performing the various functions may also be considered as a structure within the hardware component. Or even means for performing the functions may be regarded as being both a software module for performing the method and a structure within a hardware component.
The systems, devices, modules or units illustrated in the above embodiments may be implemented by a computer chip or an entity, or by a product with certain functions. One typical implementation device is a computer. In particular, the computer may be, for example, a personal computer, a laptop computer, a cellular telephone, a camera phone, a smartphone, a personal digital assistant, a media player, a navigation device, an email device, a game console, a tablet computer, a wearable device, or a combination of any of these devices.
For convenience of description, the above devices are described as being divided into various units by function, and are described separately. Of course, the functionality of the units may be implemented in one or more software and/or hardware when implementing the present application.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). Memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The application may be described in the general context of computer-executable instructions, such as program modules, being executed by a computer. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types. The application may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote computer storage media including memory storage devices.
The above description is only an example of the present application and is not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (15)

1. A page processing method includes:
when the appointed operation of a user is monitored, determining whether a page loading item triggered by the appointed operation belongs to an accelerated loading item, wherein the appointed operation is to operate the page loading item to trigger the operation of jumping to a page corresponding to the page loading item;
if so, intercepting the specified operation, and acquiring basic data from preloaded service data, wherein the basic data is service data required by jumping to a target service page corresponding to the page loading item;
and jumping to the target service page according to the acquired basic data.
2. The method of claim 1, monitoring a user for a specified action, comprising:
and determining whether the specified operation of the user is monitored or not through a buried point, wherein the buried point is the buried point for triggering the page loading item aiming at the specified operation.
3. The method of claim 1, determining whether the page load triggered by the specified operation belongs to an accelerated load, comprising:
identifying user characteristics of the page loading item triggered by the specified operation, wherein the user characteristics are used for representing historical data of a service corresponding to the page loading item used by a user;
and determining whether the page loading item belongs to an acceleration loading item according to the identification result.
4. The method of claim 1, further comprising:
intelligently predicting the trigger time for loading the preloaded service data by using a terminal;
and loading the preloaded service data under the trigger of the trigger opportunity.
5. The method of claim 4, loading the preloaded business data, comprising:
acquiring the preloaded service data from a client and/or a server which provide the service corresponding to the page loading item;
and after the preloaded service data is obtained, loading the preloaded service data into a cache.
6. The method of claim 1, further comprising: and providing a data interface for the target service page.
7. The method of claim 1, intercepting the specified operation, comprising: intercepting the specified operation in a tangent plane mode.
8. The method of any of claims 1 to 7, further comprising: performing at least one of the following control on the page processing after the online process: page granularity management and control, gray level release and rollback operation.
9. A page processing apparatus comprising:
the determining module is used for determining whether a page loading item triggered by a specified operation belongs to an accelerated loading item when the specified operation of a user is monitored, wherein the specified operation is to operate the page loading item to trigger an operation of jumping to a page corresponding to the page loading item;
the data acquisition module intercepts the specified operation and acquires basic data from the preloaded service data when the determining module determines that the page loading item belongs to the accelerated loading item, wherein the basic data is the service data required by jumping to a target service page corresponding to the page loading item;
and the skipping module skips to the target service page according to the acquired basic data.
10. The apparatus of claim 9, the monitoring of the user's designated actions comprising:
and determining whether the specified operation of the user is monitored or not through a buried point, wherein the buried point is the buried point for triggering the page loading item aiming at the specified operation.
11. The apparatus of claim 9, wherein determining whether the page load triggered by the specified operation belongs to an accelerated load comprises:
identifying user characteristics of the page loading item triggered by the specified operation, wherein the user characteristics are used for representing historical data of a service corresponding to the page loading item used by a user;
and determining whether the page loading item belongs to an acceleration loading item according to the identification result.
12. The apparatus of claim 9, the apparatus further comprising:
the prediction module intelligently predicts the trigger time for loading the preloaded service data by using a terminal;
and the loading module loads the preloaded service data under the trigger of the trigger time.
13. The apparatus of claim 9, the apparatus further comprising:
and the data interface module is used for providing a data interface for the target service page.
14. The apparatus of any of claims 9 to 13, further comprising:
the online management and control module is used for managing and controlling at least one of the following page processing after online: page granularity management and control, gray level release and rollback operation.
15. An electronic device for page processing, comprising:
at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein,
the memory stores instructions executable by the at least one processor to enable the at least one processor to:
when the appointed operation of a user is monitored, determining whether a page loading item triggered by the appointed operation belongs to an accelerated loading item, wherein the appointed operation is to operate the page loading item to trigger the operation of jumping to a page corresponding to the page loading item;
if so, intercepting the specified operation, and acquiring basic data from preloaded service data, wherein the basic data is service data required by jumping to a target service page corresponding to the page loading item;
and jumping to the target service page according to the acquired basic data.
CN202010736737.5A 2020-07-28 2020-07-28 Page processing method, device and equipment Active CN111783018B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202410781000.3A CN118606586A (en) 2020-07-28 2020-07-28 Page processing method, device and equipment
CN202010736737.5A CN111783018B (en) 2020-07-28 2020-07-28 Page processing method, device and equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010736737.5A CN111783018B (en) 2020-07-28 2020-07-28 Page processing method, device and equipment

Related Child Applications (1)

Application Number Title Priority Date Filing Date
CN202410781000.3A Division CN118606586A (en) 2020-07-28 2020-07-28 Page processing method, device and equipment

Publications (2)

Publication Number Publication Date
CN111783018A true CN111783018A (en) 2020-10-16
CN111783018B CN111783018B (en) 2024-07-05

Family

ID=72766283

Family Applications (2)

Application Number Title Priority Date Filing Date
CN202010736737.5A Active CN111783018B (en) 2020-07-28 2020-07-28 Page processing method, device and equipment
CN202410781000.3A Pending CN118606586A (en) 2020-07-28 2020-07-28 Page processing method, device and equipment

Family Applications After (1)

Application Number Title Priority Date Filing Date
CN202410781000.3A Pending CN118606586A (en) 2020-07-28 2020-07-28 Page processing method, device and equipment

Country Status (1)

Country Link
CN (2) CN111783018B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112698899A (en) * 2020-12-30 2021-04-23 北京光启元数字科技有限公司 Data transformation method, device, equipment and medium based on data visualization
CN113296859A (en) * 2021-04-28 2021-08-24 青岛海尔科技有限公司 Page loading method and device, storage medium and electronic device
CN113378087A (en) * 2021-06-22 2021-09-10 北京百度网讯科技有限公司 Page processing method, page processing device, electronic equipment and storage medium
CN114117285A (en) * 2022-01-27 2022-03-01 浙江口碑网络技术有限公司 Position information processing method and device based on H5 page and electronic equipment

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040260817A1 (en) * 2003-06-19 2004-12-23 International Business Machines Corporation Facilitating access to a resource of an on-line service
US20130191435A1 (en) * 2012-01-19 2013-07-25 Microsoft Corporation Client-Side Minimal Download and Simulated Page Navigation Features
US8522131B1 (en) * 2004-04-14 2013-08-27 Sprint Spectrum L.P. Intermediation system and method for enhanced rendering of data pages
CN104111944A (en) * 2013-04-19 2014-10-22 阿里巴巴集团控股有限公司 Page processing method and device and page generating method and device
WO2015153677A1 (en) * 2014-03-31 2015-10-08 Open Garden Inc. System and method for improving webpage loading speeds
CN107844324A (en) * 2017-10-23 2018-03-27 北京京东尚科信息技术有限公司 Customer terminal webpage redirects treating method and apparatus
CN107943825A (en) * 2017-10-19 2018-04-20 阿里巴巴集团控股有限公司 Data processing method, device and the electronic equipment of page access
CN108549673A (en) * 2018-03-29 2018-09-18 优视科技有限公司 Pre-add support method, client, server and the network system of web page resources
CN108763541A (en) * 2018-05-31 2018-11-06 维沃移动通信有限公司 A kind of page display method and terminal
CN109840418A (en) * 2019-02-19 2019-06-04 Oppo广东移动通信有限公司 Jump control method, device, storage medium and the terminal of application program
WO2020077764A1 (en) * 2018-10-18 2020-04-23 网宿科技股份有限公司 Webpage loading method, intermediate server, and webpage loading system
CN111061978A (en) * 2018-10-16 2020-04-24 阿里巴巴集团控股有限公司 Page skipping method and device
CN111273987A (en) * 2020-01-20 2020-06-12 北京点众科技股份有限公司 Method and equipment for displaying information by client, terminal and storage medium
CN111367596A (en) * 2018-12-25 2020-07-03 阿里巴巴集团控股有限公司 Method and device for realizing service data processing and client

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040260817A1 (en) * 2003-06-19 2004-12-23 International Business Machines Corporation Facilitating access to a resource of an on-line service
US8522131B1 (en) * 2004-04-14 2013-08-27 Sprint Spectrum L.P. Intermediation system and method for enhanced rendering of data pages
US20130191435A1 (en) * 2012-01-19 2013-07-25 Microsoft Corporation Client-Side Minimal Download and Simulated Page Navigation Features
CN104111944A (en) * 2013-04-19 2014-10-22 阿里巴巴集团控股有限公司 Page processing method and device and page generating method and device
WO2015153677A1 (en) * 2014-03-31 2015-10-08 Open Garden Inc. System and method for improving webpage loading speeds
CN107943825A (en) * 2017-10-19 2018-04-20 阿里巴巴集团控股有限公司 Data processing method, device and the electronic equipment of page access
CN107844324A (en) * 2017-10-23 2018-03-27 北京京东尚科信息技术有限公司 Customer terminal webpage redirects treating method and apparatus
CN108549673A (en) * 2018-03-29 2018-09-18 优视科技有限公司 Pre-add support method, client, server and the network system of web page resources
CN108763541A (en) * 2018-05-31 2018-11-06 维沃移动通信有限公司 A kind of page display method and terminal
CN111061978A (en) * 2018-10-16 2020-04-24 阿里巴巴集团控股有限公司 Page skipping method and device
WO2020077764A1 (en) * 2018-10-18 2020-04-23 网宿科技股份有限公司 Webpage loading method, intermediate server, and webpage loading system
CN111367596A (en) * 2018-12-25 2020-07-03 阿里巴巴集团控股有限公司 Method and device for realizing service data processing and client
CN109840418A (en) * 2019-02-19 2019-06-04 Oppo广东移动通信有限公司 Jump control method, device, storage medium and the terminal of application program
CN111273987A (en) * 2020-01-20 2020-06-12 北京点众科技股份有限公司 Method and equipment for displaying information by client, terminal and storage medium

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112698899A (en) * 2020-12-30 2021-04-23 北京光启元数字科技有限公司 Data transformation method, device, equipment and medium based on data visualization
CN113296859A (en) * 2021-04-28 2021-08-24 青岛海尔科技有限公司 Page loading method and device, storage medium and electronic device
CN113378087A (en) * 2021-06-22 2021-09-10 北京百度网讯科技有限公司 Page processing method, page processing device, electronic equipment and storage medium
CN113378087B (en) * 2021-06-22 2024-01-09 北京百度网讯科技有限公司 Page processing method, page processing device, electronic equipment and storage medium
CN114117285A (en) * 2022-01-27 2022-03-01 浙江口碑网络技术有限公司 Position information processing method and device based on H5 page and electronic equipment

Also Published As

Publication number Publication date
CN118606586A (en) 2024-09-06
CN111783018B (en) 2024-07-05

Similar Documents

Publication Publication Date Title
CN111783018B (en) Page processing method, device and equipment
Park et al. Deep learning inference in facebook data centers: Characterization, performance optimizations and hardware implications
CN109104327B (en) Service log generation method, device and equipment
CN111291374B (en) Application program detection method, device and equipment
CN110457578A (en) A kind of customer service demand recognition methods and device
CN113536174A (en) Interface loading method, device and equipment
CN112631679A (en) Preloading method and device for micro-application
US11556650B2 (en) Methods and systems for preventing utilization of problematic software
CN111273965A (en) Container application starting method, system and device and electronic equipment
CN111443997B (en) Data anomaly identification method and device
CN109582300A (en) Code analysis on altered project method, device and equipment based on path
CN112258295A (en) Recording processing method, device and equipment
CN112015570A (en) Message reminding processing method and device
CN110858238B (en) Data processing method and device
CN115994252A (en) Data processing method, device and equipment
CN111124627A (en) Method, device, terminal and storage medium for determining application program caller
US10055212B2 (en) Evolving streaming installation of software applications
CN114510334A (en) Class instance calling method and device, electronic equipment and automatic driving vehicle
CN109840156B (en) Data caching method and equipment, storage medium and terminal thereof
CN109903165B (en) Model merging method and device
CN114691496A (en) Unit testing method, unit testing device, computing equipment and medium
CN108628615B (en) Method, device and equipment for detecting abandoned codes
CN111880922A (en) Processing method, device and equipment for concurrent tasks
CN112527387B (en) Application processing method and device
CN117348999B (en) Service execution system and service execution method

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