1
0
mirror of https://github.com/trambarhq/relaks-wordpress-example.git synced 2025-09-01 20:22:41 +02:00

23 Commits

Author SHA1 Message Date
Chung Leong
befafd76e0 Upgraded to Babel 7.
Upgraded to latest version of Relaks and related libraries.
Reduced indentation from 4 to 2.
2020-02-16 15:06:26 +01:00
Chung Leong
4167ee87a7 Changed let to const. 2019-04-25 12:41:18 +02:00
Chung Leong
c66323e17d Reworked code. 2019-04-19 00:06:10 +02:00
Chung Leong
2260a6f31b Moved Cache-Control into Node code.
Fixed typo in image link handling code.
2019-02-12 13:53:53 +01:00
Chung Leong
e752704f5e Took out check for favicon.ico for simplicity sake. 2019-02-08 01:05:13 +01:00
Chung Leong
78c9c2d227 Added Nginx config section to README (issue #1).
Fixed regression with hash fallback.
2019-02-06 21:37:54 +01:00
Chung Leong
b5c8cf4fb0 Adjusted code for Cordova. 2019-02-06 19:23:46 +01:00
Chung Leong
a8785a2132 Improved cache purging. 2019-02-06 12:48:51 +01:00
Chung Leong
669bffcc18 Extended update to 30 seconds.
Added maxAge to static files.
2019-02-03 20:44:27 +01:00
Chung Leong
d94aca4ae4 Fixed cache purge (issue #50).
Fixed permalinks with date (issue #49).
2019-02-03 14:20:43 +01:00
Chung Leong
0369d63e59 Fixed month label.
Added delay to cache update.
2019-02-01 21:52:44 +01:00
Chung Leong
52bebf5d1e Renamed Nginx config file.
Added references to published libraries to package.json.
Fixed prefetching when there's a base path.
Rebuilt code.
2019-01-31 20:04:58 +01:00
Chung Leong
0671304865 Fixed Nginx cache config (issue #41). 2019-01-31 02:39:30 +01:00
Chung Leong
c5fd724e2f Reworked code to allow use of basePath other than / (issue #20).
Throwing error properly in JSON retrieval code (issue #44).
2019-01-30 21:57:52 +01:00
Chung Leong
7e02514752 Consolidated data retrieval code. 2019-01-30 12:44:30 +01:00
Chung Leong
4b34ab39cd Extended cached valid time (issue #41).
Implemented periodically invalidation (issue #37).
2019-01-30 10:39:03 +01:00
Chung Leong
3e60897e8c Implemented cache status page (issue #39). 2019-01-29 22:02:21 +01:00
Chung Leong
eaaa5f632e Added fixed for errant < (issue #27). 2019-01-28 11:51:09 +01:00
Chung Leong
09186c2341 Added configuration for accessing remote instance of WordPress (issue #23). 2019-01-27 20:56:53 +01:00
Chung Leong
36a9d0c619 Removing unneeded props (issue #12).
Moved code into separate modules.
2019-01-23 13:59:56 +01:00
Chung Leong
ddea511ee7 Refactored routing code.
Implemented periodic freshness check (issue #8).
Implemented proper cache purge (issue #10).
Implemented compression in Node side.
Implemented JSON retrieval through Node.
2019-01-21 22:03:44 +01:00
Chung Leong
36b3f5ff2a Fixed Nginx caching config.
Fixed error caused by HammerJS.
Fixed issues with fontawesome.
Fixed other issues impacting SSR.
2019-01-14 23:02:58 +01:00
Chung Leong
fa7ad2a24d Added Docker and Nginx configs. 2018-12-21 22:53:16 +01:00