• Resolved chickendipper

    (@chickendipper)


    Hello,

    I am using HideMyWP to hide details from my source code, WPO seems to create cache files with the following urls/names.
    /cache/wpo-minify/1654856480/assets/wpo-minify-header-ff878a45.min.css

    Is it possible to change the naming scheme of these files and urls to remove the wpo that makes it easy to identify WP Optimize is being used?

    Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • @chickendipper Sorry this is by design WP-Optimize creates the minified files in this format, changing the urls will change the logic of the plugin which not possible at the moment,

    Thread Starter chickendipper

    (@chickendipper)

    Hello,

    Not a problem, is it at all possible to remove the final line that WPO adds to pages?
    It states that the page is cached by WPO and that time/date.

    Thanks.

    @chickendipper Sorry its not possible as its set by design it cannot be changed.

    Plugin Contributor Venkat Raj

    (@webulous)

    Hi @chickendipper

    Please add the following code to your theme’s functions.php to remove the cached by comment

    add_filter('wpo_cache_show_cached_by_comment', '__return_false');

    Thread Starter chickendipper

    (@chickendipper)

    Thanks.

    Sorry one last question/issue.

    WPO seems to only cache my homepage, but no other page at all. Even if I run the preload task it will only cache the homepage.

    Are you able to help me with this please?

    Plugin Contributor Venkat Raj

    (@webulous)

    Hi @chickendipper ,

    Please make sure you turned on pretty permalinks.

    And in WP-Optimize => Cache => Advanced Settings there is no unnecessary rules in URLs to exclude from caching section

    If you still find the problem, please submit a support ticket here
    https://getwpo.com/ask-pre-sales-question/

    for further investigation

    Thread Starter chickendipper

    (@chickendipper)

    Hello,

    That is enabled, but still no cache.

    I will open a ticket ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Remove urls with WPO in source code’ is closed to new replies.