Redirect necessary?
-
When a user first visits a site that uses the Membee Login plugin, the plugin checks if a cookie is set for
membee-checked
. If the cookie is not set, the plugin then does a redirect to memberservices.membee.com.Is this redirect absolutely necessary? Waiting for it to finish can increase the load time of my site by several seconds, depending on how quickly the Membee server responds. I have commented out that particular line in
membee-login.php
(line 45), and the plugin works exactly as it should without the redirect.Could this redirect be removed from the plugin?
- The topic ‘Redirect necessary?’ is closed to new replies.