Are Drupal theme settings cached?

Posted by barraponto on Stack Overflow See other posts from Stack Overflow or by barraponto
Published on 2010-05-12T23:40:54Z Indexed on 2010/05/12 23:44 UTC
Read the original article Hit count: 372

i want to change theme_username, a core theme function that outputs that dreadful "not verified" string on users who are not logged in (when they comment, for example). i want a checkbox in admin/build/themes/settings/MYTHEME to change that. but since that theme function gets called a lot, will it hurt the performance of any site using my theme or are theme settings cached?

© Stack Overflow or respective owner

Related posts about drupal

Related posts about drupal-cache