Quote:
Originally Posted by nso
Is there any way to disable the parts that use Javascript?
|
Open Template "headinclude" in your AdminCP
del this line
PHP Code:
<script type="text/javascript" src="clientscript/statistic_java.js"></script>
Quote:
Originally Posted by nso
The Javascript increased my bandwidth usage with about 50%
|
hmm????
A 9kb file with 4 querys (normal 2 if the user counted) need so many bandwith?
You must have a board with one forum and one post and 10 vistors in the week. (If that, you have a bandwith from 100 kb the week)
Of course the javacountig need then between 30-40 kb.
This script use only 2 querys. (4 querys the User was not logged befor).
For a board with 1 Millon Users it?s need not more than 0.001% of the bandwith. But the srcipt work with ervery side refresh.
I think there must be a misunderstanding by your side. You interpret you server log not correctly.
Quote:
Originally Posted by nso
Is there perhaps another script that only collects stats from the database, and not from utilizing Javascript?
|
It?s not possible to log resolution or plugins without javascrit (js)
PcFreak