diff --git a/README.md b/README.md
index d2c0f90..9aea6de 100644
--- a/README.md
+++ b/README.md
@@ -39,11 +39,13 @@ Features
- Responsive Design
- User Roles
- Online Backup
-- File Caching (Auto Minify HTML support)
+- File Caching
- Online Update
- Post Draft
- i18n
- Menu builder
+- Caching Minify (optional)
+- Posts Date display like Social Media (optional)
Requirements
------------
diff --git a/config/config.ini.example b/config/config.ini.example
index 31ba57a..eae1ae8 100644
--- a/config/config.ini.example
+++ b/config/config.ini.example
@@ -93,6 +93,9 @@ teaser.char = "200"
; Description character count
description.char = "150"
+; Post date display as, set "true" display as social media or set "false" as default
+timeago.format = "false"
+
; RSS feed count
rss.count = "10"
@@ -129,6 +132,9 @@ generation.time = "false"
; Switch on and off the cache timestamp. Options "false" and "true"
cache.timestamp = "false"
+; Switch on and off the cache minify. Options "false" and "true"
+cache.minify = "false"
+
; Set the theme here
views.root = "themes/twentyfifteen"
diff --git a/system/admin/views/config-performance.html.php b/system/admin/views/config-performance.html.php
index 2f20cfa..29068a7 100644
--- a/system/admin/views/config-performance.html.php
+++ b/system/admin/views/config-performance.html.php
@@ -39,6 +39,25 @@
+