Maybe. There are several things that could wreak havoc when installing Timber on a live Wordpress site, and it’s important to understand what they are. As a start, follow these two steps:
1) Don’t log Notices or Strict messages.
The average PHP script, even the well-written ones, commits several “minor infractions” on every execution. This includes many of the scripts in the Wordpress core. If Notices or Strict messages are enabled for logging, it will result in many multiple errors logged each and every time any user loads any page of your site.
2) Keep an eye on your logs for awhile.
Even with Notices and Strict messages disabled, some themes or plugins may generate a number of Warnings or other error types. Since these will be logged every time the offending page is loaded, the logs may still fill quickly depending on your site traffic. If this starts to happen, you’ll want to disable logging entirely, or clear the logs regularly.
Clearly, the main concern is the logs filling too much or too fast. Why is this a problem? Timber logs errors to a custom table in your Wordpress database. Your database very likely has a space limit on it, the size varying dependent on your web host. This available space is already partially filled by your posts, comments, and other Wordpress data, as well as any custom data stored by other plugins. If the space runs out, your site may become inaccessible. In addition to the space limit, many database configurations have a limit on the number of connections or data operations. If a single page generates several errors, that multiplies the number of database calls for that page across every user. And if the limit is reached, again, the site may become unreachable.
Timber works best on a development server, as a tool for programmers to track down the bugs in their plugins or themes. It can be useful on a live blog, but make sure you understand the uses and potential hazards.


Login











Hi!
Just a small feedback : I’m using wp 2.8.3, and well, lots of plugins, and the navigation below the error list doesn’t work, just shows blank pages.But the plugin seems quite useful, thanks for the developers, will check the following stables.