1
0
Fork 0

ping.php performance: Cache notification bbcode

- Add two fields to notifiy table to store cached bbcode result
- Add bbcode conversion on notif creation
- Add postfact caching if cache field is empty on retrieval
This commit is contained in:
Hypolite Petovan 2016-10-28 06:28:16 -04:00
commit f1c855e755
6 changed files with 65 additions and 27 deletions

View file

@ -1,6 +1,6 @@
<?php
define('UPDATE_VERSION' , 1206);
define('UPDATE_VERSION' , 1207);
/**
*