Squid cache consultatn työt
Prestashop kaupan korjaaminen ja päivittäminen. Prestashopissa on ilmennyt http 500 erroria aiheuttajana ilmeisesti smarty cache ja kauppa on todella epävakaa. Tuotteiden kopioinnissa osassa kuvissa kuvan tilalla kysymysmerkki. Olisi tärkeää saada kauppa takaisin vakaaksi ylläpitää ja käyttää. Ehdota tarjousta.
The algorithm that I want to be implemented is the Cache Join with Frequency load shedding. In this algorithm, data from two different sources are joined together based on a key value and the bottleneck of this algorithm is dealt by using the frequency shedding in which the data with the highest frequency is processed first and the low frequency is set aside to be processed later. I have attached a document which will explain the working in detail below. Also, when the work is finalized, I will provide you with the description of the algorithm, a base code and the datasets to be joined. I want efficient and hard working applicants who will be willing to work with me through this project and will be open to communication along the development. Hoping to have an amazing work experien...
My website cache seems to never expired. We make changes all the time and have to clear our browser cache to realize the changes. We want our cache to expire in a short time. I had someone else try to accomplish it but with no luck. I need an experienced person. You will not be working on the server, instead I will give you copy of the config files you want to see.
Hi, ...Website link to examine the issue: - 2 Weeks ago the site was infected, the clean up was done and the website is now clean - Few days ago, we have updated some plugins - The website is now slow (front end and back end), for some reasons the website takes up to 15 sec just to load even on white screen. (LCP issue). We need an export to fix the issue smoothly, setup the cache system or use stackpath (CDN), optimise the website, we also have an account at stackpath for CDN caching the address is (), our IT has also informed us that some queries are really slow, those can be examined too. The selected person should be able to talk to our developer and our IT if needed. We will provide back office access, ftp and Plesk access. Thank you
Looking for a freelancer to manage video content on M...less than 200 MB in size. ◦ The encoding will use a fixed bitrate instead of an adaptive bitrate to make sure we get the best use out of the Azure CDN endpoint. ◦ Once the video is encoded, the Azure Media Streaming endpoint is used to expose the encoded video to the users. ◦ Azure Content Delivery Network (CDN) is used in front of the Azure Media Streaming endpoint to cache the video content for fast delivery and save bandwidth costs incurred if the videos were directly exposed from Azure. ◦ Azure Media Player will be used along with media encryption to securely deliver the video ◦ The video should not be downloadable All API should be written in PHP, (preferably Codeigniter Framework)
Need to fixed real estate site from frontend to backend admin system. The site is built on backend express and database mongo db and frontend React.js. The site need to be responsive...mongo db and frontend React.js. The site need to be responsive for mobile. Need two language Thai/English. Need experience developer that can finish in 1 week. You have only 1 WEEK to finish. Need to be paid only through freelancer.com. Any payment outside of this site will be reported and the job cancel. 1. Add site into the main server hosting then connect site to AWS s3 for image and video cache 2. Finish all tasks in the doc. READ EACH TASK IN THE DOC BEFORE WORKING ON THE JOB. 3. Optimize the site to work fully with mobile and make all text, images, and pages mobile friendly. WE WORK BY FIXED ...
Looking for someone who can create logo with squid in it for my discord server. This logo need to be perfect designed for discord icon
Criação de uma Membership Portal com: Portal de Cliente 1. Página de Login 2. Página de Pagamento Vinculado ao API Servidor de Pagamento. 3. Página de Usuário apenas com liberação de clientes pagantes. 4. Interface Fun...Página de Pagamento Vinculado ao API Servidor de Pagamento. 3. Página de Usuário apenas com liberação de clientes pagantes. 4. Interface Funcional de Área de Membros para hospedar cursos e treinamentos. 5. Integração comServidor para CRM de Banco de Dados. Portal para um Affiliatte Program 1. Criação de Dashboard para Afiliados. 2. Inteligência de Criar Link Personalizados para cada Afiliado com Cache de Pagamento. 3. Vinculaç...
Hola requiero configurar un servidor proxy para permitir solo dos páginas o modificar el que tengo en squid ya que me da error en paginas https
...services Alternatively, you can create a new free account at Digital Ocean Launch an instance Debian Buster and install the following components: PHP 8.1 Mysql 8 NGINX Elasticsearch Install latest Magento 2 via composer with Sample Data and Elasticsearch Please use the domain "" (localhost ==> ) Install Redis-Server and configure Magento to store the cache files and the sessions into Redis instead of the file system Change the ownership of all files to user "test-ssh" and group "clp" Configure NGINX to run as user "test-ssh" Create a PHP-FPM pool that runs as user "test-ssh" and group "clp" and use this pool in your NGINX vhost -Configure PHPMyAdmin Redirect in nginx HTTP to HTTPS and set up all store...
using SparkSQL to determine key metrics about home sales data. Then you'll use Spark to create temporary views, partition the data, cache and uncache a temporary table, and verify that the table has been uncached.
using SparkSQL to determine key metrics about home sales data. Then you'll use Spark to create temporary views, partition the data, cache and uncache a temporary table, and verify that the table has been uncached.
LINUX - IPTABLES TRAFFIC PROXY SERVER - SQUID TRANSPARENT Necessary to configure "SQUID TRANSPARENT" and Iptables to connect proxy server. http_port 8888 transparent /var/log/squid/ This example iptables output traffic proxy server: # Redirect HTTP traffic to the proxy server sudo iptables -t nat -A OUTPUT -p tcp --dport 80 -j DNAT --to-destination "$PROXY_IP:$PROXY_PORT" # Redirect HTTPS traffic to the proxy server sudo iptables -t nat -A OUTPUT -p tcp --dport 443 -j DNAT --to-destination "$PROXY_IP:$PROXY_PORT" Error on connected iptables to squid proxy /var/log/squid/: TCP_MISS/403 4135 GET - HIER_NONE/- text/html TAG_NONE/400 4417 NONE error:invalid-request - HIER_NONE/- text/html
IPTABLES TRAFFIC PROXY SERVER - SQUID TRANSPARENT Necessary to configure "SQUID TRANSPARENT" and Iptables to connect proxy server. This example iptables output traffic proxy server: # Redirect HTTP traffic to the proxy server sudo iptables -t nat -A OUTPUT -p tcp --dport 80 -j DNAT --to-destination "$PROXY_IP:$PROXY_PORT" PROXY_PORT="3130" # Redirect HTTPS traffic to the proxy server sudo iptables -t nat -A OUTPUT -p tcp --dport 443 -j DNAT --to-destination "$PROXY_IP:$PROXY_PORT"
Create text file step by step commands: Configuring Squid Proxy Transparent to acess trought Iptables Acess Trought Iptables Squid proxy: example commands: iptables -t nat -A OUTPUT -p tcp --dport 80 -j DNAT --to-destination "$PROXY_IP:$PROXY_PORT"
...axios = require("axios");const { response } = require("express");const port = || 10000;(());("/product/:id", (req, res) => {axios({url: "" + ,responseType: "stream",headers: {"content-type": "text/html",},}).then((response) => {(res);}).catch(() => {((""));});});(["/cache(/)", "/AllProductsPrices(/)"], (req, res) => {axios({//url: "" + ,url: "" + ,responseType: "stream",}).then((response) => {(res);}).catch(() => {((""));});});(port, () => (listing in port ${port}!)); 1:32 pm Kindly confirm with the developer if it is required to open port 10000
I am looking for a Magento 2 performance expert to help improve the speed of my website. Specifically, I am experiencing slow page loading times, with a TTFB of over 10 seconds on all pages. I need...with a TTFB of over 10 seconds on all pages. I need someone who can work quickly, as I am expecting the project to be completed in just one day. Ideal skills and experience for this job include: - Expertise in Magento 2 performance optimization - Experience with optimizing TTFB - Knowledge of caching and server optimization - Familiarity with website speed testing tools - Optimizing Server cache If you have the skills and experience needed to improve the performance of my Magento 2 website, please apply with your proposal. *PLEASE NOTE ONLY SKILLED EXPERIENCED MAGENTO DEVELOP...
I have a website that is not hosted on AWS and I want to have a cached version of this served from a cloudfront service. * It is expected that cloudfront service will have a different DNS entry then the origin * If the content can not be cached and is only passed through that is acceptable * The target web site supports CORS settings to enable this * An answer that includes using an S3 bucket is the wrong answer This task is to only provide the step-by-step instructions, if that is an article on the web then great. I can not find one.
Need to fixed real estate site from frontend to backend system. The site is built on backend express and database mongo db and frontend react. Need experience developer that can fin...frontend to backend system. The site is built on backend express and database mongo db and frontend react. Need experience developer that can finish in 1 week. You have only 1 WEEK to finish. Need to be paid only through freelancer.com. Any payment outside of this site will be reported and the job cancel. 1. Add site into the main server hosting then connect site to AWS s3 for image and video cache 2. Finish all tasks in the doc. READ EACH TASK IN THE DOC BEFORE WORKING ON THE JOB. 3. Optimize the site to work fully with mobile and make all text, images, and pages mobile friendly. WE WORK BY FIXED ...
Need to fixed real estate site from frontend to backend system. The site is built on backend express and database mongo db and frontend react. Need experience developer that can fin...frontend to backend system. The site is built on backend express and database mongo db and frontend react. Need experience developer that can finish in 1 week. You have only 1 WEEK to finish. Need to be paid only through freelancer.com. Any payment outside of this site will be reported and the job cancel. 1. Add site into the main server hosting then connect site to AWS s3 for image and video cache 2. Finish all tasks in the doc. READ EACH TASK IN THE DOC BEFORE WORKING ON THE JOB. 3. Optimize the site to work fully with mobile and make all text, images, and pages mobile friendly. WE WORK BY FIXED ...
Experience laravel developer needed to fix csrf token issue in existing project. All forms are expiring CSRF token. I don’t want to clear the cache all the time. You have to do work through Any desk.
We are looking for an experienced freelancer who can redesign our WhatStatus app using Jetpack Compose. The app should maintain its current design while being smaller in size and faster. It should also be able to check for new status updates in the background and have a cache. Requirements: Experience with Jetpack Compose Ability to maintain current design Ability to make the app smaller in size and faster Ability to check for new status updates in the background Ability to implement caching Deliverables: Redesigned WhatStatus app using Jetpack Compose Smaller app size and faster performance Background status update checking Caching implementation Timeline: We would like this project completed within 2 weeks.
I am looking for a Python developer to help me parse raw session text data that will be from an API request into a dictionary. Attached file contains 2 sample requests where the request starts with "Notes:" field and is then followed by some metadata of the session. these metadata fields for ex like BAN,Cas...Indicator' if they are present for any Input 2: Flow: LS_App_Menu, Screen: Please Wait, Response: next Flow: LS_APP_SUB_AUT_Keyword_Finder_TR, Screen: Please Wait, Response: next Flow: LS_App_Menu, Screen: Main Menu, Response: next Flow: LS_App_Menu, Screen: Please Wait, Response: next Flow: LS_App_Menu_HSIA_X, Screen: Outage_Maintenance cache or execute, Response: success Output: key: LS_App_Menu value: Main Menu key: LS_App_Menu_HSIA_X value: Outage_Mai...
We're looking for remote .NET Core C# Full Stack Developer(s) to assist development of our applications. Industry: Sports Betting. The applications you will need to work on will be a: * C# .NET 6 Web API and Microservices You must be an expert in: * NET 6 / C# / WebAPI / LINQ / JSON / Entity Framework * In Memory Cache - Redis * AWS - SQS, SNS, SES, ElastiCache You must also be an expert in: * Git / Bit Bucket * JIRA / Agile Sprints You must be a proficient developer across: * Highly transactional / concurrent systems, * Memory caches, * Service queues and microservice design * Web APIs * AWS SDK No agencies, we only work with freelancers.
Hemos creado una tienda prestashop y nos da un error que hay que solucionar y poner en marcha el modulo de cobro con tarjeta de Prestashop. El error es ... (1/1) FatalErrorException Compile Error: require(): Failed opening required '/var/www/vhosts/' (include_path='/var/www/vhosts/:/var/www/vhosts/:/var/www/vhosts/:/var/www/vhosts/:.:/opt/alt/php74/usr/share/pear') in line 3221
...Ads – Usage Unlimited Gems. EARN GEMS : (EXCLUSIVE FOR EXTENDED LICENSE) * Invite your friends – Referral System. * Watch Rewarded Ads (Admob). * Turn-on Notifications in phone. * Check app every day. * Your First Match Friends. * Your First video call. * Your First voice call. INTEGRATION : * Splash Screen. * +10 Multi-Languages available, RTL Ready. * Write Suggestion. * Write Review. * Clear Cache App. * Menage Notification. * Terms of Service. * Community (RULES/ANSWERS). * Privacy policy. * Firebase Analyse. * Firebase Messaging. * Firebase Notification. * Firebase Crashlytics. * Admob Ads : Banner, Interstitial, Native. * Facebook Ads : Banner, Interstitial, Native. FEATURES ADMIN PANEL WEB APP : * Manage Users : Create, Edit, Delete. * Manage Messages. * Ma...
I have point of sale based on codeigniter, this is app still work online only. I wanna build this app to work offline, app can cache assets offline and database offline. users can still do transaction when working offline after online users can sync to server database. example everything change on live server can cache to offline and every transaction like reducing stock will sync to server. searching for indexeddb and service worker developer.
Google Tag Manager - Server Side Tagging (live/preview as suggested) with docker Current Problem: GTM live call results in different Server Errors (500, 400). Requirement: GTM live call results in OK 200 OK on Main Website There are live and preview servers as suggested by Google. GTM Tags an Triggers are configured GTM runs with Docker, Apache 2, website (Magento 2) uses varnish cache Docker: docker run -d --name gtm-vorschau -p :8080 -e CONTAINER_CONFIG='XXXXX' -e RUN_AS_PREVIEW_SERVER='true' :stable docker run -d --name gtm -p :8080 -e CONTAINER_CONFIG='XXXXX' -e PREVIEW_SERVER_URL='' :stable Apache 2 - GTM Live Server results: https://gtm
You will need to create a reusable terraform repo to setup the servers for a web app, with the following acceptance criteria: WEB: - Autoscaled EC2, ubuntu. The app will eventually be provisioned using another tool - Load balancer to route port 80 to these EC2 servers - SSL Termination(?) DB: - Multi-az Postgres RDS REDIS: - Elastic cache NETWORKING - Create a VPC - public private subnets - Security groups - EC2 jump host The terraform should be parameterized to allow for multiple environments (staging, production). Should support different instance sizes and autoscaling config for the different environments.
Write and help publish one android app and one iPhone app to view of default message app and default camera of Nokia and apple mobile phone (essential) in human readable form such as script in these cache and has a button to send back to source which it received from unknown way and unknown source.
...tecnologica, para el manejo de empresas contratistas o para mejor entendimiento proveedores, pero para proveedores que tienen personas naturales a cargo, la idea es poder construir el front de dicha solución en angular, con reporteria, consulta, autenticación, crecion de usuarios. El stack tecnologico definido es: - backend python - frontend Angular 11 - base de datos postgres - redis como base de cache - autenticaciòn integrada con keycloak - arquitectura de microservicios, integrado con CI-CD en AWS para despliegue en EKS...
Need to add redis cache on registration an login auth service on sprinboot. and also explain me what was added its a small project needed to be done ASAP
Facebook Meta Business Messages Not Showing Up I am experiencing an issue where my Facebook meta business messages are not displaying on my website. I am not sure if I have added the correct meta tags to my website and have not tried clearing my website cache. Facebook support has sent me links to read to fix the issue, but I would like to hire someone to help me resolve this problem. The messages how up on my moblie phone just not on my desk top Ideal Skills and Experience: - Experience with Facebook meta tags and business messages - Knowledge of website caching - Excellent problem-solving skills - Strong communication and collaboration skills
, java , python for very few micro services 2.Cache: Redis 3. Containerisation : Podman
...rainfall distributions). In the scope of REST services, the Contractor will prepare and submit projects to the Ordering Party map files in the form of mxd files (made in accordance with the guidelines of the Employer). Publications services on ArcGIS Server (the Ordering Party has a license) will be performed by the Ordering Party in agreement with the Contractor. It is suggested that services use cache where possible. For the purposes of the above-mentioned services, the Contractor (in consultation with the Employer) will prepare and feed/import data from shapefiles to new tables (Oracle database 18c has the Ordering Party). Shapefiles for map projects (bracing and loads and pH and rainfall distributions) will be provided by the Employer. Sample data: https://i
We have completed the game frontend part and 80% of the backend server built in NodeJS. 1) We now need to add another websocket TCP API for streaming mode of TTS (text-to-speech). We have the Bark AI model which has been trained and improved by fine-tuning and we have its server. Using our Bark AI model server, we need to convert the game text to speech in real time. We want our...guide you on how to set up the Docker server. The developer needs to add real time TTS mode to our websocket API and build the Docker image of the backend server and help us to install the server on GKE. Requirements: - Websocket, NodeJS, Game backend development experience - Docker/Kubernetes and familiarity with GKE Big Bonus: - Experience in Bark Model/Pytorch - Optimisation in Game Cache/Re...
I want an app on xamarin shared project with simple design but have this feature work fastpay payment , logo added to video when download or share the video , register by social media , geofencing location , face filter or face deep fake , voice alter , background location tracker , offline sync data, social media and phone contact friend syncronizing and inviting , cache video , number verfication .security should act on ios and android
I have An Event driven API that needs to be converted to reduce the Hang Issues. Redis Cache implementation to be added to consolidate the events and change the existing process of storing directly to MySQL
When saving a PDF file, my laptop was powered off and the file was damaged. I opened this file with a HEX-viewer and found it was only comprised of '00'. Is there any method I could find this file back? via a cache file for example. The verison of my acrobat PDF is Adobe Acrobat XI 11.0.20
I am looking for a developer who can optimize my WordPress website's speed, as it currently takes more than 5 seconds to load. The primary goal for this project is to improve user experience. Ideal Skills and Experience: - Strong experience in optimizing WordPress website speed - Proficient in using speed optimization plugins such as WP Rocket and W3 Total Cache - Knowledgeable in minimizing HTTP requests, optimizing images, and reducing page size - Familiarity with website hosting and server optimization - Understanding of Google PageSpeed Insights and other speed testing tools - Excellent communication skills to provide updates and suggestions for improvement I recently revamped my website ( )but its speed is unacceptably slow. I'm in need of a professional who
I have had a Magento 1.9.1 site. All has worked fine. I moved hosting companies and now a year later when I have gone to upload more products the images do not appear on the front end. All that is shown is a placeholder image. The image looks fine in the backend. I have done the following to resolve; none of which has worked. 1. Flushed all the cache. 2. Disabled cache management. 3. Re-indexed all the files under index management 4. Installed a no flash uploader that allows me to add images in the back end and they appear, because flash is no longer supported in browsers. 5. Imported new products via csv import and the images appear in the back end. 6. Set the scope under attributes for image, small image and thumbnail from store view to global. 7. Checked the Low PH...
I am looking for a developer to install a proxy server for me. The ideal candidate should have experience with Squid, Nginx, Apache, and HAProxy. The proxy server should be able to handle less than 10 concurrent connections, and should have the ability to handle third party server whitelisted IP addresses. Basic problem is that To solve this issue, you can use a proxy server. The third person can set up a proxy server on their own infrastructure that has a whitelisted IP address, and then route all requests through that server. This way, the first company's API will see requests coming from a whitelisted IP address and will allow them to access the API. Here are the steps to implement this solution: The third person sets up a proxy server on their infrastructure with a white...
I am looking for a freelancer who can help me deploy my project on DigitalOcean's Load Balancer. The ideal candidate should have experience with load balancers, specifically DigitalOcean's Load Balancer. Requirements: - Experience deploying proj...help me deploy my project on DigitalOcean's Load Balancer. The ideal candidate should have experience with load balancers, specifically DigitalOcean's Load Balancer. Requirements: - Experience deploying projects on a load balancer - Expertise in configuring DigitalOcean's Load Balancer - Ability to deploy 2 instances of the project - Must use Redis adapter for cache If you think you have the necessary skills and experience, please send me a proposal with your relevant experience and portfolio.
Looking for a good Network-Infra Engineer to take care of our CentOS Servers which host our applications and database. Will involve the following activities: 1) Any Patching that is required 2) Basic Cyber Security updates 3) Cache clearance 4) Basic MySQL admin tasks 5) Any DNS updates 6) Backups
I need to develop a mobile application that will be used to record fauna rescues in remote mining operations where there may not be a reliable internet or network connection. The app will have a data cache that will store the information until internet or network connectivity is re-established. The app will store data in a Microsoft SQL 2017 database, with consideration given to the use of SQL 2017 express. Functionality: The app will be initiated in an area with an internet or network connection to populate the fauna list. The app will feature the following fields: Rescue date time (taken from the mobile device) Site (taken from a pull-down list) Geographical coordinates (taken from the mobile device) Elevation (taken from the mobile device - feasibility to be determined) Rescued...
The project explores the optimization of matrix multiplication in a computer program, investigating how performance is influenced by the computer architecture. It examines strategies to optimize performance by mapping matrix multiplication operations to the hardware, including exploiting multiple cores, cache interactions, SIMD, and avoiding hazards. Matrix multiplication is common in scientific computing, as many real-world problems can be modeled as systems of equations in matrix form. The exercise focuses on double precision floating point values, and overall performance is evaluated as FLOPS (Floating Point Operations per Second). A base program for matrix multiplication is provided, and various optimization techniques are explored, such as: Compiler optimization Loop unrol...
...minimal metrics, First Contentful Paint: 0.5s, Speed index: 1s, Fully Loaded Time: 2s. SEO-Friendly: We aim to maintain our position on the first page of relevant Google searches. Responsive: As 50% of our visitors use mobile devices, we have created Figma designs for both desktop and mobile. Clean code that Google will love. No page builders except for the block editor. No bloat. LiteSpeed cache. We are thinking about using Astra theme, as it seems to very fast and got many useful features for the site. If there are faster options, we prefer those however. ...
I would love to someone to create a picture of a cute chubby squid holding a ball of yarn and a bunch of crochet hooks. Preferable cartoony. Something dramatic and out there. I have a playful and crazy personality and would love it to be crazy as well. I have absolutely no reference pictures in mind I would love for someone to give it their own style. It’s for a crochet business I just started so it will be my logo and I would love for it to be eye catching in a fun way.
I am looking for a developer to install a proxy server for me. The ideal candidate should have experience with Squid, Nginx, Apache, and HAProxy. The proxy server should be able to handle less than 10 concurrent connections, and should have the ability to handle third party server whitelisted IP addresses. Basic problem is that To solve this issue, you can use a proxy server. The third person can set up a proxy server on their own infrastructure that has a whitelisted IP address, and then route all requests through that server. This way, the first company's API will see requests coming from a whitelisted IP address and will allow them to access the API. Here are the steps to implement this solution: The third person sets up a proxy server on their infrastructure with a whit...
I'm looking for an experienced C programmer to build me a cache simulator. I have a specific set of requirements that I need to be met: the simulator needs to be written in C programming language. I did not answer the second question regarding what kind of data should be cached, so whatever is most optimal for the simulator should be chosen. I do not have any existing code that needs to be included or modified for this project. The cache simulator needs to be robust, efficient, and thoroughly tested for bugs. I am looking for an experienced programmer who can deliver results within a reasonable timeframe and adhere to my budget. If you feel qualified and capable of completing this project, please reach out to discuss further details. Thank you!