CN111767494A - Commodity detail page linkage display method and system, electronic equipment and medium - Google Patents
Commodity detail page linkage display method and system, electronic equipment and medium Download PDFInfo
- Publication number
- CN111767494A CN111767494A CN201910256709.0A CN201910256709A CN111767494A CN 111767494 A CN111767494 A CN 111767494A CN 201910256709 A CN201910256709 A CN 201910256709A CN 111767494 A CN111767494 A CN 111767494A
- Authority
- CN
- China
- Prior art keywords
- commodity
- page data
- accessed
- data
- static
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Images
Landscapes
- Information Transfer Between Computers (AREA)
Abstract
The invention discloses a method, a system, electronic equipment and a medium for linkage display of a commodity detail page, wherein the method comprises the following steps: tracking a webpage data request of a user in real time; when the webpage data request is an access commodity detail page, sending a query request of static page data of the detail page of the commodity to be accessed to a cache pool; receiving static page data obtained by the cache pool according to the query request, and returning the static page data to a user for display; and acquiring the dynamic page data of the detail page of the commodity to be accessed through the js asynchronous request, and returning the dynamic page data to the user for displaying. The invention adopts a linkage display mode, can quickly display commodity information, brings smooth access browsing experience to users and improves the commodity volume of the platform.
Description
Technical Field
The invention relates to the technical field of internet, in particular to a method, a system, electronic equipment and a medium for linkage display of a commodity detail page.
Background
With the development of internet technology, the response speed of website services is more and more emphasized by users, and especially for the e-commerce industry, the experience of users is greatly influenced by the display speed of web pages. The commodity detail page is the page with the largest access amount of the electric commodity platform, and can be used for quickly and accurately displaying commodity information or not, so that the volume of the platform is directly determined. The number of pictures in the commodity detail page is large, each picture has a definition requirement, and the picture request needs much time. According to the traditional page display mode, pictures and business data (price, coupons and the like) of commodities can be completely displayed within several seconds, when the commodities move and the visit amount is greatly increased, the response time is longer, the user experience is seriously reduced, the patience of the user for knowing commodity information is exhausted, and the transaction rate of the platform is directly reduced.
Disclosure of Invention
Aiming at the defects in the prior art, the invention provides a method, a system, electronic equipment and a medium for linkage display of a commodity detail page.
The specific invention content is as follows:
a method for linkage display of a commodity detail page comprises the following steps:
tracking a webpage data request of a user in real time;
when the webpage data request is an access commodity detail page, sending a query request of static page data of the detail page of the commodity to be accessed to a cache pool;
receiving static page data obtained by the cache pool according to the query request, and returning the static page data to a user for display;
acquiring detailed page dynamic page data of a commodity to be accessed through a js asynchronous request, and returning the dynamic page data to a user for displaying;
the static page data includes: data with low real-time requirements such as a commodity main picture, a commodity photo album, a commodity title, commodity detail description, commodity parameters and the like; the dynamic page data includes: and the data with high real-time requirements, such as commodity price, commodity preference information, commodity sales promotion information, commodity inventory and the like.
Further, while returning the static page data to the user for presentation, the method further includes:
performing lazy loading processing on the static page data; preferentially requesting to display the first-layer data of pages such as the main picture of the commodity, the contents of the photo album, the specific details and the like which can be further displayed only by unfolding operation, and requesting to display when a user browses; the lazy loading processing can effectively save the system response time, improve the system performance and reduce unnecessary requests.
Further, after sending the query request of the static page data of the detail page of the commodity to be accessed to the cache pool, the method further comprises the following steps:
judging whether a cache pool stores the static page data of the detail page of the commodity to be accessed;
if yes, receiving static page data obtained by the cache pool according to the query request, and returning the static page data to a user for displaying;
otherwise, sending a request for acquiring the static page data of the detail page of the commodity to be accessed to a server where the detail page of the commodity to be accessed is located through a network protocol, and returning the static page data to the user for displaying after the response of the server is obtained; meanwhile, the static page data is stored in a cache pool for a user to access and use in the future;
in order to further ensure the real-time performance of the data in the cache pool, the storage time of the static page data of the detail pages of the commodities in the cache pool can be set, and when the storage time of the data reaches the set time, the corresponding data is cleaned.
Further, the determining whether the cache pool stores the static page data of the detail page of the commodity to be accessed specifically includes: checking whether the static page data is stored in the cache pool or not through an sram expansion module by using an Nginx service; the cache pool is established by utilizing a redis cache technology;
the Nginx service has the characteristics and advantages of high stability, low system consumption and the like, occupies small memory, has strong concurrency capability and can optimize program processing and response time to a great extent; the redis cache technology has simplified data reading operation, and has the characteristics of expandable reading operation, low data redundancy, reasonable storage structure and small occupied memory; the combination of the Ngins service and the redis caching technology can not bring pressure to a host memory, and meanwhile, the program processing and response time is optimized to a great extent, and the page response speed is optimized.
A merchandise detail page linkage display system comprising:
the request tracking module is used for tracking a webpage data request of a user in real time, and sending a query request of static page data of a detail page of a commodity to be accessed to the cache pool when the webpage data request is the detail page of the commodity to be accessed;
the cache pool is used for storing static page data of the commodity detail page; the system comprises a request tracking module, a database and a database, wherein the request tracking module is used for receiving a query request sent by the request tracking module, querying the static page data of the detail page of the commodity to be accessed and returning the static page data to a user for displaying;
the asynchronous request module is used for acquiring the dynamic page data of the detail page of the commodity to be accessed through a js asynchronous request and returning the dynamic page data to the user for displaying;
the static page data includes: data with low real-time requirements such as a commodity main picture, a commodity photo album, a commodity title, commodity detail description, commodity parameters and the like; the dynamic page data includes: and the data with high real-time requirements, such as commodity price, commodity preference information, commodity sales promotion information, commodity inventory and the like.
The cache pool is used for storing static page data, and the cache pool is used for returning the static page data to a user for display; preferentially requesting to display the first-layer data of pages such as the main picture of the commodity, the contents of the photo album, the specific details and the like which can be further displayed only by unfolding operation, and requesting to display when a user browses; the lazy loading processing can effectively save the system response time, improve the system performance and reduce unnecessary requests.
Further, when querying the static page data of the detail page of the commodity to be accessed, the cache pool is specifically configured to:
judging whether static page data of the detail page of the commodity to be accessed is stored;
if yes, returning the static page data to the user for displaying;
otherwise, sending a request for acquiring the static page data of the detail page of the commodity to be accessed to a server where the detail page of the commodity to be accessed is located through a network protocol, and returning the static page data to the user for displaying after the response of the server is obtained; meanwhile, the static page data is saved;
in order to further ensure the real-time performance of the data in the cache pool, a timer module can be arranged in the cache pool and used for setting and timing the storage time of the static page data of the commodity detail page, and when the storage time of the data reaches the set time, the corresponding data is cleaned.
Further, the cache pool judges whether the static page data of the detail page of the commodity to be accessed is stored, and specifically includes: checking whether the static page data is stored or not through an sram expansion module by using an Nginx service; the cache pool is established by utilizing a redis cache technology;
the Nginx service has the characteristics and advantages of high stability, low system consumption and the like, occupies small memory, has strong concurrency capability and can optimize program processing and response time to a great extent; the redis cache technology has simplified data reading operation, and has the characteristics of expandable reading operation, low data redundancy, reasonable storage structure and small occupied memory; the combination of the Ngins service and the redis caching technology can not bring pressure to a host memory, and meanwhile, the program processing and response time is optimized to a great extent, and the page response speed is optimized.
An electronic device, comprising: the device comprises a shell, a processor, a memory, a circuit board and a power circuit, wherein the circuit board is arranged in a space enclosed by the shell, and the processor and the memory are arranged on the circuit board; a power supply circuit for supplying power to each circuit or device of the electronic apparatus; the memory is used for storing executable program codes; the processor executes a program corresponding to the executable program code by reading the executable program code stored in the memory, for performing any of the methods described above.
A computer readable storage medium storing one or more programs which are executable by one or more processors to implement the method of any of the preceding claims.
The invention has the beneficial effects that:
according to the invention, a partial cache and linkage display mode is adopted, so that the commodity information can be rapidly displayed, smooth access browsing experience is brought to a user, and the commodity volume of the platform is increased; furthermore, the lazy loading processing can effectively save the system response time, improve the system performance and reduce unnecessary requests. Furthermore, by combining the Ngins service and the redis caching technology, the program processing and response time is optimized to a great extent, the page response speed is optimized, the server pressure is effectively reduced, the platform stability is improved, and the pressure can not be brought to the memory of the user host.
Drawings
In order to more clearly illustrate the detailed description of the invention or the technical solutions in the prior art, the drawings that are needed in the detailed description of the invention or the prior art will be briefly described below. Throughout the drawings, like elements or portions are generally identified by like reference numerals. In the drawings, elements or portions are not necessarily drawn to scale.
FIG. 1 is a flow chart of a method for linkage display of a detail page of a commodity according to the present invention;
FIG. 2 is a flowchart of a second method for displaying detail pages of merchandise in a linked manner according to the present invention;
FIG. 3 is a schematic diagram of a linked display system for detail pages of a commodity according to the present invention;
fig. 4 is a schematic structural diagram of an electronic device according to the present invention.
Detailed Description
Embodiments of the present invention will be described in detail below with reference to the accompanying drawings. The following examples are only for illustrating the technical solutions of the present invention more clearly, and therefore are only examples, and the protection scope of the present invention is not limited thereby.
It is to be noted that, unless otherwise specified, technical or scientific terms used herein shall have the ordinary meaning as understood by those skilled in the art to which the invention pertains.
As shown in fig. 1, an embodiment of a method for displaying detailed merchandise pages in a linked manner according to the present invention includes:
s11: tracking a webpage data request of a user in real time;
s12: judging whether the webpage data request is an access commodity detail page, if so, entering S13, and if not, returning to S11;
s13: sending a query request of static page data of a detail page of a commodity to be accessed to a cache pool;
s14: receiving static page data obtained by the cache pool according to the query request, and returning the static page data to a user for display;
s15: acquiring detailed page dynamic page data of a commodity to be accessed through a js asynchronous request, and returning the dynamic page data to a user for displaying;
the static page data includes: data with low real-time requirements such as a commodity main picture, a commodity photo album, a commodity title, commodity detail description, commodity parameters and the like; the dynamic page data includes: and the data with high real-time requirements, such as commodity price, commodity preference information, commodity sales promotion information, commodity inventory and the like.
Preferably, while the static page data is returned to the user for presentation, the method further includes:
performing lazy loading processing on the static page data; preferentially requesting to display the first-layer data of pages such as the main picture of the commodity, the contents of the photo album, the specific details and the like which can be further displayed only by unfolding operation, and requesting to display when a user browses; the lazy loading processing can effectively save the system response time, improve the system performance and reduce unnecessary requests.
Preferably, after sending the query request of the static page data of the detail page of the commodity to be accessed to the cache pool, the method further includes:
judging whether a cache pool stores the static page data of the detail page of the commodity to be accessed;
if yes, receiving static page data obtained by the cache pool according to the query request, and returning the static page data to a user for displaying;
otherwise, sending a request for acquiring the static page data of the detail page of the commodity to be accessed to a server where the detail page of the commodity to be accessed is located through a network protocol, and returning the static page data to the user for displaying after the response of the server is obtained; meanwhile, the static page data is stored in a cache pool for a user to access and use in the future;
in order to further ensure the real-time performance of the data in the cache pool, the storage time of the static page data of the detail page of the commodity in the cache pool can be set, and when the storage time of the data reaches the set time, the corresponding data is cleaned; for example, if the retention time is set to 30 minutes, the static page data is counted down when entering the cache pool, and the static page data is deleted after 30 minutes.
Preferably, the determining whether the cache pool stores the static page data of the detail page of the commodity to be accessed specifically includes: checking whether the static page data is stored in the cache pool or not through an sram expansion module by using an Nginx service; the cache pool is established by utilizing a redis cache technology;
the Nginx service has the characteristics and advantages of high stability, low system consumption and the like, occupies small memory, has strong concurrency capability and can optimize program processing and response time to a great extent; the redis cache technology has simplified data reading operation, and has the characteristics of expandable reading operation, low data redundancy, reasonable storage structure and small occupied memory; the combination of the Ngins service and the redis caching technology can not bring pressure to a host memory, and meanwhile, the program processing and response time is optimized to a great extent, and the page response speed is optimized.
Correspondingly, the invention provides a second embodiment of a method for displaying detailed merchandise pages in a linkage manner, as shown in fig. 2, the method comprises the following steps:
deploying Nginx, srache and redis environments;
when a user requests to access a commodity detail page, judging whether a cache pool stores static page data of the commodity detail page, if so, reading a cache, and returning the static page data to the user; otherwise, sending a request for inquiring related static page data to a server where the detail page of the commodity to be accessed is located by a PHP technology, writing the related static page data into a cache pool after the response of the server is obtained, and then returning the data to the user for display; the display process carries out lazy loading processing, displays the framework of the detail page of the commodity and information such as the main picture and parameters of the commodity, displays the contents which can be further displayed only by unfolding operation such as the album of the commodity, the specific details and the like, and requests for display when a user browses;
after the user side requests to display the static page data of the detail page of the commodity to be accessed, the dynamic page data, namely real-time data such as preferential information and sales promotion information of the commodity to be accessed are asynchronously requested through js and returned to the user, and the dynamic page data is displayed at a corresponding position of the page.
As shown in fig. 3, an embodiment of a linked display system for detailed merchandise pages according to the present invention includes:
the request tracking module 31 is configured to track a webpage data request of a user in real time, and send a query request of static page data of a detail page of a to-be-accessed commodity to the cache pool 32 when the webpage data request is the detail page of the to-be-accessed commodity;
the cache pool 32 is used for storing static page data of the commodity detail pages; the system is used for receiving a query request sent by the request tracking module 31, querying the static page data of the detail page of the commodity to be accessed, and returning the static page data to the user for display;
the asynchronous request module 33 is used for acquiring the dynamic page data of the detail page of the commodity to be accessed through js asynchronous request, and returning the dynamic page data to the user for displaying;
the static page data includes: data with low real-time requirements such as a commodity main picture, a commodity photo album, a commodity title, commodity detail description, commodity parameters and the like; the dynamic page data includes: and the data with high real-time requirements, such as commodity price, commodity preference information, commodity sales promotion information, commodity inventory and the like.
Further, the system further comprises a lazy loading processing module, which is used for performing lazy loading processing on the static page data after the static page data is returned to the user for display in the cache pool 32; preferentially requesting to display the first-layer data of pages such as the main picture of the commodity, the contents of the photo album, the specific details and the like which can be further displayed only by unfolding operation, and requesting to display when a user browses; the lazy loading processing can effectively save the system response time, improve the system performance and reduce unnecessary requests.
Further, when querying the static page data of the detail page of the commodity to be accessed, the cache pool 32 is specifically configured to:
judging whether static page data of the detail page of the commodity to be accessed is stored;
if yes, returning the static page data to the user for displaying;
otherwise, sending a request for acquiring the static page data of the detail page of the commodity to be accessed to a server where the detail page of the commodity to be accessed is located through a network protocol, and returning the static page data to the user for displaying after the response of the server is obtained; meanwhile, the static page data is saved;
in order to further ensure the real-time performance of the data in the cache pool 32, a timer module may be arranged in the cache pool 32, and is configured to set and time the storage time of the static page data of the detail page of the commodity, and when the storage time of the data reaches the set time, the corresponding data is cleared.
Further, the cache pool 32 determines whether the static page data of the detail page of the to-be-accessed commodity is stored, specifically: checking whether the static page data is stored or not through an sram expansion module by using an Nginx service; the cache pool 32 is established by utilizing a redis caching technology;
the Nginx service has the characteristics and advantages of high stability, low system consumption and the like, occupies small memory, has strong concurrency capability and can optimize program processing and response time to a great extent; the redis cache technology has simplified data reading operation, and has the characteristics of expandable reading operation, low data redundancy, reasonable storage structure and small occupied memory; the combination of the Ngins service and the redis caching technology can not bring pressure to a host memory, and meanwhile, the program processing and response time is optimized to a great extent, and the page response speed is optimized.
An embodiment of the present invention further provides an electronic device, as shown in fig. 4, which can implement the processes in the embodiments shown in fig. 1-2 of the present invention, and as shown in fig. 4, the electronic device may include: the device comprises a shell 41, a processor 42, a memory 43, a circuit board 44 and a power circuit 45, wherein the circuit board 44 is arranged inside a space enclosed by the shell 41, and the processor 42 and the memory 43 are arranged on the circuit board 44; a power supply circuit 45 for supplying power to each circuit or device of the electronic apparatus; the memory 43 is used for storing executable program code; the processor 42 executes a program corresponding to the executable program code by reading the executable program code stored in the memory 43, for executing the method described in any of the foregoing embodiments.
The specific execution process of the above steps by the processor 42 and the steps further executed by the processor 42 by running the executable program code may refer to the description of the embodiment shown in fig. 1-2 of the present invention, and are not described herein again.
The electronic device exists in a variety of forms, including but not limited to:
(1) a mobile communication device: such devices are characterized by mobile communications capabilities and are primarily targeted at providing voice, data communications. Such terminals include: smart phones (e.g., iphones), multimedia phones, functional phones, and low-end phones, among others.
(2) Ultra mobile personal computer device: the equipment belongs to the category of personal computers, has calculation and processing functions and generally has the characteristic of mobile internet access. Such terminals include: PDA, MID, and UMPC devices, etc., such as ipads.
(3) A portable entertainment device: such devices can display and play multimedia content. This type of device comprises: audio, video players (e.g., ipods), handheld game consoles, electronic books, and smart toys and portable car navigation devices.
(4) A server: the device for providing the computing service comprises a processor, a hard disk, a memory, a system bus and the like, and the server is similar to a general computer architecture, but has higher requirements on processing capacity, stability, reliability, safety, expandability, manageability and the like because of the need of providing high-reliability service.
(5) And other electronic equipment with data interaction function.
Embodiments of the present invention also provide a computer readable storage medium storing one or more programs, which are executable by one or more processors to implement the method of any of the preceding embodiments.
According to the invention, a partial cache and linkage display mode is adopted, so that the commodity information can be rapidly displayed, smooth access browsing experience is brought to a user, and the commodity volume of the platform is increased; furthermore, the lazy loading processing can effectively save the system response time, improve the system performance and reduce unnecessary requests. Furthermore, by combining the Ngins service and the redis caching technology, the program processing and response time is optimized to a great extent, the page response speed is optimized, the server pressure is effectively reduced, the platform stability is improved, and the pressure can not be brought to the memory of the user host.
The system embodiment of the invention is similar to the method embodiment in part of the process, so the description of the system embodiment is simpler, and the method embodiment is referred to in corresponding parts.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; such modifications and substitutions do not depart from the spirit and scope of the present invention, and they should be construed as being included in the following claims and description.
Claims (10)
1. A method for linkage display of a commodity detail page is characterized by comprising the following steps:
tracking a webpage data request of a user in real time;
when the webpage data request is an access commodity detail page, sending a query request of static page data of the detail page of the commodity to be accessed to a cache pool;
receiving static page data obtained by the cache pool according to the query request, and returning the static page data to a user for display;
and acquiring the dynamic page data of the detail page of the commodity to be accessed through the js asynchronous request, and returning the dynamic page data to the user for displaying.
2. The method of claim 1, wherein while returning the static page data to a user for presentation, the method further comprises:
and carrying out lazy loading processing on the static page data.
3. The method of claim 2, wherein after issuing a query request to the cache pool for static page data of the item detail page to be accessed, the method further comprises:
judging whether a cache pool stores the static page data of the detail page of the commodity to be accessed;
if yes, receiving static page data obtained by the cache pool according to the query request, and returning the static page data to a user for displaying;
otherwise, sending a request for acquiring the static page data of the detail page of the commodity to be accessed to a server where the detail page of the commodity to be accessed is located through a network protocol, and returning the static page data to the user for displaying after the response of the server is obtained; and meanwhile, storing the static page data in a cache pool.
4. The method according to claim 3, wherein the determining whether the cache pool stores the static page data of the detail page of the to-be-accessed commodity is specifically: checking whether the static page data is stored in the cache pool or not through an sram expansion module by using an Nginx service; the cache pool is established by utilizing a redis caching technology.
5. A merchandise detail page linkage display system, comprising:
the request tracking module is used for tracking a webpage data request of a user in real time, and sending a query request of static page data of a detail page of a commodity to be accessed to the cache pool when the webpage data request is the detail page of the commodity to be accessed;
the cache pool is used for storing static page data of the commodity detail page; the system comprises a request tracking module, a database and a database, wherein the request tracking module is used for receiving a query request sent by the request tracking module, querying the static page data of the detail page of the commodity to be accessed and returning the static page data to a user for displaying;
and the asynchronous request module is used for acquiring the dynamic page data of the detail page of the commodity to be accessed through the js asynchronous request and returning the dynamic page data to the user for displaying.
6. The system of claim 5, further comprising a lazy load processing module to perform lazy load processing on the static page data after the cache pool returns the static page data to a user for presentation.
7. The system of claim 6, wherein the cache pool, when querying static page data of a detail page of an item to be accessed, is specifically configured to:
judging whether static page data of the detail page of the commodity to be accessed is stored;
if yes, returning the static page data to the user for displaying;
otherwise, sending a request for acquiring the static page data of the detail page of the commodity to be accessed to a server where the detail page of the commodity to be accessed is located through a network protocol, and returning the static page data to the user for displaying after the response of the server is obtained; and meanwhile, storing the static page data.
8. The system according to claim 7, wherein the cache pool determines whether the static page data of the detail page of the to-be-accessed commodity is stored, specifically: checking whether the static page data is stored or not through an sram expansion module by using an Nginx service; the cache pool is established by utilizing a redis caching technology.
9. An electronic device, characterized in that the electronic device comprises: the device comprises a shell, a processor, a memory, a circuit board and a power circuit, wherein the circuit board is arranged in a space enclosed by the shell, and the processor and the memory are arranged on the circuit board; a power supply circuit for supplying power to each circuit or device of the electronic apparatus; the memory is used for storing executable program codes; the processor executes a program corresponding to the executable program code by reading the executable program code stored in the memory for performing the method of any of the preceding claims.
10. A computer readable storage medium, characterized in that the computer readable storage medium stores one or more programs which are executable by one or more processors to implement the method of any preceding claim.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910256709.0A CN111767494A (en) | 2019-04-01 | 2019-04-01 | Commodity detail page linkage display method and system, electronic equipment and medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910256709.0A CN111767494A (en) | 2019-04-01 | 2019-04-01 | Commodity detail page linkage display method and system, electronic equipment and medium |
Publications (1)
Publication Number | Publication Date |
---|---|
CN111767494A true CN111767494A (en) | 2020-10-13 |
Family
ID=72718725
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201910256709.0A Pending CN111767494A (en) | 2019-04-01 | 2019-04-01 | Commodity detail page linkage display method and system, electronic equipment and medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN111767494A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113761422A (en) * | 2021-03-26 | 2021-12-07 | 北京京东拓先科技有限公司 | Commodity information acquisition method, device, equipment and storage medium |
CN113836468A (en) * | 2021-09-27 | 2021-12-24 | 山东亿云信息技术有限公司 | Method and system for improving price index website access throughput by utilizing nginx and redis |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104601691A (en) * | 2015-01-13 | 2015-05-06 | 北京中交兴路车联网科技有限公司 | Method and system for increasing loading speed of Web site resource |
CN107305576A (en) * | 2016-04-25 | 2017-10-31 | 北京京东尚科信息技术有限公司 | The pseudo- static treatment method and apparatus of the page |
CN108989362A (en) * | 2017-05-31 | 2018-12-11 | 北京京东尚科信息技术有限公司 | A kind for the treatment of method and apparatus of static resource |
CN109032797A (en) * | 2018-07-18 | 2018-12-18 | 上海恺英网络科技有限公司 | For providing the method and apparatus of web page access |
-
2019
- 2019-04-01 CN CN201910256709.0A patent/CN111767494A/en active Pending
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104601691A (en) * | 2015-01-13 | 2015-05-06 | 北京中交兴路车联网科技有限公司 | Method and system for increasing loading speed of Web site resource |
CN107305576A (en) * | 2016-04-25 | 2017-10-31 | 北京京东尚科信息技术有限公司 | The pseudo- static treatment method and apparatus of the page |
CN108989362A (en) * | 2017-05-31 | 2018-12-11 | 北京京东尚科信息技术有限公司 | A kind for the treatment of method and apparatus of static resource |
CN109032797A (en) * | 2018-07-18 | 2018-12-18 | 上海恺英网络科技有限公司 | For providing the method and apparatus of web page access |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113761422A (en) * | 2021-03-26 | 2021-12-07 | 北京京东拓先科技有限公司 | Commodity information acquisition method, device, equipment and storage medium |
CN113836468A (en) * | 2021-09-27 | 2021-12-24 | 山东亿云信息技术有限公司 | Method and system for improving price index website access throughput by utilizing nginx and redis |
CN113836468B (en) * | 2021-09-27 | 2024-05-07 | 山东亿云信息技术有限公司 | Method and system for improving price index website access throughput by using nginx and redis |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10542106B2 (en) | Content pre-render and pre-fetch techniques | |
CN102937979B (en) | The self-defined optimization of webpage | |
CN105210051B (en) | Estimate the method and system of the visibility of content item | |
US20160328463A1 (en) | Management of application state data | |
CN110175306B (en) | Method and device for processing advertisement information | |
US20160253429A1 (en) | Selecting supplemental content for inclusion in a search results page | |
CN111767494A (en) | Commodity detail page linkage display method and system, electronic equipment and medium | |
US20190107929A1 (en) | Method and device for loading content of page, and electronic device | |
CN111767485A (en) | Webpage display method, system, electronic equipment and medium | |
CN116271850A (en) | Data processing method, device, system and electronic device | |
US11146860B2 (en) | Service processing method, device, and intelligent terminal for obtaining and displaying data based on texture data corresponding to a target service | |
US20150058869A1 (en) | Reverse launch protocol | |
CN109801104A (en) | A kind of advertising information methods of exhibiting of unaware | |
US9734529B1 (en) | Method, system, and computer readable medium for selection of catalog items for inclusion on a network page | |
CN113515717A (en) | Navigation page updating method and device, electronic equipment and storage medium | |
CN112473149A (en) | Ranking list processing method | |
US20100042934A1 (en) | Pseudo taking-out operation method and programs therefor | |
CN113419798B (en) | Content display method, device, equipment and storage medium | |
US20130325619A1 (en) | Saving electronic coupons for future use | |
CN113961857A (en) | Shuttle frame data loading method and device and electronic equipment | |
CN109542531B (en) | File layout adjustment method and device | |
US20200155949A1 (en) | Method for performing game by using activity count | |
Roberts | Personal computers | |
CN112837121A (en) | Object information display method, electronic equipment and computer-readable storage medium | |
CN111488521A (en) | Data processing method and device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination |