Descrição
The plugin optimizes your website for users, search engine robots and social networks. Your website will load much faster, robots will find the markup they are looking for and social networks will show attractive snippets of your content.
Plugin’s functionality can be roughly divided into 5 major categories: Content Delivery Optimization, Database Optimization, Website Structure Optimization, Search Engine Optimization and Social Media Optimization.
Content Delivery Optimization
- Removes unnecessary meta tags from the head section of HTML.
- Reduces DNS lookup time by pre-resolving all external domains.
- Removes comments, unnecessary whitespace and empty nodes from HTML.
- Caches dynamic HTML content and serves it as static HTML files.
- Combines styles, flattens imports, removes comments and caches.
- Serves popular CSS libraries from content delivery networks.
- Combines scripts, defers loading, removes comments and caches.
- Serves popular JS libraries from content delivery networks.
- Strips metadata and compresses thumbnail images (requires ImageMagick).
- Canonicalizes image URLs, adds ‘srcset’ attributes and serves from CDN.
Database Optimization
- Cleans expired transients from the database.
- Cleans automatic post drafts from the database.
- Cleans post revision history from the database.
- Cleans orphaned post meta from the database.
- Cleans orphaned relationships from the database.
- Cleans trash/spam comments from the database.
- Cleans pingbacks/trackbacks from the database.
- Cleans orphaned meta data from the database.
Website Structure Optimization
- Removes the mandatory base from the permalinks of categories.
- Redirects author archive pages to the home page of the website.
- Redirects image attachment pages to the URL of the parent page.
- Redirects ?replytocom=id to #comment-id in comment replies.
- Redirects paginated comment pages to the parent page.
- Redirects 404 error pages one level up in the website hierarchy.
Search Engines Optimization
- Provides title and description templates for search engines.
- Generates proper schema.org markup for every page type.
- Creates an XML sitemap of the website (including images).
- Pings Google and Bing once new page/post is published.
Social Media Optimization
- Provides title and description templates for social networks.
- Generates proper Open Graph markup for every page type.
- Generates proper Twitter markup for every page type.
General Features
- Small (32kB zipped) and fast (no noticeable overhead).
- Not invasive – doesnt pollute your admin area.
- Leaves no traces if you choose to try and then deinstall.
Important
- The plugin hasn’t been tested on multisites yet. So if you own a multisite some features might work not as advertised.
- The plugin uses ImageMagick to compress thumbnails. The compression is fast and as good as that of Google’s PageSpeed. Therefore, it is highly advisable to install ImageMagick PHP extension together with the plugin.
Imagens de tela
Instalação
- Upload plugin folder to the ‘/wp-content/plugins/’ directory,
- Activate the plugin through the ‘Plugins’ menu in WordPress.
- Select the desired options on the Settings page of the plugin.
FAQ
- Installation Instructions
-
- Upload plugin folder to the ‘/wp-content/plugins/’ directory,
- Activate the plugin through the ‘Plugins’ menu in WordPress.
- Select the desired options on the Settings page of the plugin.
Avaliações
Colaboradores e desenvolvedores
“Optimality” é um software com código aberto. As seguintes pessoas contribuíram para este plugin.
ColaboradoresTraduzir “Optimality” para o seu idioma.
Interessado no desenvolvimento?
Navegue pelo código, dê uma olhada no repositório SVN ou assine o registro de desenvolvimento via RSS.
Registro de alterações
0.6.1
- Bug Fix: error.php was not uploaded to the trunk
0.6.0
- Feature: Redirect 404 error pages to the parent page
- Feature: Support for old versions of PHP (below 7.0)
0.5.1
- Bug Fix: Category names not appearing in post titles
- Bug Fix: Disabled sitemap caching
- Bug Fix: Do not process non HTML content
0.5.0
- Feature: HTML cache
- Feature: Schema markup fine-tunning
- Feature: Code fine-tuning for faster processing
- Bug Fix: Process only ‘text/html’ responses
0.4.0
- Feature: ItemList schema instead CollectionPage for taxonomies
- Feature: Remove ‘hentry’ class from posts to fix Webmaster errors
0.3.0
- Feature: Added option to disable Admin Bar menu
- Feature: Moved custom HTML to general settings
- Feature: Redirect paginated comment pages to their parent
- Feature: More CDN providers for popular JS/CSS libraries
- Feature: Ignore SSL errors on self signed SSL certificates
0.2.0
- Feature: More CDN providers for popular JS/CSS libraries
- Feature: +10% reduction in filesize of PNG thumbnails
0.1.0
- Initial release