Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Conflict with W3 Total Cache
- This topic has 8 replies, 2 voices, and was last updated 9 years, 8 months ago by
Ernest Marcinko.
-
AuthorPosts
-
September 21, 2016 at 12:02 am #10202
balintgrp
ParticipantThere seems to be a conflict with W3 Total Cache.
When both W3 Total Cache and Ajax Search Pro for WordPress are active, the admin back-end parameters disappear.
Perhaps you know a way to tweak the settings so there is no conflict with this highly important and mainstream plugin.
Thanks
September 21, 2016 at 11:33 am #10203Ernest Marcinko
KeymasterHi,
I’m not aware of any issues with the two plugins unfortunately. It’s probably a specific configuration might be causing the problem. There is probably more information on the javascript error console.
Can you please check the log-in url? It redirects me back to the main page, and the wp-login.php and wp-admin login pages are disabled. Thank you!
September 21, 2016 at 5:37 pm #10206balintgrp
ParticipantYou cannot access this content.
September 21, 2016 at 8:58 pm #10207Ernest Marcinko
KeymasterHi!
I’ve logged in and activated the plugin, but it’s not a javascript issue, since all the back-end fails.
Unfortunately the error reporting must be disabled, as there is no error message there. I’m suspecting either something very simple, or maybe a memory limit issue. It looks very strange, never seen this problem before.
However when I connected with FTP, I can only see an empty folder, I’m not able to see the site directory. Can you please check that?
September 21, 2016 at 11:07 pm #10213balintgrp
ParticipantYou cannot access this content.
September 22, 2016 at 12:13 am #10215balintgrp
ParticipantYou cannot access this content.
September 22, 2016 at 4:21 pm #10223Ernest Marcinko
KeymasterHi!
I think I have found the problem.
At first I thought it was a memory issue, but something was eating up the memory, even if ajax search pro was disabled.
Then I checked your W3TC configuration, and the Object Cache was enabled, and to be used with “Disk” method. This option is however very very I/O intensive and causes a huge memory issue and slowdown. The same is true for the database cache: http://i.imgur.com/zhSLaa1.png
You don’t need to enable Object cache, because PHP has a built in object cache method anyways 🙂
I also do not recommend using the database cache, unless you have the “memcached” method installed on your server.I’m testing your site for about 10 minutes now, it seems to be a lot more responsive and faster, so I believe that was the problem. I’ve also left this statement in the wp-config.php file increasing the memory limit a bit:
[code]ini_set(‘memory_limit’,’512M’);[/code]
just to make sure everything runs smoothly.
September 22, 2016 at 5:34 pm #10227balintgrp
ParticipantErnest, I appreciate you going above and beyond on this one. Now you have something else to put into your knowledgebase for people having the same problem.
Thank you very much and I really like your search plugin! 🙂
September 22, 2016 at 8:33 pm #10230Ernest Marcinko
KeymasterYou are very welcome!
Thank you very much for the great review, I appreciate it a lot 🙂
If you don’t mind, I will close this topic and mark it as resolved for now, feel free to open another one if you have other issues.
-
AuthorPosts
- The topic ‘Conflict with W3 Total Cache’ is closed to new replies.