Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
Hi,
I have a lot of TRACE's in my Publisher log (>4500 lines/24h). Isn't that slowing down my site? Did I started debugging or something like that?
And what is traced?
Example:
08-Aug-2019 01:53:09] TRACE: ========================================== [ ] ==========================================
[08-Aug-2019 01:53:09] TRACE: $_REQUEST: Array( [id] => India-3435)
[08-Aug-2019 01:53:09] TRACE: loaded 2 album sets
[08-Aug-2019 01:53:10] TRACE: loaded 2 album sets
[08-Aug-2019 01:54:42] TRACE: ========================================== [ ] ==========================================
[08-Aug-2019 01:54:42] TRACE: $_REQUEST: Array( [mod_rewrite] => on [id] => India-20141103_1748)
[08-Aug-2019 01:54:43] TRACE: loaded 2 album sets
[08-Aug-2019 01:54:43] TRACE: loaded 2 album sets
[08-Aug-2019 01:55:36] TRACE: ========================================== [ ] ==========================================
[08-Aug-2019 01:55:36] TRACE: $_REQUEST: Array( [mod_rewrite] => on [id] => India-20141031_1447)
[08-Aug-2019 01:55:37] TRACE: loaded 2 album sets
[08-Aug-2019 01:55:37] TRACE: loaded 2 album sets
[08-Aug-2019 01:57:26] TRACE: ========================================== [ ] ==========================================
[08-Aug-2019 01:57:26] TRACE: $_REQUEST: Array( [mod_rewrite] => on [id] => Toscane-0185)
[08-Aug-2019 01:57:26] TRACE: loaded 2 album sets
[08-Aug-2019 01:57:26] TRACE: loaded 2 album sets
[08-Aug-2019 01:57:59] TRACE: ========================================== [ ] ==========================================
[08-Aug-2019 01:57:59] TRACE: $_REQUEST: Array( [mod_rewrite] => on [id] => Hindu-weddings-20090606_134)
[08-Aug-2019 01:58:01] TRACE: ========================================== [ ] ==========================================
[08-Aug-2019 01:58:01] TRACE: $_REQUEST: Array( [id] => India-2856)
[08-Aug-2019 01:58:01] TRACE: loaded 2 album sets
[08-Aug-2019 01:58:02] TRACE: loaded 2 album sets
Offline
That level of logging will cause a negligible performance hit to your site. 4,500 lines correspond to a few kilobytes. Probably less work by the server than needed to process a single PHP request.
Having said that, those entries don't look to be necessary. I'll try and find where that log output is being generated and remove it from our code.
Offline
Pages: 1