LittleBizzy
- Las Vegas, NV
- https://www.littlebizzy.com
Grow your team on GitHub
GitHub is home to over 50 million developers working together. Join them to grow your own development teams, manage permissions, and collaborate on projects.
Sign up
Pinned repositories
Repositories
-
slickstack
SlickStack is a free LEMP stack automation script written in Bash designed to enhance and simplify FOSS CMS provisioning, performance, and security.
-
dashboard-cleanup
Cleans up the WP Admin backend by disabling various core WP and WC bloat features including Automattic spam, nag notices, tracking, and other items.
-
speed-demon
A powerful bundle of lightweight tweaks that drastically improve the loading speed of WordPress by reducing bloat and improving overall efficiency.
-
disable-dashicons
Easily remove the bloated Dashicons CSS assets and related icons from loading on both the frontend and backend for a cleaner and faster WordPress.
-
security-guard
A carefully selected security suite for WordPress that combines only the most effective methods of guarding against hackers and other common attacks.
-
wplite
WordPress boilerplate focused on speed, security, and lightweight code that includes several Must Use plugins and also supports Composer (Packagist).
-
disable-thumbnail-regeneration
Disables the default image meta and thumbnail regeneration functions that occur in WooCommerce Core to improve performance and retain better control.
-
disable-media-uploads
Prevents user levels from uploading media files within the Media menu in WP Admin and also via Posts, Pages, or otherwise (for staging sites, etc).
-
autoloader
Enables standard WordPress plugins contained in a folder to be placed in the mu-plugins directory and loaded prior to others (forked from Bedrock).
-
plugin-boilerplate
PHP boilerplate used in all WordPress plugins released by LittleBizzy that supports automatic updates for both public and private GitHub repos.
-
force-https
Redirects all HTTP requests to the HTTPS version and fixes insecure links and resources without altering the database (also works with CloudFlare).
-
object-cache
Drop-in persistent object cache for WordPress based on Redis in-memory storage that supports Predis, clusters, and WP-CLI (forked from PressJitsu).
-
seo-genius
The ultimate collection of SEO optimization features for WordPress including SERP previews, optimized HTML headers, meta description fields, and more.
-
throwaway-theme
A throwaway default theme created for SlickStack servers to delete WP Core junk and prepare cleaner WordPress installations (inspired by iThemes).
-
starter-theme
An extremely lightweight, simple, and SEO-friendly starter theme for WordPress or WooCommerce than can easily be customized, extended, or used as-is.
-
codeguard
Intuitive and lightweight interface for CodeGuard that supports on-demand site backups and restores, with zero local storage and remote SSH support.
-
repo-man
Adds GitHub search for WordPress plugins and themes to avoid WordPress.org lock-in, and supports one-click installation and automatic plugin updates.
-
genghis-khan
An intuitive suite of tweaks and tools for WordPress that allow you to penetrate the Great Firewall Of China and appease the communist overlords.
-
server-status
Useful statistics about the server OS, CPU, RAM, load average, memory usage, IP address, hostname, timezone, disk space, PHP, MySQL, caches, etc.
-
great-migration
Offers the easiest way to migrate an entire WordPress site (themes, plugins, media, and database) with a single click using the standard ZIP format.
-
clear-caches
The easiest way to clear WordPress stack caches including PHP OPcache, Transients cache, server cache (e.g. Nginx), and object cache (e.g. Redis).
-
cloudflare
Easily manage CloudFlare's free features including purge proxy cache (CDN) and enable dev mode, with Dashboard widgets for DNS Records and Analytics.
-
stage-director
The easiest way to safely pull your entire WordPress production site over to a temporary staging server without ever leaving the WP Admin dashboard.
-
force-strong-hashing
Forces all user passwords generated by WordPress to be hashed using Bcrypt, the most secure and popular PHP hashing algorithm currently available.
-
enable-subtitles
Creates a new the_subtitle function for use in WordPress posts and pages, such as for H2 subtitles, that can be used in template files or shortcodes.
-
sftp-details
Displays a small Dashboard widget to remind logged-in Admin users of their server SFTP login information for easy reference (uses defined constants).
-
remove-query-strings
Removes all query strings from static resources meaning that proxy servers and beyond can better cache your site content (plus, better SEO scores).
-
plugin-blacklist
Allows web hosts, agencies, or other WordPress site managers to disallow a custom list of plugins from being activated for security or other reasons.
-
index-autoload
Adds an index to the autoload in wp_options table and verifies it exists on a daily basis (using WP Cron), resulting in a more efficient database.