However, I recently came across this script which seems to do the same thing: Lazyload Unveil - Source code
I was wondering if there’s any benefit to using this new script over what I’ve currently implemented.
Also, I attempted to put all the .js files into one to reduce the hit count however there seems to be a line limit or I was past the allocated 10mb size for the js file which I shouldn’t be as the combination of all the file sizes doesn’t amount to that
On the second point, according to this article (What is the file/upload size limit - #2 by ChrisPAR) I understood the file size limit to be 10mb on all files apart from HTML and PHP. The files I want to combine into one are the .js files. Unless this article has been updated recently elsewhere?
It is best for you to click on one of these two places
so that it takes you to a fresh article, because the rest you see is just a brief overview of the article at the time when the post was created, which the forum automatically creates as if it were taking a screenshot, and that doesn’t have to be true anymore.
Please note that our limits documentation is based more on observation than an authoritative source. Given that Javascript is code, just like HTML and CSS, it’s quite likely that it also falls under the 1 MB limit. But it’s not in the article because we weren’t aware.