The table cache(cache_page) I see recording /translate/languages/sr/view?Page=14755, 14756, 14757 .....
The likelihood of using these data ~ 0.0001%
A lot of unnecessary data and the site uses wasted time to work with the base.
Can I get rid of this?
Comments
Comment #1
gábor hojtsyI don't know of a way to programatically disable page caching for certain pages only. If you get to know a way, let me know.
By the way, the l10n_server pages omit no-index headers for search engines for similar reasons. This is a web app, not a frequently visited article site :)
Comment #2
pvasili commentedOnly hard pach cache.inc :)
I think (modestly) is convenient to do caching customized for each module, where it needed.
Comment #3
gábor hojtsyWhile I agree, if this is not a feature of Drupal 6 already, we cannot do this without implementing the feature in Drupal 7 and then waiting for Drupal 7 which would be pointless :)
Comment #4
gábor hojtsyAs said, this is not possible in Drupal 6. We can revisit when ported to Drupal 7.
Comment #5
SebCorbin commentedNow that it's ported, is it still relevant?