fly-03 / Sky03-Blog-Background

Sky03博客评论
0 stars 0 forks source link

Hexo进阶之各种优化 | Sky03's Blog #19

Open ListenV opened 4 years ago

ListenV commented 4 years ago

https://blog.sky03.cn/posts/42790.html#toc-heading-30

npm速度优化

玩hexo的,肯定经常和npm打交道,但是npm的下载速度着实是有点慢。 由于下面内容会安装较多的插件,建议先更改npm仓库地址,以便能更快的安装插件

阿里的淘宝团队在国内做了个跟npm仓库一样的镜像叫cnpm。 淘宝

Jackyu-1999 commented 4 years ago

大佬,我看了您的文章对自己的博客做了些优化。可是用站长工具测试一下,出现了我无法理解的问题,我截了图,您看看:https://s2.ax1x.com/2020/01/24/1Zpqf0.png,https://s2.ax1x.com/2020/01/24/1ZpXlT.png. ping检测全国一片绿,国内测速,全国一片红......这是为什么呢?

ListenV commented 4 years ago

@yzp-99 大佬,我看了您的文章对自己的博客做了些优化。可是用站长工具测试一下,出现了我无法理解的问题,我截了图,您看看:https://s2.ax1x.com/2020/01/24/1Zpqf0.png,https://s2.ax1x.com/2020/01/24/1ZpXlT.png. ping检测全国一片绿,国内测速,全国一片红......这是为什么呢?

现在我这边,这个域名直接访问不了 https://www.yzplove.top/

Jackyu-1999 commented 4 years ago

我把我的相关设置再发给您看看吧:https://s2.ax1x.com/2020/01/24/1ZFJGn.png, https://s2.ax1x.com/2020/01/24/1ZF2M6.png, https://s2.ax1x.com/2020/01/24/1ZFhZD.png, https://s2.ax1x.com/2020/01/24/1ZF4de.png 一通操作后我感觉没毛病丫,可是好像就我自己能访问,跟个孤儿一样.......

ListenV commented 4 years ago

@yzp-99 我把我的相关设置再发给您看看吧:https://s2.ax1x.com/2020/01/24/1ZFJGn.png, https://s2.ax1x.com/2020/01/24/1ZF2M6.png, https://s2.ax1x.com/2020/01/24/1ZFhZD.png, https://s2.ax1x.com/2020/01/24/1ZF4de.png 一通操作后我感觉没毛病丫,可是好像就我自己能访问,跟个孤儿一样.......

加QQ详谈

whp98 commented 4 years ago

为啥复制你的代码之后,只有一行 然后“//”之后全部按照注释处理了,你看看是不是有这个问题

ListenV commented 4 years ago

@whp98 为啥复制你的代码之后,只有一行 然后“//”之后全部按照注释处理了,你看看是不是有这个问题

确实有些小问题,感谢您的提示,我马上进行修复

ListenV commented 4 years ago

@whp98

Ctrl F5 刷新一下应该就好了

codeHouse9 commented 4 years ago

。。。

codeHouse9 commented 4 years ago

11

ListenV commented 4 years ago

@codeHouse9

。。。

可以的

DaulFrank commented 4 years ago

nice!

ListenV commented 3 years ago

好久没弄,我也忘了我怎么解决的,我好像是改了lazyload-image的源码,要不你加我QQ946523579

------------------ 原始邮件 ------------------ 发件人: "Sky-River-Z"<notifications@github.com>; 发送时间: 2020年12月22日(星期二) 中午11:43 收件人: "fly-03/Sky03-Blog-Background"<Sky03-Blog-Background@noreply.github.com>; 抄送: "一袋米扛几楼"<skyls03@qq.com>; "Author"<author@noreply.github.com>; 主题: Re: [fly-03/Sky03-Blog-Background] Hexo进阶之各种优化 | Sky03's Blog (#19)

请问按懒加载那里,在两头加上<div>后,logo显示不正常该怎么办

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

Micraow commented 3 years ago

在第108行加上: js $(document).find('img[data-original]').each(function(){ $(this).parent().attr("href", $(this).attr("data-original")); });

我已经按你写的做了。但是没有效果。

我的博客

在这里最明显

麻烦帮我看一下,是不是懒加载那边的代码变了。这个问题不解决,看起来比较丑。

ListenV commented 3 years ago

加我QQ946523579

------------------ 原始邮件 ------------------ 发件人: "微影"<notifications@github.com>; 发送时间: 2021年1月27日(星期三) 下午3:35 收件人: "fly-03/Sky03-Blog-Background"<Sky03-Blog-Background@noreply.github.com>; 抄送: "一袋米扛几楼"<skyls03@qq.com>; "Author"<author@noreply.github.com>; 主题: Re: [fly-03/Sky03-Blog-Background] Hexo进阶之各种优化 | Sky03's Blog (#19)

在第108行加上: js $(document).find('img[data-original]').each(function(){ $(this).parent().attr("href", $(this).attr("data-original")); });

我已经按你写的做了。但是没有效果。

我的博客

在这里最明显

麻烦帮我看一下,是不是懒加载那边的代码变了。这个问题不解决,看起来比较丑。

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

Micraow commented 3 years ago

抱歉,我不用QQ。您可以用邮件来联系我。 pengbo@pengbo0708.onmicrosoft.com image.png 可以看到。虽然图片大图已经显示出来了,但是缩略图还是那个正在加载的图片。

ListenV commented 3 years ago

好吧,我已经好久没搞博客了,当时怎么弄得我也忘了,你可以去百度查查相关的资料另一方面,由于距今已经年代久远,有可能lazyload的代码已经发生了变化,也可能博客的代码发生了变化,导致我的解决方法无法生效

------------------ 原始邮件 ------------------ 发件人: "微影"<notifications@github.com>; 发送时间: 2021年1月27日(星期三) 下午3:40 收件人: "fly-03/Sky03-Blog-Background"<Sky03-Blog-Background@noreply.github.com>; 抄送: "一袋米扛几楼"<skyls03@qq.com>; "Author"<author@noreply.github.com>; 主题: Re: [fly-03/Sky03-Blog-Background] Hexo进阶之各种优化 | Sky03's Blog (#19)

抱歉,我不用QQ。您可以用邮件来联系我。 pengbo@pengbo0708.onmicrosoft.com

可以看到。虽然图片大图已经显示出来了,但是缩略图还是那个正在加载的图片。

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

ListenV commented 3 years ago

@Micraow 其实我个人觉得,原版的图片点击逻辑我不太喜欢,点一下当前的图片应该只关注于当前的图片,也就是把当前的图片放大一下,其他的图片没必要显示,你可以看下我博客的图片点击效果

ListenV commented 3 years ago

我那个点击图片效果的JS库是Medium Zoom

Micraow commented 3 years ago

@skyls03 我那个点击图片效果的JS库是Medium Zoom

那请问你是怎么改用这个库的呢?要怎么改代码?

ListenV commented 3 years ago

@Micraow 那请问你是怎么改用这个库的呢?要怎么改代码?

Medium Zoom使用方法去看它的readme 改代码:在JQuery调用lightGallery的地方改成Medium Zoom