Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter briandd

    (@briandd)

    In fact my issue is with these transients:

    set_transient( ‘instantarticles_content_’ . $this->_post->ID, $content, WEEK_IN_SECONDS );

    if you have thousands of articles that are a few kb, you end up with a HUGE option table that eats up MBs of memory on every request and makes everything slower.

    I think there should have another solution to this..

    Thread Starter briandd

    (@briandd)

    And the same with the mod_* and timeout_* transients, well generally using the options table isn’t a good idea for this i think

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Performance issues’ is closed to new replies.