• Resolved l r

    (@lainyrache)


    I have been getting a lot of memory outages on my blog.
    Error log has
    PHP Fatal error: Out of memory (allocated 50855936) (tried to allocate 75 bytes) in /home/bb/public_html/wp-content/plugins/kebo-twitter-feed/inc/get_tweets.php on line 63

    I am using the latest version of the plugin
    Can anyone help?
    thanks

    https://www.ads-software.com/plugins/kebo-twitter-feed/

Viewing 1 replies (of 1 total)
  • Plugin Author Peter Booker

    (@peterbooker)

    Hi I r,

    I don’t believe that is a memory leak, but that line does perform a json_decode on the Tweet data which possibly uses a considerable amount of memory. Looking at that error around 50mb does not appear to be a huge amount, but I have marked the code in question and will see if I can replace it without using such a costly function.

    I appreciate you bringing this up, as I would like to make the code as efficient as possible and there is likely much room for improvement here.

Viewing 1 replies (of 1 total)
  • The topic ‘memory leak?’ is closed to new replies.