".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是一家2004年成立的[美国主机](https://www.idcspy.com/)商,由于主机方案价格很便宜,在美国、英国和亚洲都有机房,访问速度也不错,所以受到很多站长的欢迎。最近有用户使用的时候反映Hostinger主机打开速度有点慢该怎样解决,今天小编就教大家Hostinger主机空间速度慢的解决方法。
一、网站开启CDN加速
CDN的全称是Content Delivery Network,即内容分发网络。其基本思路是尽可能避开互联网上有可能影响数据传输速度和稳定性的瓶颈和环节,使内容传输的更快、更稳定,这也是很多Hostinger使用者常用的一个加速方法。常用CDN加速工具可查看:《[常用的免费CDN加速器](/#)》
二、网站开启静态化
我们使用[Hostinger](/#)主机的时候,如果自己的网站开启静态化的话,一般速度都会比没有的时候快很多。所以我们也可以用静态化的插件来解决问题,这里推荐几个不错的插件:
Hyper Cache
WP Super Cache
W3 Total Cache
或者你的主机是apache系统的linux主机,还可以在.htaccess文件上下点文章,使用可查看:《[.htaccess的使用方法](https://www.idcspy.com/node/27)》
三、网站图片和css/js减少使用
太多的图片和请求数会拖垮网站的加载速度。查看网页源代码,试着合并css和js文件,如果不会合并可以用W3 Total Cache插件,里面有压缩合并css,js文件的选项。
四、检查主题是否使用谷歌字体
最后就是查看我们使用的主题有没有引用谷歌字体,查看方法可以在:style.css里面查找googleapi和google.com的font引用文件,有的话我们可以将其删去。
以上就是我们有效解决Hostinger主机空间速度慢的方法,更多我们Hostinger主机信息可以查看:《[Hostinger美国主机评测信息](/#)》"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/107462.html