Do not display the current date and time. Display the date and time causes additional translations every minute and additional queries to the database even if the data is already in cache.
In order not to display the current date and time:
- Go to AdminCP->Styles & Templates->Search in templates
- Search:
Code:$vbphrase[all_times_are_gmt_x_time_now_is_y]- Remove it from all the templates.
From now on, the current date and time will not be displayed.
Please note that other templates can display the time by other variables - in this case, you need to find the variable and remove/comment it.