".extra-menu { background-color: #f3f3f3; padding: 20px; } .extra-menu .extra-menu-h { height: 36px; } .extra-menu .extra-menu-h h3 { display:inline-block; } .extra-menu ul a{ text-decoration: none; } .extra-menu .menu-child { text-indent: 4em; } .extra-menu .menu-child:before { left: 4em; } .extra-menu .extra-menu-h h3 { line-height: 36px; } .collapse-toggle { float: right; cursor: pointer; user-select: none; display: inline-flex; align-items: center; font-size: 14px; } .collapse-toggle img { width: 30%; transform: rotate(180deg); } .collapse-content { margin-bottom: 0px !important; margin-top: 20px !important; overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .collapse-content.expanded { max-height: 1000px; /\* 设置一个足够大的值,确保内容可以完全展开 \*/ } .ph-id { position: relative; top: -90px; } jQuery(document).ready(function( $ ) { $('.collapse-toggle').on('click',function(){ var content = document.querySelector('.collapse-content'); content.classList.toggle('expanded'); if (content.classList.contains('expanded')) { $(this).find('div').text('收起'); $(this).find('img').css('transform','rotate(180deg)'); } else { $(this).find('div').text('展开'); $(this).find('img').css('transform','rotate(0deg)'); } }) })
对象缓存是减少数据库查询的首选解决方案之一。这实质上意味着,当访问者第一次登录您的网站时,所有数据库查询结果都存储在服务器的缓存中。[Hostinger](/#)将LiteSpeed对象缓存引入到了技术堆栈,它与WordPress的LiteSpeed缓存(LSCWP)插件一起工作,可以通过hPanel直接启用,加速网站运行。
LiteSpeed Cache for [WordPress](/#) (LSCWP) 插件一直支持对象缓存,但默认情况下不启用,它需要一个名为LiteSpeed Memcached (LMCD)的外部功能来激活。为了帮助设置,Hostinger创建了一个基于LMCD的内部解决方案。通过这种方式,您可以简单地转到Hostinger主机的hPanel控制面板,单击一下就可以启用对象缓存。
LiteSpeed对象缓存(LiteSpeed Object Cache)不仅可以加快WordPress网站运行速度,还能给网站提供更好的可扩展性。也就是说,您的网站将更有能力容纳高流量,减少高峰时段崩溃的可能性。
LiteSpeed Object Cache可用于Hostinger主机以下计划:
* Business Web Hosting(商业版虚拟主机)
* Business WordPress(商业版[WordPress主机](https://www.idcspy.com/wordpress-hosting.html "WordPress主机"))
* WordPress Pro(专业版WordPress主机)
* All Cloud Hosting plans(所有云主机计划)
如果您使用的是其他虚拟主机或者WordPress主机计划,您需要升级到上述计划之一才能使用该功能。您在注册Hostinger主机套餐时,可先查看[Hostinger优惠码](/#),了解促销优惠信息。
在Hostinger主机中启用LiteSpeed对象缓存的方法也很简单。本文以Hostinger[美国主机](https://www.idcspy.com/)(商业版计划)为例,登录到主机账户,然后访问hPanel控制面板,点击hPanel → Websites,选择一个网站。在侧边栏菜单上,导航至WordPress → Overview,进入Core页面,单击Object Cache以启用对象缓存。
![](https://www.idcspy.com/wp-content/uploads/2023/03/wp3.png)
您为WordPress网站启用对象缓存后,会发现可以减少WordPress站点的响应时间,提高访问速度。由于服务器执行更少的数据库查询来显示网站,因此停机的风险也会更小。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/103120.html