Title: Probled with ESI shortcode and wp_enqueue_script
Last modified: August 18, 2022

---

# Probled with ESI shortcode and wp_enqueue_script

 *  Resolved [audpxi](https://wordpress.org/support/users/audpxi/)
 * (@audpxi)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/probled-with-esi-shortcode-and-wp_enqueue_script/)
 * Hello!
    We have a problem with WP Litespeed server esi shortcodes and wp_enqueue_script
   function. We have a shortcode that enqueues scripts only on pages where the shortcode
   is used. But when using ESI in shortcode -> it doesn’t enqueue those custom styles
   and scripts. Does anyone know a workaround or should we just enqueue these script
   on every page?

Viewing 1 replies (of 1 total)

 *  Plugin Support [qtwrk](https://wordpress.org/support/users/qtwrk/)
 * (@qtwrk)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/probled-with-esi-shortcode-and-wp_enqueue_script/#post-15929932)
 * Hi,
 * because ESI is a sub-request that happens AFTER the main request , so you can
   not really load more things into a page that is already sent and rendered by 
   browser
 * maybe try embed the css or js into the shortcode output directly
 * best regards,

Viewing 1 replies (of 1 total)

The topic ‘Probled with ESI shortcode and wp_enqueue_script’ is closed to new replies.

 * ![](https://ps.w.org/litespeed-cache/assets/icon-256x256.png?rev=2554181)
 * [LiteSpeed Cache](https://wordpress.org/plugins/litespeed-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/litespeed-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/litespeed-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/litespeed-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/litespeed-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/litespeed-cache/reviews/)

## Tags

 * [enqueue](https://wordpress.org/support/topic-tag/enqueue/)
 * [esi](https://wordpress.org/support/topic-tag/esi/)
 * [wp_enqueue_script](https://wordpress.org/support/topic-tag/wp_enqueue_script/)

 * 1 reply
 * 2 participants
 * Last reply from: [qtwrk](https://wordpress.org/support/users/qtwrk/)
 * Last activity: [3 years, 9 months ago](https://wordpress.org/support/topic/probled-with-esi-shortcode-and-wp_enqueue_script/#post-15929932)
 * Status: resolved