Plugin seriously slows down the website
-
Can’t complain about functionality… but! This plugin adds a whooping 870 kilobytes to every page request (1.45 megabytes before plugin, 2.32 after) and 30 additional requests. There are tons of unminified JavaScript files.
For example:
/wp-live-chat-support/js/wplc_server.js – could save 3.5KiB (39% reduction)
/wp-live-chat-support/js/wplc_u.js could save 3.0KiB (39% reduction) after compression.
/wp-live-chat-support/js/wplc_u_node_events.js could save 1.3KiB (33% reduction).
/wp-live-chat-support/js/themes/modern.js could save 1.0KiB (24% reduction) after compression.
/wp-live-chat-support/js/md5.js could save 722B (33% reduction) after compression.
/wp-live-chat-support/js/jquery-cookie.js could save 411B (30% reduction) after compression.Unminified CSS files:
/wp-live-chat-support/css/themes/modern.css could save 1.2KiB (25% reduction) after compression.
/wp-live-chat-support/css/font-awesome.min.css could save 480B (7% reduction) after compression.
/wp-live-chat-support/includes/blocks/wplc-chat-box/wplc_gutenberg_template_styles.css could save 306B (21% reduction) after compression.
/wp-live-chat-support/css/wplc_gif_integration.css could save 298B (20% reduction) after compression.
/wp-live-chat-support/css/wplcstyle.css could save 206B (18% reduction) after compression.
/wp-live-chat-support/css/themes/theme-default.css could save 36B (11% reduction) after compression.
/wp-live-chat-support/css/themes/position-bottom-right.css could save 12B (28% reduction).Plus, additional DNS lookups to their hosts – bleeper.io.
Small CSS files, that can be inlined:
/wp-live-chat-support/css/themes/position-bottom-right.css (only 3 lines of code)Plus, additional 10 DB queries.
Avoid if you want to archive good performance.
- The topic ‘Plugin seriously slows down the website’ is closed to new replies.