This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

plugin cause my website down

Home Forums Product Support Forums Ajax Search Pro for WordPress Support plugin cause my website down

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #22456
    tareq2019tareq2019
    Participant

    ajax search pro Version 4.15.2, cause my website down, i receive this error when i activate the plugin ” This page isn’t working officejo.com is currently unable to handle this request.
    HTTP ERROR 500″
    i disable all plugin and enable one by one, this problem only happen when i activate ajax search plugin, and cause my website to become slow..

    i test my website from many web performance test server all give me same result its cause only by plugin enabled.. same error message “This page isn’t working officejo.com is currently unable to handle this request.
    HTTP ERROR 500”

    #22457
    tareq2019tareq2019
    Participant

    attach file for my setting backup

    #22459
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Thank you for the details. I think the problem was, that the system was already out of memory. You had 256MB memory limit set, which seemed to be low. I have increased this limit to 512M within the wp-config.php file, via adding these lines:

    // Memory limit options
    ini_set('memory_limit', '512M');

    I have also enabled caching to fully minimize the server load during requests: https://i.imgur.com/P0aEPoo.png
    I checked your configuration as well, and enabled the index table engine, to make sure all queries are properly cached as well.

    Now the performance should be optimal, with the highest performance options.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.