All Questions
1 question
0
votes
3
answers
453
views
How do i optimize my php functions and mysql request
I just wrote this php tracker code, that will be included in themes, to have some simple stats. Now since it will process a lot of requests, it needs to be solid and fast. My php level isn't that good,...