There shouldn't be any slow queries caused by JFBConnect, especially on common page loads. As noted, there's very little that JFBConnect 'does', especially concerning the database, when the page is loaded. Our heavy lifting is normally done during the actual authentication process. We also have a caching layer in our extension which saves a lot of the heavy processing tasks to disk to speed up page load times overall. In the distant past, JFBConnect was considerably slower. We've gone to great pains to make it as efficient as possible. All of our tables use primary keys for almost all lookups and there shouldn't be any slow queries caused by JFBConnect directly.Question: would slow MySQL queries cause this related to communications from jfb to google sclogin ? I understand it's communications between to servers.
I am no longer getting slow queries so is that a possibility that slow queries might be causing the issue? My database is very big.
It really shouldn't. We don't have any timeouts built-in to JFBConnect. During the authentication process, a severe slow query may cause an issue since there's some timing constraints (measured in minutes though) where tokens provided by the social network must be used. On standard page loads though, no, a slow query would just slow the page down and shouldn't cause an issue directly within JFBConnect.I was just asking if that would effect jfbconnect, the slow queries?
The error messages from your 2nd or 3rd post aren't from the PHP error log. Those look like the nginx or apache error logs, which are different. Since the server is getting disconnected, it may be that PHP has encountered a fatal error and simply isn't responding anymore for that page load. That's where viewing the PHP error log may narrow down the cause quickly.My php errors are above in my previous messages so doesn't look like an error on any php code but remote disconnect.
So, after you uninstalled JFBConnect and re-installed it, the performance issue was solved? If so, that sounds like there was an installation error with the original attempt to get JFBConnect running a few months ago. I don't know what that was, and I'm assuming you don't know if there were any install issues at that time.so I just remove JFB and then after running a few tests I reinstalled it and so far no issues.
Join our newsletter to get alerts for Joomla releases, tips and tricks and extension updates.
