• Resolved marcopaez

    (@marcopaez)


    I’m suddenly getting a bunch of CSS & JS files that I don’t recall putting on my page showing up on the timeline like “wp-polyfill”.

    Screenshot Here

    Ideally the following should be loading first because I’ve set them to get the HTTP/2 push via .htaccess file.
    fonts.css
    global.css
    jquery.js
    tablepress-responsive-flip.min.css
    Simple-Line-Icons.woff2

    I’ve already set both settings to “Do Nothing”, deactivated and deleted the plugin, even cleared both the website’s cache as well as my own browser’s cache.

    • This topic was modified 5 years, 4 months ago by marcopaez.
    • This topic was modified 5 years, 4 months ago by marcopaez.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author rajeshsingh520

    (@rajeshsingh520)

    This plugin does not modify any of your website files to push and preload

    this plugin adds the file to push in the response header since you have deleted the plugin it won’t be done, and same in the case with preload it adds them in <head> tag and since the plugin is deleted it won’t do that as well

    If you had some caching plugin that might have cached the page before the plugin was deleted and still rendering it that can be the only case

    Thread Starter marcopaez

    (@marcopaez)

    Hi @rajeshsingh520

    I just cleared the cache and it’s all back to normal. My bad. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘JS & CSS Files Suddenly Appear’ is closed to new replies.