• Resolved briandd

    (@briandd)


    The plugin is requesting everything from the Posts table and storing the content in variables, with a few thousands articles it results in the usage of 1GB of memory in the admin pages of contact form 7.

    Is there a way you can optimize the queries? (eg, if only Post IDs and Titles are needed, only request those).

    library/class-admin.php

    […]

    $args = array( 'numberposts' => -1);
    $posts = get_posts($args);
    • This topic was modified 1 year, 9 months ago by briandd.
Viewing 1 replies (of 1 total)
  • Plugin Author rajkakadiya

    (@rajkakadiya)

    Hi Briandd,
    Sorry for the inconvenience.
    I wanted to inform you that I have implemented a search feature for posts/pages on the plugin, making it easier for you to select post/page.

    To take advantage of this new functionality, I kindly request you to update the version to 1.6. Should you encounter any difficulties or have any questions, please don’t hesitate to let me know. I’ll be more than happy to assist you.

    Thank you for your attention and cooperation.

Viewing 1 replies (of 1 total)
  • The topic ‘Eats up all memory’ is closed to new replies.