Title: AAC Scoring
Author: Texiwill
Published: <strong>27. новембар 2015.</strong>
Last modified: 19. фебруар 2017.

---

Претражи додатке

Овај додатак **није испробан са последња 3 главна издања Вордпреса**.Можда се више
не одржава или подржава и можда има грешке са усклађеношћу са новијим издањима Вордреса.

![](https://s.w.org/plugins/geopattern-icon/aac-scoring.svg)

# AAC Scoring

 [Texiwill](https://profiles.wordpress.org/texiwill/)

[Преузимање](https://downloads.wordpress.org/plugin/aac-scoring.2.3.6.1.zip)

 * [Детаљи](https://sr.wordpress.org/plugins/aac-scoring/#description)
 * [Прегледи](https://sr.wordpress.org/plugins/aac-scoring/#reviews)
 *  [Постављање](https://sr.wordpress.org/plugins/aac-scoring/#installation)
 * [Изградња](https://sr.wordpress.org/plugins/aac-scoring/#developers)

 [Подршка](https://wordpress.org/support/plugin/aac-scoring/)

## Опис

Improves Pagespeed/GTMetrix/SEMrush/Yslow scores for Twenty Fourteen and other themes
by reducing round trips, moving core CSS above the fold. For best results, you should
also employ the following to get the best score:

    ```
    Fast Velocity Minify
    Smush IT
    Declutter WordPress
    ```

#### феатурес

    ```
        - removes excessive fonts:
                Lato (from google)
                Open Sans (from google - part of WP Embed load)
            For Emphasize theme
                Genericons (replace with Font Awesome if in use)
    - removes excessive json+ld entries
        - Embedding Styles Above-the-fold:
        Child Theme Configurator (child theme styles)
                Twentyfourteen Styles (and main theme styles for other themes)
        Icon-Fonts when Font Awesome in use
        Font Awesome Four Menus (overrides Icon-Fonts font-awesome)
        Fourteen Colors
                WP Bootstrap Tabs
        Tabby Responsive Tab
                Simple Custom CSS
        WP-Columna
        Responsive Lightbox Fancybox
        Fancier Author Box
    - removes H1 collisions
    - removed W3 Total Cache comments at end of post
        W3 Total Cache adds a comment with whitespace that takes 
        lots of processing
    - removed Child Theme Configurator's parent theme
        older setup, new setup not yet.
    ```

### Upotreba

Works best with BWP-Minify and Defer CSS AddOn for BWP Minify already installed,
however, this is a plugin with no settings. It just works.

## Снимци екрана

 * [[

## Постављање

There’s 3 ways to install this plugin:

#### 1. The easy way

 1. Download the plugin (.zip file)
 2. In your Admin, go to menu Plugins > Add
 3. Select the tab „Upload“
 4. Upload the .zip file you just downloaded
 5. Activate the plugin

#### 2. The old way (FTP)

 1. Upload `aac-scoring` folder to the `/wp-content/plugins/` directory
 2. Активирај додатак кроз ‘Додаци’ ставку менија унутар Вордпреса

## ЧПП

 1. Does it place CSS above the fold automatically?

No. The plugin loads specific CSS above the fold from the Twenty Fourteen and other
themes as well as the WP Bootstrap Tabs, Simple Custom CSS, WP-Columna plugins. 
To add more please contact the author. Eventually, there will be a way to input 
other ones. However, too much CSS above the fold is also a problem.

 1. Does the plugin automatically defer CSS or JS?

No. For CSS you need BWP Minify with the Defer CSS AddOn and for JS W3 Total Cache
works great.

 1. I am using Youtube/Vimeo but GTMetrix/Pagespeed/Yslow shows Youtube/Vimeo links?

Use the a3 Lazy Load or Speed Booster Pack plugins to lazy load Youtube and Vimeo
players.

 1. Google Links still show up in GTMetrix/Pagespeed/Yslow?

Unfortunately, if you are using Google Analytics as well as other Google integrations,
the scripts are loaded with low cache values which cause issues to show up. I limit
google integrations to just Analytics these days to limit the number of JS files
loaded from elsewhere.

## Прегледи

Нема рецензија за овај додатак.

## Сарадници и градитељи

„AAC Scoring“ је софтвер отвореног кода. Следећи људи су допринели овом додатку.

Сарадници

 *   [ Texiwill ](https://profiles.wordpress.org/texiwill/)

[Преведите „AAC Scoring“ на свој језик.](https://translate.wordpress.org/projects/wp-plugins/aac-scoring)

### Заинтересовани сте за градњу?

[Прегледајте код](https://plugins.trac.wordpress.org/browser/aac-scoring/), проверите
[SVN складиште](https://plugins.svn.wordpress.org/aac-scoring/) или се пријавите
на [белешку градње](https://plugins.trac.wordpress.org/log/aac-scoring/) преко [RSS-а](https://plugins.trac.wordpress.org/log/aac-scoring/?limit=100&mode=stop_on_copy&format=rss).

## Белешка о изменама

2.3.6.1 Updated README.txt

2.3.6 Fixed protection around Tabby Responsive Tabs so error does not appear when
it is not enabled as a plugin. Tested to 4.7.2

2.3.5 Update to Settings page, moved text around, including all things plugin does.

2.3.0 Fixed Tabby Responsive Tabs issue where tabby.css was not always included 
properly to be picked up by aac-scoring. Usually ended up with an empty CSS include
above the fold.

2.2.0 Updated to support Tabby Responsive Tabs and removed excessive json+ld entries

2.1.0 Updated to ensure FontAwesome-Four Menus code if available is the FontAwesome
to use over Icon-Fonts as it is newer. Added support for Emphasize theme to remove
open-sans font

2.0.0 Rewrote main enqueue/dequeue code to work with all themes not just Twenty 
Fourteen as well as added support for Child Themes Configurator plugin and some 
level of dependencies.

1.8.3 Updated for WP 4.5, no other changes

1.8.2 Fixed bug in Fancier Author Box CSS include

1.8.1 Added support for Fancier Author Box

1.8 Fixed bug on IE ifdef
 Included Responsive Lightbox Fancybox support

1.7 Fixed a bug in Open Sans removal
 Added W3 Total Cache filter for comment removal
at end of page. This comment not only takes processing time, but adds whitespace
to the end of your page.

1.6 Fixed bug in Simple Custom CSS include for above the fold

1.5 Support for moving Fourteen-Colors above the fold and minifying the output

1.4.1 updates to release

1.4 tested against WordPress 4.4

1.3.1 missing why.php file

1.3 added a Settings Menu to provide where to get information on the why of this
plugin as well as a list of other useful plugins and where to get help. No options
yet, but more to provide more readily available information.

1.2.1 updated README with FAQ

1.2 added support for WP-Columna

1.1 added aac_scoring_dynamic_sidebar_params to ensure H2 is used instead of H1 
for sidebars to avoid SEMrush reported collisions

1.0 initial release including support for icon-fonts and wp-bootstrap-tabs

## Мета

 *  Version **2.3.6.1**
 *  Last updated **9 година раније**
 *  Active installations **10+**
 *  WordPress version ** 3.x или новије **
 *  Tested up to **4.7.33**
 *  Language
 * [English (US)](https://wordpress.org/plugins/aac-scoring/)
 * Tags
 * [above-the-fold](https://sr.wordpress.org/plugins/tags/above-the-fold/)[gtmetrix](https://sr.wordpress.org/plugins/tags/gtmetrix/)
   [pagespeed](https://sr.wordpress.org/plugins/tags/pagespeed/)[theme](https://sr.wordpress.org/plugins/tags/theme/)
   [yslow](https://sr.wordpress.org/plugins/tags/yslow/)
 *  [Напредни преглед](https://sr.wordpress.org/plugins/aac-scoring/advanced/)

## Оцене

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/aac-scoring/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/aac-scoring/reviews/)

## Сарадници

 *   [ Texiwill ](https://profiles.wordpress.org/texiwill/)

## Подршка

Имате нешто да кажете? Потребна вам је помоћ?

 [Види форум подршке](https://wordpress.org/support/plugin/aac-scoring/)