BoldMinded Docs
  • Overview
  • Advanced Categories
    • Docs
      • Installation
      • Requirements
      • Setup & Configuration
        • Hidden Config Options
        • Multi-Site Manager
      • Template Tags
      • FAQs
  • Ansel
    • Docs
      • Installation
      • Upgrading
      • Requirements
      • Settings
      • Usage
        • Channel:Form
      • Troubleshooting
      • Template Tags
    • FAQs
  • Bloqs
    • Docs
      • Why Bloqs?
      • Features
        • Add Bloq Menu
        • Nesting
        • Cloning
        • Drafts
        • Bloq Usage
        • Deprecated Bloqs
        • Caching
        • Profiling
        • Bloq Components
        • Bloq Groups
      • Installation
      • Requirements & Compatibility
      • Setup & Configuration
        • Hidden Config Options
      • Creating Bloqs
      • Template Tags
        • Twig
        • Examples
      • Context Variables
      • Add-on Developers
    • FAQs
  • Carson
    • Docs
      • Installation
      • Requirements
      • Fields
        • Omni
          • Hidden Config
        • Assistant
        • SEO
      • Troubleshooting
  • Custom System Messages
    • Docs
      • Installation
      • Requirements
      • Variables
      • Template Tags
  • DataGrab
    • Docs
      • Installation & Upgrading
      • Requirements
      • Troubleshooting
      • Configuring Imports
      • Running Imports
      • Automatic Imports
        • Importing with cron
        • Importing with cron (Deprecated)
      • Endpoints
      • Configuration Options
        • Config File Options
        • Increasing PHP memory limit
      • Import Types
        • CSV
          • Importing into Grid or Matrix field
        • JSON
          • Example file
        • WordPress
        • XML
          • Example file
        • Creating your own import type
      • Assigning Authors
      • Field Types
        • Assets
        • Ansel
        • Bloqs
        • Calendar
        • Channel Images
        • Date
        • File
        • File Grid
        • Fluid
        • Grid
        • Low Events
        • Relationships
        • Simple Grids & Tables
        • Tag & Tagger
        • Matrix (Deprecated)
        • Creating your own fieldtype
      • Publisher
      • Version 5.0
      • Version 6.0
    • FAQs
  • Feature Flags
    • Docs
      • Installation & Upgrading
      • Requirements
      • Configuration
      • Template Tags
      • A/B Testing
    • FAQs
  • Fluidity
    • Docs
      • Installation & Upgrading
      • Requirements
      • Configuration
      • Demos
    • FAQs
  • Logit
    • Docs
      • Installation
      • Requirements
      • Configuration
    • FAQs
  • Publisher
    • Docs
      • Installation
      • Requirements
      • Issues & Tips
      • Languages
      • Template Tags
        • Forms
        • Email Notification Templates
        • Channel:Form
        • Twig
      • URL Translations
      • Auto Translations
      • Diffs
      • Drafts
      • Categories
      • Phrases
      • Persistence
      • Performance
      • Add-ons
        • First Party
        • Third Party
      • Hidden Config
      • Extending Publisher
    • FAQs
  • Reading Time PRo
    • Docs
      • Installation
      • Requirements
      • Configuration
      • Template Tags
  • Reel
    • Docs
      • Installation
      • Requirements
      • Settings
      • Field Tags
    • FAQs
  • Simple Grids & Tables
    • Docs
      • Installation
      • Requirements
      • Template Tags
      • CSV File Imports
      • Field Settings
      • GraphQL
      • Advanced Configuration (deprecated)
    • FAQs
  • Sitemap
    • Docs
      • Installation
      • Requirements
      • Configuration & Usage
    • FAQs
  • Snaptcha
    • Docs
      • Installation
      • Requirements
      • Configuration
      • Template Tags
      • Developers
    • FAQs
  • Speedy
    • Docs
      • Installation & Updating
      • Requirements
      • Configuration
      • Template Tags
      • Static Caching
        • Real World Example
      • Frontedit Support
      • Control Panel
      • Migrating from CE Cache
      • Diagnostics
      • CLI Commands
      • Reverse Proxy Purging
    • FAQs
  • Trek (unreleased)
    • Docs
      • Configuration
    • FAQs
  • Queue
    • Docs
Powered by GitBook
On this page
  • Migrating
  • Static Caching

Was this helpful?

  1. Speedy
  2. Docs

Migrating from CE Cache

Starting with version 1.7.0 when installing Speedy, if CE Cache is currently installed on your site Speedy will migrate all of CE Cache's settings to Speedy compatible settings. This includes:

  • Cache breaking rules

  • Cache item/key names

  • Updating template tags where applicable

The migration does not include migrating the cache itself. You will need to re-warm your cache items. The migration, while it does several things, is not intended to be a set it and forget it process. You will need to verify the installation and review the migration and possibly make some minor adjustments.

The following template tag updates will be made:

  • {exp:ce_cache:it} -> {exp:speedy:fragment}

  • {exp:ce_cache:stat:ic} -> {exp:speedy:static}

  • {exp:ce_cache:escape} -> {exp:speedy:escape}

  • {exp:ce_cache:clear} -> {exp:speedy:clear}

  • {exp:ce_cache:add_tag} -> {speedy:add_tag}

  • {exp:ce_cache:until} -> {speedy:set_ttl}

The following CE Cache template tags do not have a Speedy equivalent, so speedy will update them to an empty placeholder tag that will not perform any actions. You may need to remove these tags from your templates and alter your site as necessary.

  • {exp:ce_cache:save} -> {exp:speedy:not_available}

  • {exp:ce_cache:get} -> {exp:speedy:not_available}

  • {exp:ce_cache:delete} -> {exp:speedy:not_available}

  • {exp:ce_cache:get_metadata} -> {exp:speedy:not_available}

  • {exp:ce_cache:is_supported} -> {exp:speedy:not_available}

Migrating

  1. Install Speedy as you normally would. As mentioned above template tags will be updated and settings in the database tables migrated.

  2. Verify the template tags were updated as expected, and check the cache breaking rules in Speedy to verify they are correct.

  3. Uninstall CE Cache

Static Caching

Last updated 2 years ago

Was this helpful?

If you're using static caching in CE Cache and want to keep using it in Speedy, you will need to remove the old CE Cache htaccess rules and _static_cache_handler.php.php file and follow .

Speedy's static caching guide