Title: Disable front end functionality
Last modified: August 22, 2016

---

# Disable front end functionality

 *  Resolved [ruddyred](https://wordpress.org/support/users/ruddyred/)
 * (@ruddyred)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/disable-front-end-functionality/)
 * Hi,
    I use your plugin mainly to manually get thumbnail and save it to my library(
   backend stuff). The front end video/image is taking care of by my video player.
   Is there a way I can disable all the frontend functionality in order to speed
   up my website?
 * [https://wordpress.org/plugins/video-embed-thumbnail-generator/](https://wordpress.org/plugins/video-embed-thumbnail-generator/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Kyle Gilman](https://wordpress.org/support/users/kylegilman/)
 * (@kylegilman)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/disable-front-end-functionality/#post-5546735)
 * What frontend functionality exactly is slowing down your site? If you don’t have
   any videos embedded on a page the most I would expect to see is the frontend 
   CSS file in the header.
 *  Thread Starter [ruddyred](https://wordpress.org/support/users/ruddyred/)
 * (@ruddyred)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/disable-front-end-functionality/#post-5546743)
 * Yes that is exactly it. I wanted to remove the wp_enqueue_style callout from 
   the php file, but I am doing something wrong because my site doesn’t respond 
   well.
 *  Plugin Author [Kyle Gilman](https://wordpress.org/support/users/kylegilman/)
 * (@kylegilman)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/disable-front-end-functionality/#post-5546750)
 * I can’t imagine loading that tiny CSS file has any measurable effect on the speed
   of your site, but it can’t hurt to disable it. Just comment out line 1304 so 
   it looks like this:
 * `//wp_enqueue_style( 'kgvid_video_styles', plugins_url("/css/kgvid_styles.css",
   __FILE__), '', $options['version'] );`
 * You’ll have to do that every time you update the plugin.
 *  Thread Starter [ruddyred](https://wordpress.org/support/users/ruddyred/)
 * (@ruddyred)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/disable-front-end-functionality/#post-5546753)
 * Yes thank you. I know its a very tiny file, but I want to lower the amount of
   calls to external css.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Disable front end functionality’ is closed to new replies.

 * ![](https://ps.w.org/video-embed-thumbnail-generator/assets/icon.svg?rev=2965979)
 * [Videopack](https://wordpress.org/plugins/video-embed-thumbnail-generator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/video-embed-thumbnail-generator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/video-embed-thumbnail-generator/)
 * [Active Topics](https://wordpress.org/support/plugin/video-embed-thumbnail-generator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/video-embed-thumbnail-generator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/video-embed-thumbnail-generator/reviews/)

## Tags

 * [video](https://wordpress.org/support/topic-tag/video/)

 * 4 replies
 * 2 participants
 * Last reply from: [ruddyred](https://wordpress.org/support/users/ruddyred/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/disable-front-end-functionality/#post-5546753)
 * Status: resolved