Tags List transient set with wrong name, cache never hit
-
There seems to be an issue with the transient naming in the ES_WC_Integration_ActiveCampaign->get_ac_tags_list function.
The prefix of the transient that is checked/used is:
‘es_wc_activecampaign_tags_list_’But when the data is saved on line 556 using set_transient the prefix used is:
‘es_wc_activecampaign_tag_lists_’The result is that an external call to the ActiveCampaign API URL is made on every backend request.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Tags List transient set with wrong name, cache never hit’ is closed to new replies.