• After my initial test I was slightly disappointed but now after the recent update I tried again and I am positively surprised. Now, together with Cloudflare is a visible boost for my websites.

    • This topic was modified 7 years ago by Dariusz.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @idarek,

    Sorry to hear that you are experiencing some issues with Hummingbird. I will try and answer all your questions.

    If you enable CloudFlare, it is normal to see connections between your website and CloudFlare – some queries are offloaded to CF. This is actually a good sign, it means that CloudFlare integration is working. So if you see a connection every 5 seconds, that just probably means that someone has opened you page during that time. Or are you seeing some connections that you think should not be there?

    Could you specify more details about your hosting? What PHP version are you using? What are the PHP memory limits? Some hosts set very low limits to the available resources and memory, or some themes and plugins can be poorly optimized and use up all the available memory. There are two possible solutions you can try to resolve this issue:
    1. Add this to the very bottom of the wp-config.php file, right before the line that says, “Happy Blogging”:
    define('WP_MEMORY_LIMIT', '256M');
    2. Try adding this to your .htaccess file:
    php_value memory_limit 256M

    I will check and make sure that uninstall cleans out all the database records and cron events that were created by the plugin. Than you for reporting this.

    I hope I answered all your questions and the recommendation above for the memory increase resolves your issue.

    Best regards,
    Anton

    jdailey

    (@jdailey)

    @idarek Thank you for taking time to review Hummingbird. We have made some big changes and would love to have you give it another try. We appreciate the feedback.

    Thread Starter Dariusz

    (@idarek)

    Thanks @jdailey
    I am under testing and see the difference ??

    jdailey

    (@jdailey)

    @idarek thank you for your willingness to give it another look! If you have any suggestions for further improvements please let us know and we can assess the feasibility and get it added to the project roadmap. Also, it would mean the world to us if you would consider adjusting your rating after testing to reflect your experience with the current version. I look forward to hearing from you.

    Thanks for the update!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘way better now, turbocharger for cloudflare’ is closed to new replies.