Topic-icon Slow login process compare 4 sites 2 slow and 2 are okay

Active Subscriptions:

None
10 years 5 months ago - 10 years 5 months ago #38273 by jwvr
For a while i have some issues with slow login process on 2 of my sites. and a normal proces on 2 others. So I try to compare the difference between the 2 in the backend. But could not get a grip on it.

But there is an differences on the loging authi. Maybe you now directly what it is.

site1/index.php?option=com_jfbconnect&task=authenticate.login&provider=facebook&return=L2luZGV4LnBocC9ubC8=&cb=1382968077734

site2/index.php?option=com_jfbconnect&task=authenticate.login&provider=facebook&return=L2luZGV4LnBocC9lbi8=&cb=1382965546831

site3/index.php?option=com_jfbconnect&task=authenticate.login&provider=facebook&return=Lw==&cb=1382965760023

site4/index.php?option=com_jfbconnect&task=authenticate.login&provider=facebook&return=Lw==&cb=1382966172257

Site 1 and 2 are very slow with the login proces.

Site 2 and 3 are normal. as is should be.

Maybe you no what the differences is of L2luZGV4LnBocC9ubC8 instead of Lw==

regards.
Last edit: 10 years 5 months ago by jwvr.
The topic has been locked.
Active Subscriptions:

None
10 years 5 months ago #38275 by jwvr
It seems when I disable the Social Profiles - JomSocial the login proces is working okay.

I'm a little bit confused,

I'm testing some more, come back later

social profile is version 5.1.2. from 23 september.

But other module and plugin from jfbc are still 5.1.0 could this be a problem?
The topic has been locked.
Support Specialist
The return=Lw== is just going to your home page, the other sites are redirecting to a different page. The redirection shouldn't be causing the slow down. The version numbers are also not the issue. The main component had some fixes to increase it's version to v5.1.2. Most of the profile plugins haven't had to be updated since release, so they are still on v5.1.0.

As for JomSocial being slower, it could be communication with Facebook in general. We do a separate request to Facebook for the user's avatar, all of their profile information, and their current status. If you try disabling some of those things, you can test to see if there's a speedup. Honestly, it shouldn't make a huge difference as Facebook is very fast, and your server should be able to make those requests pretty fast as well, but it's a good test to run.

One thing you can do is set the "Enable Debug Mode" setting to "Yes" and see if any additional messages show up during logging in. Those may provide some clues if JFBConnect detects issues.

We do have plans to reduce the queries to Facebook (and other social providers) in future releases, but those will only provide very incremental speed improvements as requests still need to be made from your server.

I hope that helps explain, but if you narrow anything down further, just let me know.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 5 months ago #38289 by jwvr
Hi Alex,

I enabled the jomsocial profile again. and put Always Import Profile Data on NO.

Than the site was much quicker with the logon procedure
The topic has been locked.