Showing
1 changed file
with
8 additions
and
1 deletions
@@ -17,7 +17,7 @@ const cachePage = { | @@ -17,7 +17,7 @@ const cachePage = { | ||
17 | '/channel/:id.html': 1 * MINUTE, | 17 | '/channel/:id.html': 1 * MINUTE, |
18 | 18 | ||
19 | // ajax获取频道页楼层 | 19 | // ajax获取频道页楼层 |
20 | - '/channel/getResourceContent': 30 * MINUTE, | 20 | + '/channel/getResourceContent': 30 * SECOND, |
21 | 21 | ||
22 | // 活动模板 | 22 | // 活动模板 |
23 | '/activity/feature/:code.html': 1 * MINUTE, | 23 | '/activity/feature/:code.html': 1 * MINUTE, |
@@ -41,6 +41,8 @@ const cachePage = { | @@ -41,6 +41,8 @@ const cachePage = { | ||
41 | // 店铺简介 | 41 | // 店铺简介 |
42 | '/product/index/intro': 15 * MINUTE, | 42 | '/product/index/intro': 15 * MINUTE, |
43 | 43 | ||
44 | + '/product/newsale/hotrank': 1 * MINUTE, | ||
45 | + | ||
44 | // 逛 | 46 | // 逛 |
45 | '/guang/': 1 * MINUTE, | 47 | '/guang/': 1 * MINUTE, |
46 | '/guang/info/index': 10 * MINUTE, | 48 | '/guang/info/index': 10 * MINUTE, |
@@ -52,6 +54,9 @@ const cachePage = { | @@ -52,6 +54,9 @@ const cachePage = { | ||
52 | '/guang/plusstar/resources-goodsList': 1 * MINUTE, | 54 | '/guang/plusstar/resources-goodsList': 1 * MINUTE, |
53 | '/guang/index/page': 1 * MINUTE, | 55 | '/guang/index/page': 1 * MINUTE, |
54 | 56 | ||
57 | + '/guang/^\/info\/(.*?)\.html/': 1 * MINUTE, | ||
58 | + '/guang/info/getComments': 1 * MINUTE, | ||
59 | + | ||
55 | // '/guang/plustar/brandinfo': 1 * MINUTE, | 60 | // '/guang/plustar/brandinfo': 1 * MINUTE, |
56 | '/guang/star': 1 * MINUTE, | 61 | '/guang/star': 1 * MINUTE, |
57 | 62 | ||
@@ -94,6 +99,8 @@ const cachePage = { | @@ -94,6 +99,8 @@ const cachePage = { | ||
94 | // 品牌一览 | 99 | // 品牌一览 |
95 | '/brands': 5 * MINUTE, | 100 | '/brands': 5 * MINUTE, |
96 | '/brands/search': 1 * MINUTE, | 101 | '/brands/search': 1 * MINUTE, |
102 | + '/^\/(.*?)-brands/': 1 * MINUTE, | ||
103 | + '/brands/getBrandList': 1 * MINUTE, | ||
97 | 104 | ||
98 | // 直播活动 | 105 | // 直播活动 |
99 | '/activity/live': 1 * MINUTE, | 106 | '/activity/live': 1 * MINUTE, |
-
Please register or login to post a comment