You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Browser UI requires a Site Sidebar that features all controls that are relevant for the current structure of the website, which means it requires the HTML Optimizer and CSS Optimizer to be integrated first.
Afterwards the Session/info() service method should return the given resources of the current file. It might be useful to have this on-disk after each cache.write() call, as the files will not change once they are on-disk-cache. If they are refreshed in future, the cache.remove() call should also remove the meta information of the files.
Implement an inspect() method, not sure whether it makes more sense in Optimizer or Parser for each file format. This has to be delegated on a per-url-basis, which means it has to be placed into a server-side top-level Service method.
Write and Update inspect/ folder changes once a cache.write() call is done.
Integrate cache.remove() method with the removal of the meta/ url.
The text was updated successfully, but these errors were encountered:
The Browser UI requires a Site Sidebar that features all controls that are relevant for the current structure of the website, which means it requires the
HTML Optimizer
andCSS Optimizer
to be integrated first.Afterwards the
Session/info()
service method should return the given resources of the current file. It might be useful to have this on-disk after eachcache.write()
call, as the files will not change once they are on-disk-cache. If they are refreshed in future, thecache.remove()
call should also remove the meta information of the files.inspect()
method, not sure whether it makes more sense inOptimizer
orParser
for each file format. This has to be delegated on a per-url-basis, which means it has to be placed into a server-side top-levelService
method.inspect/
folder changes once acache.write()
call is done.cache.remove()
method with the removal of themeta/
url.The text was updated successfully, but these errors were encountered: