mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 19:05:55 +00:00
headline caching (some more debugging)
This commit is contained in:
@@ -149,7 +149,8 @@ function viewfeed(feed, subop, is_cat, subop_param, skip_history, offset) {
|
||||
if (unread_ctr && !page_offset) {
|
||||
unread_ctr = unread_ctr.innerHTML;
|
||||
cache_check = cache_check_param("F:" + feed, unread_ctr);
|
||||
debug("headline cache check: " + cache_check);
|
||||
debug("headline cache check: " + cache_check + " (F:" + feed +
|
||||
" P: " + unread_ctr);
|
||||
}
|
||||
|
||||
if (cache_check) {
|
||||
|
||||
Reference in New Issue
Block a user