Hi, I really love lilina usability and for me it's better than Google reader. The only thing that bothers me is, that it takes a long time to wait for the feeds to be loaded when I open lilina. It is about 20-30 sec and that feels like a really long time. Gregarius seemed to perfom much faster. Is there anything I could do to improve lilina's speed? Best regards
I just got the idea to set up a cronjob to call lilina every 30min for example, so that the feeds are already cached when I access lilina. What do you think about it?
Update: I tried it out: I set up a cronjob using the service on cronjob.de calling the index.php every 15 min, but it does not work out. Maybe I would need to write a simple php script that just calls the function to fetch the feeds. I played around but could not get such a script to work.
lilina_return_items() contains the code used to update everything, but you'll need to pass in your own SimplePie object with the cache duration set to 0, to force it to update (then set it really high for every other time).
I managed to get it working. I set up a cronjob to run this script every 10min: http://nopaste.org/p/aiVFYb5klb In feed-functions.php I added the line $feed->set_cache_duration('9999999999999999999999');