如何在.htaccess中为PNG和JS文件指定缓存验证器?

时间:2019-02-22 21:14:42

标签: wordpress caching cloudflare pagespeed gtmetrix

我想提高我的Wordpress网站速度。我也在使用WP Fastest缓存。

网站链接:https://tilsonpr.com/

但是http://gtmetrix.com速度报告给了我F。

以下资源缺少缓存验证器。未指定缓存验证器的资源无法有效刷新。指定Last-Modified或ETag标头以启用以下资源的缓存验证:

包括min.js和png文件。

.htcaccess文件中的代码为:

class Interface(Frame):
    def __init__(self, master):
        super().__init__(master)

        canvas = Canvas(self)
        self.email = Entry(canvas)
        #create canvas window here doesnt matter
        someFunction()

    def someFunction(self):
        emailNew = self.email.get()

root = Tk()
ex = Interface(root)
root.mainloop()
print (ex.email)

0 个答案:

没有答案