Reader
  • Home
  • About
  • Deals
  • Services
  • Contact
You are here: Home / Archives for WordPress

Disable Emojis in WordPress 4.2+ For a Faster Page Load

Last updated on August 9th, 2018 by Gabriel Livan

As of WordPress 4.2, a new feature was introduced that allows you to use the new emojis (the tiny smiley icons). While on some WordPress setups is useful, in many situations, especially when you are not using WordPress as a blog, you just don’t need them and the file /wp-includes/js/wp-emoji-release.min.js is loaded along with extra inline JavaScript code.

As I want my page to load as fast as possible and have the HTML code clean when analysing the source code (as a developer), I’d rather have all that extra code removed, especially since it loads on every page of my website. There are 2 ways in which you can do that. We’ll start with the most convenient one:

1) Disable Emojis plugin

disable emojis plugin
This is the quickest way to do that and emoji’s will still work in browsers which have built in support for them. This plugin simply removes the extra code bloat used to add support for emoji’s in older browsers.
[Read more…]

Filed Under: Plugins, Snippets, WordPress

WP Rocket Review: Would you buy a WordPress cache plugin?

Last updated on August 9th, 2018 by Gabriel Livan

WP Rocket

Some time ago, I got a copy of WP Rocket from the guys that developed it in order to test it and write a review about it. I was curios what this paid WordPress cache plugin has to offer in comparison with other free plugins out there, some of them very popular and used by lots of developers.
[Read more…]

Filed Under: Plugins, Reviews, WordPress

Remove unused scripts & styles on WordPress pages | For faster load

Last updated on August 9th, 2018 by Gabriel Livan

Some time ago, I mentioned about Plugin Organizer and the benefits of loading plugins on pages when we only need them as we want to decrease page size and make our WordPress pages load faster, especially if we use a cache plugin such as W3 Total Cache.

However, there are situations when we need a plugin on a page or we use a theme, but some of the CSS and JavaScript files are not needed. Imagine a contact page where you only have some text and a form and you are using a theme that loads plenty of useless CSS and JavaScript files. Not ideal for our website visitors that should enjoy a faster page load.

I’ve decided to write my first official free plugin and share it with the WordPress community.

WP Asset Clean Up scans the page you’re editing, detects the loaded scripts and styles and shows them in a list where you can choose the ones that you don’t want to load.
[Read more…]

Filed Under: WordPress

Hide WordPress Widgets on Specific Pages / Posts

Last updated on January 9th, 2016 by Gabriel Livan

wordpress logo There are situations when you would like to hide certain widgets from your sidebar or other place when your visitor is on a specific page or post. For instance, I removed the “About me” text widget from the “About” page as the information was redundant and it’s nice to have a clean, fast loading website without any unnecessary data loaded.

You can either do that by using a plugin, which is the easiest and quickest way of doing it or by adding a code in your functions.php (or a custom plugin where you have your settings). If you want to apply this to 1 page and 1 widget only and you’re comfortable editing code, then you can use my snippet code. If you have to hide a few widgets for more pages and posts, then using a plugin would have been easier to manage that.

I will show you how to do it both ways and you can decide based on your situation what’s the best option for you. It’s also good for you to see how it’s done in the code, so you can learn more 😉
[Read more…]

Filed Under: Snippets, WordPress

Make Your WordPress Website Lighter, yet Faster and Secure

Last updated on August 9th, 2018 by Gabriel Livan

wordpress optimisation I recently sent an email to my readers asking them to choose what’s the most important thing for their website: Decrease Page Loading Time or Making the website more secure?

As I suspected, most of them replied that are equally interested in both.
[Read more…]

Filed Under: Page Loading Speed, Tutorials, WordPress

Next Page »

About Me

Gabriel LivanHey, there! I'm Gabriel Livan, Web Developer, Blogger and Internet Marketer. I love making fast, secure and scalable web applications, running and travelling around the world. I blog about WordPress, site speed & security and quality tools for web professionals. Read more

What are you looking for?

Categories

  • AJAX (22)
  • Deals (10)
  • Design (30)
  • eBooks (2)
  • Flash (19)
  • Freebies (11)
  • General (62)
  • Giveaways (1)
  • Graphics (27)
  • HTML & CSS (35)
    • Frameworks (9)
  • JavaScript (160)
    • Frameworks (8)
    • jQuery (89)
    • MooTools (14)
  • Page Loading Speed (2)
  • Photoshop (3)
  • PHP (113)
  • Reviews (8)
  • SEO (6)
  • Statistics (2)
  • Web Tools (13)
  • WordPress (27)
    • Plugins (15)
    • Snippets (4)
    • Tools (2)
    • Tutorials (6)

Copyright © 2026 · BitRepository.com - All Rights Reserved

  • Home
  • About
  • Contact