Page 1 of 1

KVS and te3 incoming tracking code

Posted: Sun Jul 31, 2016 7:23 am
by bosper88
I just installed te3 on a website that runs on KVS, set the changes need to be done with KVS start sending traffic, but my incoming traffic is not tracked.
I used the include code for incoming traffic with the smarty modifications, but still the problem is there.
Any idea anyone here?

Re: KVS and te3 incoming tracking code

Posted: Sun Jul 31, 2016 9:26 pm
by texpert
Hello, can you PM me TE3 login details and tracking code that you are using.


Best regards,
Alex

Re: KVS and te3 incoming tracking code

Posted: Mon Sep 19, 2016 12:21 pm
by bosper88
Hi Alex, I managed to fix with KVS support conversion of PHP code into Smarty.

Thanks.

Re: KVS and te3 incoming tracking code

Posted: Thu Oct 27, 2016 10:33 am
by magicum
Bosper88, can you please tell how you have fixed that?

Re: KVS and te3 incoming tracking code

Posted: Fri Oct 28, 2016 7:05 am
by Rock
Hello, magicum.

Could you please PM your TE3 login details to us?

Best regards,
Rock

Re: KVS and te3 incoming tracking code

Posted: Fri Oct 28, 2016 2:21 pm
by magicum
Fixed by tracking INs via JavaScript, as I am using nginx, fastcgi caching, opcache.
However another problem with "proxy", described in different topic here - http://forum.tradeexpert.net/viewtopic.php?f=2&t=605

Re: KVS and te3 incoming tracking code

Posted: Sat Oct 29, 2016 5:02 pm
by texpert
You can also find how to include a trade script into KVS here:

http://www.kernel-scripts.com/en/docume ... zation_q41

i hope it will help you out, please let us know if it's working!


Best regards,
Alex

Re: KVS and te3 incoming tracking code

Posted: Sun Oct 30, 2016 9:26 am
by magicum
If you read the KVS docs on URL you have provided - you'll see that "php include" construction will ONLY work if KVS Memcache caching is DISABLED.
Which is very bad for high load projects.

JavaScript works ok and doesn't need to disable caching.

Re: KVS and te3 incoming tracking code

Posted: Wed Nov 02, 2016 8:05 am
by texpert
Yes that's true JS will work with caching.


Best regards,
Alex