Archived topic
logos in two languages with ploylang
20 replies · Started by John Dowling on October 8, 2018
Hank you very much Elvin, that solves the problem.
@Greg: Thank you so much too. I am not a fan of having too many plugins (for small purposes) installed. Does your solution have any advantages over Tom's?
@scometamus it's my understanding that the snippets plugin is very lightweight and just makes it easier to update the functions, I can't imagine it would put any extra load time on things - perhaps @Tom can confirm.
Hi there,
Code Snippets is slightly less performant then adding to a child theme, as it stores its code in your database - so it requires an additional query to load the code. But unless you're adding huge amounts of code using the plugin its not going to make any noticeable impact. Which is why we are happy to recommend using it :)
Thank you both very much for the information. This helps a ton!
Thanks for the info @David and yes, I can confirm it doesn't seem to impact performance too much - I have a WooCommerce site for a client, with around 12 separate PHP snippets, scoring 99 on mobile/100 on desktop with Google Pagespeed.
Awesome - glad to hear that