Changeset 1221409 for scripts-to-footerphp
- Timestamp:
- 08/15/2015 05:56:31 AM (10 years ago)
- File:
-
- 1 edited
-
scripts-to-footerphp/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
scripts-to-footerphp/trunk/readme.txt
r1221408 r1221409 84 84 3. You can disable the plugin on specific pages or posts via a checkbox. 85 85 86 == Screenshots == 87 88 1. The metabox that shows up on the Edit screen. 89 2. The settings page. 90 86 91 == FAQ == 87 92 … … 90 95 2. You have a plugin that is not enqueing scripts [per standards](https://codex.wordpress.org/Function_Reference/wp_enqueue_script#Using_a_Hook). 91 96 3. (Less common) There is a conflict with this plugin and another one. Deactivate all plugins and revert to a built-in theme (like TwentyTwelve or TwentyFifteen). Then activate Scripts-to-Footer. Check your HTML source to confirm it's working. 97 - If so, proceed to activate each of your other plugins one at a time, checking your HTML source each time to see if the scripts behavior changes. Eventually you'll find a conflict, if not with the plugins then activate your theme and check. 92 98 93 If so, proceed to activate each of your other plugins one at a time, checking your HTML source each time to see if the scripts behavior changes. Eventually you'll find a conflict, if not with the plugins then activate your theme and check. 94 95 Please feel free to open a [Github Issue](https://github.com/joshuadavidnelson/scripts-to-footer/issues) to report conflicts or goto [the WP.org support forum](https://wordpress.org/support/plugin/scripts-to-footerphp). If there is something wrong with Scripts-to-Footer, we'll update it. However, if it's a another plugin or theme we can only contact the developer with the issue to attempt to resolve it. 99 - Please feel free to open a [Github Issue](https://github.com/joshuadavidnelson/scripts-to-footer/issues) to report conflicts or goto [the WP.org support forum](https://wordpress.org/support/plugin/scripts-to-footerphp). If there is something wrong with Scripts-to-Footer, we'll update it. However, if it's a another plugin or theme we can only contact the developer with the issue to attempt to resolve it. 96 100 97 101 2. Everything Breaks!! … … 103 107 4. My Page Speed hasn't improved (or it's worse) 104 108 - Actually, this plugin should not change your actual page speed - the same scripts are being loaded, that takes the same amount of time. However, by placing scripts in the footer you can change the _precieved_ load times, moving [render-blocking scripts](https://developers.google.com/speed/docs/insights/BlockingJS) below the fold, allowing your content to load first - instead of loading scripts and slowing the visual portions of your site. That's the whole point. Outside of that, this plugin is not intended to increase page load speed or minify scripts in anyway. 105 106 == Screenshots ==107 108 1. The metabox that shows up on the Edit screen.109 2. The settings page.110 109 111 110 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.