• briandd

    (@briandd)


    Previous topic was closed:
    https://wordpress.org/support/topic/performance-issue-20/

    I think it’s probably not fixed because my options table is filled with thousands and thousands of transient from this plugin.. And i clear them every month..

    Filling up the options table is pretty bad as they load on every request

    Any hope to get this fixed?

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.