]> git.mxchange.org Git - friendica.git/commit
ping.php performance: Cache notification bbcode
authorHypolite Petovan <ben.lort@gmail.com>
Fri, 28 Oct 2016 10:28:16 +0000 (06:28 -0400)
committerHypolite Petovan <ben.lort@gmail.com>
Fri, 28 Oct 2016 10:28:16 +0000 (06:28 -0400)
commitf1c855e755aa1a51bba210221a5a2c1850cfec88
treef90ae22fc48df4de02e0dde0cc2fcf6cc5f595d9
parent747f902e21f7ddf9e94ede295fe3c12c3ade2eb1
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
boot.php
database.sql
include/dbstructure.php
include/enotify.php
mod/ping.php
update.php