• Stars
    star
    130
  • Rank 275,895 (Top 6 %)
  • Language
    PHP
  • License
    GNU General Publi...
  • Created about 3 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Surge is a very simple and fast page caching plugin for WordPress.
=== Surge ===
Contributors: kovshenin
Donate link: https://github.com/kovshenin/surge
Tags: cache, performance, caching
Requires at least: 5.7
Tested up to: 6.1
Requires PHP: 7.3
Stable tag: 1.0.5
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html

Surge is a very simple and fast page caching plugin for WordPress.

== Description ==

Surge generates and serves static HTML files for your WordPress site, causing quicker requests, faster load times and a shorter time to first byte (TTFB).

Surge does not require configuration, and has no options. It works out of the box on any well-configured hosting platform. Cached files are stored on disk, and automatically invalidated when your site is updated.

In various load tests, Surge has shown to easily handle 1000-2500 requests per second at 100 concurrent, on a small single-core server with only 1 GB of RAM. That's over 70 times faster than a stock WordPress install.

== Installation ==

Via the WordPress Dashboard: navigate to Plugins - Add New. In the search bar type "surge" and hit Enter. Find the Surge plugin in the search results, hit Install, then Activate.

Manually: download the Surge plugin .zip file from WordPress.org. In your WordPress admin navigate to Plugins - Add New - Upload. Select the .zip file and hit Upload. Activate the plugin after upload is successful.

Manually via FTP: download the Surge plugin .zip file from WordPress.org, extract the archive, make sure the directory is called "surge". Use your FTP/SFTP client to upload the "surge" directory to wp-content/plugins. Then activate the plugin in your WordPress admin from the Plugins section.

Using WP-CLI: wp plugin install surge --activate

== Frequently Asked Questions ==

= Where is the plugin configuration screen? =

There isn't one.

= How do I clear the cache? =

Toggle the plugin activation or run `wp surge flush` using WP-CLI.

= Is my cache working? =

Visit the Site Health screen under Tools in your WordPress dashboard. Common caching errors, like installation problems, etc. will appear there. Otherwise, open your site in an Incognito window to see the cached version. You could also look for the "X-Cache" header in the server response.

= Why am I getting cache misses? =

Below are a few common reasons:

* You are logged into your WordPress site
* You have a unique cookie set in your browser
* A unique query parameter will also cause a cache miss, except common marketing parameters, such as utm_campaign, etc.
* Request methods outside of GET and HEAD are not cached

= Can I exclude page X from being cached? =

Of course. If you pass a "Cache-Control: no-cache" header (or max-age=0) the request will automatically be excluded from cache. Note that most WordPress plugins will already do this where necessary.

= fpassthru() has been disabled for security reasons =

It seems like your hosting provider disabled the fpassthru() function, likely by mistake. This is a requirement for Surge. Please get in touch with them and kindly ask them to enable it.

= How can I support Surge? =

If you like Surge, consider giving us a [star on GitHub](https://github.com/kovshenin/surge) and a review on WordPress.org.

== Changelog ==

= 1.0.5 =
* Fix woocommerce_product_title compatibility
* Honor DONOTCACHEPAGE constant
* Use built-in is_ssl() WordPress function for better compatibility

= 1.0.4 =
* Add a WP-CLI command to invalidate/flush page cache
* Fix redirect loop with Core's redirect_canonical for ignore_query_vars
* Fix warnings for requests with empty headers
* Fix warnings when cron cleanup attempts to read a file that no longer exists
* Add a filter to disable writing to wp-config.php

= 1.0.3 =
* Invalidate cache when posts_per_page is changed
* Fix redirect loop with unknown query vars caused by Core's redirect_canonical
* Ignore X-Cache and X-Powered-By headers from cache metadata
* Allow multiple headers with the same name

= 1.0.2 =
* Fix PHP notice in invalidation
* Protect against race conditions when writing flags.json
* Add support for more post statuses in transition_post_status invalidation

= 1.0.1 =
* Add support for custom user configuration
* Various invalidation enhancements and fixes
* Remove advanced-cache.php when plugin is deactivated
* Add a note about fpassthru() in FAQ
* Minor fix in Site Health screen tests

= 1.0.0 =
* Anonymize requests to favicon.ico and robots.txt
* Improve cache expiration, add cache expiration by path

= 0.1.0 =
* Initial release

More Repositories

1

sail

Deploy WordPress to DigitalOcean with Sail
Python
161
star
2

escape-ngg

Escape NextGen Gallery
PHP
75
star
3

post-options-api

Post Options API is an alternative to Custom Fields
PHP
58
star
4

publish

Publish Theme for WordPress
CSS
52
star
5

debug-bar-slow-actions

Ever wondered which actions and filters were slowing down your WordPress site? You're welcome.
PHP
29
star
6

semicolon

A simple and clean magazine theme for WordPress
CSS
27
star
7

expound

CSS
18
star
8

qrtip

QR Tooltips jQuery Plugin
17
star
9

follerme

Foller.me
Python
11
star
10

wordpress-cli

WordPress Command Line Interface
Python
9
star
11

technical-support

Technical Support for WordPress Plugin
PHP
9
star
12

minimalgeorgia

Minimal Georgia Theme for WordPress
PHP
8
star
13

pickle-vs-json

Pickle vs JSON benchmark
Python
8
star
14

juice

Juice based on Django
Python
7
star
15

twitter-blockquotes

Twitter Blockquotes Plugin for WordPress
PHP
6
star
16

twibots

Python
4
star
17

twitter-friendly-links

Twitter Friendly Links for WordPress
PHP
3
star
18

camptix-attendance

An addon for CampTix that allows admins and volunteers to track whether a ticket holder attended the event via a mobile UI.
JavaScript
3
star
19

crapcha

Protect your WordPress site with a completely ridiculous and phony captcha that hassles for amusement.
PHP
3
star
20

fbmentions

fbMentions
JavaScript
2
star
21

wordcamp-payments-network

A network dashboard for the WordCamp.org payment requests plugin.
PHP
2
star
22

sharedaddy-retweet

Retweet button for Sharedaddy (Jetpack)
PHP
2
star
23

camptix-admin-flags

An addon for CampTix that allows admins to configure and set private per-attendee flags.
PHP
2
star
24

wordcamp-payments

Temporary home for WordCamp Payments until v1 launches
PHP
1
star
25

sail-deploy

A GitHub Action to deploy with Sail
1
star
26

columns

PHP
1
star
27

sail-modules

PHP
1
star
28

test

1
star
29

socialmetrics

JavaScript
1
star
30

posts-screen-excerpt

Posts Screen Excerpt for WordPress
PHP
1
star