# searchpro/4.0.25/admin/tabs/optimization-guide.php

BerqWP – All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS &amp; JavaScript, version 4.0.25. 14 lines.

- Page: https://pluginprobe.com/plugins/searchpro/4.0.25/code/admin/tabs/optimization-guide.php
- Raw: https://pluginprobe.com/plugins/searchpro/4.0.25/raw/admin/tabs/optimization-guide.php
- Modified: 2024-12-20T16:52:54+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/searchpro/4.0.25/code/admin/tabs/optimization-guide.php#L10-L20`.

```php
<?php
if (!defined('ABSPATH'))
    exit;
?>
<div id="optimization-guide" style="display:none">
    <h2 class="berq-tab-title">Optimization Guide</h2>
    <div class="berq-optimization-guide">
        <p class="p2">Boost Your Website's Performance in Just Two Simple Steps!</p>
        <p class="p3">Step-1: Image optimization</p>
        <p class="text">Click on the "Image Optimization" tab, then click the "Bulk convert to WebP" button to start the image optimization process. This procedure might take a while, depending on the number of images on your website. If you encounter any errors, please report them on our support page.</p>
        <p class="p3">Step-2: Cache warmup</p>
        <p class="text">After image optimization, our "Cache Warmup" feature will start caching pages. This can take 5-10 minutes to begin. Once initiated, a dashboard notice will appear, and the "Cached Pages" count will rise. For quicker results, open a page in incognito mode, and BerqWP will cache it immediately.</p>
    </div>
</div>
```
