# flying-scripts/1.1.1/settings/faq.php

Flying Scripts: Delay JavaScript to Improve Site Speed &amp; Performance, version 1.1.1. 9 lines.

- Page: https://pluginprobe.com/plugins/flying-scripts/1.1.1/code/settings/faq.php
- Raw: https://pluginprobe.com/plugins/flying-scripts/1.1.1/raw/settings/faq.php
- Modified: 2020-02-08T15:44:52+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/flying-scripts/1.1.1/code/settings/faq.php#L10-L20`.

```php
<?php
function flying_scripts_settings_faq() {
?>
    <h3>Why should I use this plugin?</h3>
    <p>Flying Scripts delay the execution of 3rd party scripts by a few seconds and prioritize more critical resources and improves UX</p>
    <h3>What should I put in include keywords</h3>
    <p>Any keyword inside your inline script. For example "facebook.sdk.js"</p>
<?php
}
```
