Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
ocupado
tagDiv Member

Sorry. these two javascripts are not related to NewsMag theme but to NewRelic.
Investigating I found a function that allows to disable these two javascripts.

function action_parse_query() {
if ( function_exists( ‘newrelic_disable_autorum’ ) ) {
newrelic_disable_autorum();
}
}
add_action(‘parse_query’, ‘action_parse_query’);

More info: HERE

  • This reply was modified 7 years by ocupado.
  • This reply was modified 7 years by ocupado.
ocupado
tagDiv Member

It was solved increasing MEMORY LIMITS until 256

Viewing 2 posts - 1 through 2 (of 2 total)