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

gábor hojtsy’s picture

I 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 :)

pvasili’s picture

Only hard pach cache.inc :)
I think (modestly) is convenient to do caching customized for each module, where it needed.

gábor hojtsy’s picture

While 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 :)

gábor hojtsy’s picture

Title: cache doesn't need » Tell Drupal it should not cache our pages
Status: Active » Postponed

As said, this is not possible in Drupal 6. We can revisit when ported to Drupal 7.

SebCorbin’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Issue summary: View changes
Status: Postponed » Postponed (maintainer needs more info)

Now that it's ported, is it still relevant?