|
by via Mobile Web Weekly
"Mr Branding" is a blog based on RSS for everything related to website branding and website design, it collects its posts from many sites in order to facilitate the updating to the latest technology.
To suggest any source, please contact me: Taha.baba@consultant.com
|
Whether your business is online or brick-and-mortar, knowing how to market it online can get you more business, new customers, and more profit. Master essential digital and social media marketing techniques with a two-course bootcamp worth $790 for just $29 at SitePoint Shop.
If you're completely new to digital marketing and social media, don't worry. These courses will get you up to speed on best practices for Facebook, Twitter, YouTube, Yelp, and more before teaching you how to execute social media campaigns and manage your online reputation through your social media accounts. You'll also learn how to create successful email campaigns, generating more sales and attracting new clients. Plus, get more traffic to your website with the search engine optimization techniques used by the pros. The courses include live presentations, interactive Q&A sessions, and even one-on-one evaluations with professional marketers, so you're getting real advice from real industry pros.
Harness the power of social media and digital marketing. Get this two-course bootcamp for 96% off at SitePoint Shop.
Continue reading %Get a Social Media & Digital Marketing Bootcamp Worth $790 for $29%
WordPress has the superpower of extensibility that helped it become the most commonly used content management system in the world. The concept of themes and plugins made WordPress an extremely popular framework to work with, and working with WordPress caused it to have tens of thousands of themes and plugins to use.
But with great power comes great responsibility, according to Uncle Ben. You can't use more than one theme (for most of the time), but you can use an unlimited number of plugins in a single WordPress installation. And that can decrease the performance—but not necessarily every time. In this tutorial, I'm going to help you make use of WordPress plugins without giving up on performance.
Let's go into a bit more detail about the extensibility of WordPress.
WordPress was first created in 2003, as a fork from another blogging software called "b2 Cafelog". A year later, in version 1.2 released on 22 May 2004, the feature "plugin" was introduced. About a year later, on 17 February 2005, version 1.5 came out with a theme system. (You can check out the full history here, if you like.)
In my opinion, these two versions were the biggest improvements in the history of WordPress. That's because until these versions, the community of WordPress had consisted of users, and with these versions, developers joined the community (and some of the users became developers). If you want to create software that people use (and develop) all around the world, you'll need a large developer community.
And WordPress has one of the largest developer communities in the open-source ecosystem. The numbers are hard to determine so I can't give out an exact number, but it's probably in tens of thousands. And these developers created more than a hundred thousand plugins and themes (combined).
Because of the large number of plugins and themes, more and more people are using and developing for WordPress, which leads to more and more people joining the community... And this virtuous cycle is the reason that one in every four websites are powered by WordPress.
Short answer: Yes and no. As with most short answers, it doesn't make much sense, though.
You can't measure how much resources plugins use by counting the plugins. The thing is, some plugins take up more system resources, and some don't. I can install over a thousand plugins that don't slow down a website, or install just one plugin to completely take down another.
It depends on a few factors:
Now that we've covered why plugins may (or may not) slow down your website, it's time to see how to prevent it from happening. I'm going to write a few things that come to my mind, but feel free to contribute to this part by shooting ideas in the Comments section.
The Plugin Performance Profiler plugin (or P3 for short) is right up your alley for seeing how much your plugins slow down your website by measuring them one by one.
Using the plugin is pretty straightforward if you just want to get a quick summary of your plugins' resource usage. After installing the plugin, simple head over to the P3 Plugin Profiler page under the Tools menu, and hit Start Scan. If you choose Auto Scan, P3 will perform a quick scan by randomly visiting a couple of pages and monitoring how plugins affect page load.
It's a great way to see which plugins are hogging the system resource and which ones don't have much effect.
As I said before, poorly coded plugins perform worse than well coded plugins. And in our gigantic WordPress plugin ecosystem, most of the time, you'll have more than one option to choose a plugin that does the same work. If you have an understanding of what a good codebase looks like, you should check out the code of the plugin you choose to use. (You can also benefit from P3's report for this.)
Remember: A popular plugin isn't necessarily the best plugin out there.
Why do people get angry about how Google Chrome hogs the RAM so much? I mean, having more free RAM doesn't mean your computer will work faster. If your computer has eight gigabytes of RAM and Google Chrome is using one gigabyte, it's because Google Chrome needs one gigabyte to perform better.
Same thing goes for servers. If you have more system resources, you can use them for more things. If you don't need to use a powerful server, there's no point in using one. If you need a more powerful server to use more plugins, there's no point in trying to achieve speed on a shared server.
If you have the system resources, or if you have the resources to have the system resources, don't be shy about using the plugins you need.
You shouldn't be all "I shouldn't use more than (X) plugins" or "using an SEO plugin will slow down my website, so I shouldn't use it even though I need to". You can use as many plugins as you need (or want), providing that you choose your plugins and your server wisely.
What's your take on this? Feel free to share your thoughts in the Comments section below. And if you liked this tutorial, don't forget to share it with your friends!
A slick responsive Material Design modal built with CSS and JavaScript.
The post Material Design Modal with CSS3 & jQuery appeared first on jQuery Rain.
This plugin is used to bind json data into html containers (usually div tags) using jb-bind, jb-context and jb-event-* attributes.
The post jQuery Custom Bind plugin appeared first on jQuery Rain.